Skip to content

Commit 286af7f

Browse files
committed
build(docs): 排除框架测试目录的文档生成
- 在 docfx.json 文件中添加 "framework/tests/**" 路径到排除列表 - 避免在文档生成过程中包含框架测试目录下的内容
1 parent 5d1289c commit 286af7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"**/samples/**",
1515
"**/tests/**",
1616
"**/modules/**",
17-
"**/templates/**"
17+
"**/templates/**",
18+
"framework/tests/**"
1819
]
1920
}
2021
],

0 commit comments

Comments
 (0)