Quickstart
Create a docs repo, copy the starter system, and start documenting APIs.
A first-time adopter should not have to reverse-engineer how to use RepoDocs AI. The shortest path is to create a docs repository, copy the starter assets, and begin with the API, feature, and governance template packs.
mkdir company-docs
cd company-docs
cp -R ../repodocs-ai/templates .
cp -R ../repodocs-ai/prompts .
cp -R ../repodocs-ai/diagrams .
Or, from the RepoDocs AI repository root, run one command:
npm run bootstrap:docs-repo -- ../company-docs
Readiness
The buyer flow now includes installation and docs discovery.
The published site now guides visitors through product understanding, quickstart installation, documentation discovery, and the example system instead of leaving onboarding implicit.