* 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
41 lines
830 B
JSON
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
|
|
}
|
|
} |