refactor: 重构文档结构,采用渐进式信息披露模式
将 README.md 拆分为多个专题文档,减少认知负荷: - 用户文档迁移到 docs/ (用户指南、元素、模板、参考等) - 开发文档迁移到 docs/development/ (架构、模块、规范) - README.md 精简至 ~290 行,仅保留概览和导航 - 删除 README_DEV.md,内容已迁移 - 归档 OpenSpec 变更 refactor-docs-progressive-disclosure
This commit is contained in:
18
docs/development/modules/_index.md
Normal file
18
docs/development/modules/_index.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 模块详解
|
||||
|
||||
本目录包含各代码模块的详细说明。
|
||||
|
||||
## 核心模块
|
||||
|
||||
- [Elements](elements.md) - 元素抽象层
|
||||
- [Template](template.md) - 模板系统
|
||||
- [Validators](validators.md) - 验证器
|
||||
- [Renderers](renderers.md) - 渲染器
|
||||
- [Loaders](loaders.md) - 加载器
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [架构设计](../architecture.md) - 整体代码结构
|
||||
- [开发规范](../development-guide.md) - 编码规范
|
||||
|
||||
[返回开发文档索引](../README.md)
|
||||
Reference in New Issue
Block a user