Files
csharp/doc/docfx.json
Boshi Lian d693a621dd fix docfx (#1656)
* fix: update file references and clean up validation comments in models

* chore: add symlink to CONTRIBUTING.md for easier access

* fix: update documentation to include full type names for WebSocket and Predicate

* fix: include CONTRIBUTING.md in docfx.json build content
2025-09-04 10:13:16 -07:00

41 lines
830 B
JSON

{
"metadata": [
{
"src": [
{
"files": [
"KubernetesClient/bin/Release/net8.0/KubernetesClient.dll"
],
"src": "../src"
}
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"index.md",
"CONTRIBUTING.md",
"toc.yml"
]
}
],
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}