Quickstart
From nothing to a running documentation site in four commands.
Requires Python 3.10+ and Node.js 18+.
Install
pip install deepdocPoint it at your repository
cd your-project
deepdoc init --provider anthropicWrites .deepdoc.yaml. Set your API key:
export ANTHROPIC_API_KEY=sk-...Generate
deepdoc generateScans the repository, plans the structure, and writes Markdown into
deepdoc-docs/.