Skip to content

Commit 5d04a7c

Browse files
committed
build(docs): 更新 docfx.json 中 csproj 文件的搜索模式
- 将 "src/**/*.csproj" 修改为 "**/*.csproj",以匹配任意位置的 csproj 文件 - 此修改提高了文档生成的灵活性和包容性,能够处理更多项目结构
1 parent 5e0d798 commit 5d04a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"src": "../framework/src",
88
"files": [
9-
"src/**/*.csproj"
9+
"**/*.csproj"
1010
],
1111
"exclude": [
1212
"**/obj/**",

0 commit comments

Comments
 (0)