Skip to content

Commit a6db68c

Browse files
authored
Update docfx.json
Add core-csharp to docs
1 parent e390405 commit a6db68c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.documentation/docfx.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
"**/obj/**"
5050
],
5151
"src": "../modules/functions-csharp/Functions"
52+
},
53+
{
54+
"files": "Core.csproj",
55+
"exclude": [
56+
"**/bin/**",
57+
"**/obj/**"
58+
],
59+
"src": "../modules/core-csharp/Core"
5260
}
5361
],
5462
"dest": "api",
@@ -104,4 +112,4 @@
104112
"cleanupCacheHistory": false,
105113
"disableGitFeatures": false
106114
}
107-
}
115+
}

0 commit comments

Comments
 (0)