Docs-site specifications¶
This section explains how docs-site/ is organized. It does not define training behavior.
What lives here¶
MkDocs PRD: structure, bilingual rules, navigation rules, and writing boundariesGitHub Actions PRD: build and deploy rules for GitHub PagesMarkdown Tree: the file map that shows direct-write files and symlink source-to-target pairs
Why these files matter¶
The docs site is a small project of its own. Without explicit structure documents, two problems appear quickly:
- new pages are added without a clear rule for direct-write versus symlink reuse
- Chinese and English navigation drift apart
How to use this section¶
If you are extending the docs site:
- read the Markdown tree first
- check the MkDocs PRD for structure and DRY constraints
- check the GitHub Actions PRD if the change affects deployment boundaries