mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 19:03:29 +08:00
- 配置docfx.json以支持多项目源文件生成API文档 - 添加filterConfig.yml过滤测试和内部实现相关代码 - 创建主页index.md介绍GFramework框架特性 - 配置多层级目录结构toc.yml组织文档导航 - 设置构建输出路径和全局元数据配置
13 lines
277 B
YAML
13 lines
277 B
YAML
apiRules:
|
|
- exclude:
|
|
# 排除测试项目
|
|
uidRegex: ^.*Tests$
|
|
type: Namespace
|
|
- exclude:
|
|
# 排除生成器项目
|
|
uidRegex: ^.*SourceGenerators.*$
|
|
type: Namespace
|
|
- exclude:
|
|
# 排除内部实现细节
|
|
uidRegex: ^.*Internals.*$
|
|
type: Namespace |