项目结构
src/content/docs/getting-started/: 上手文档src/content/docs/architecture/: 架构设计与 ADRsrc/content/docs/content/: 内容生产规范src/content/docs/operations/: 部署和发布src/content/docs/migration/: 迁移历史
新增模块规范
Section titled “新增模块规范”- 在
src/content/docs/<module>/新建目录。 - 在
src/config/sidebar.json增加autogenerate规则。 - 如需顶部导航,更新
src/config/menu.root.json。 - 如需多语言,在
src/content/docs/en/<module>/增加对应文档。