What DeepDoc does
Point it at a repository. Get a documentation site you can brand, theme and ship.
DeepDoc reads a codebase and writes the documentation site you would have written yourself — then gets out of the way so you can make it yours.
Quickstart
Install, generate and preview in four commands.
Make it yours
Colours, logo, fonts and layout — applied without regenerating.
Commands
What each command does, and what it costs.
Configuration
Every key in .deepdoc.yaml.
The shape of it
Point it at your repo. deepdoc init writes a .deepdoc.yaml.
Generate. DeepDoc scans the code, plans a structure, and writes Markdown. This is the only step that calls an LLM.
Make it yours. Set your colours, logo and navigation. These apply on the
next deepdoc serve — no regeneration, no further LLM calls.
Ship it. deepdoc deploy produces a static site for any host.
Changing how it looks is free
Generation is the only step that costs LLM calls. Themes, fonts, navigation order and labels are re-applied from your saved plan, so you can iterate on the look as much as you like without paying for it again.