Documentation Hub

Start with the quickstart, then go deeper into the docs.

The live RepoDocs AI site now includes the documentation itself. New visitors should start with the 5-minute installation guide, then use this hub to move through the product, roadmap, runtime, and source documents.

The shortest path to value is now explicit.

A first-time visitor should not need to hunt through specs or source files to get started.

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:

npm run bootstrap:docs-repo -- ../company-docs

The live site now includes the documentation, not just the shell pages.

GitHub Pages deploys the site/ directory for this repository. These published copies ensure the live URL includes the docs content itself instead of pointing visitors at repository paths outside the Pages artifact.

Canonical editing still happens in docs/ and doc.RepoDocs AI.litcoffee. The files under site/docs/ are the live published copies.