* 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
This commit is contained in:
Boshi Lian
2025-09-04 10:13:16 -07:00
committed by GitHub
parent 9b1eeef94d
commit d693a621dd
7 changed files with 17 additions and 20 deletions

1
doc/CONTRIBUTING.md Symbolic link
View File

@@ -0,0 +1 @@
../CONTRIBUTING.md

View File

@@ -4,7 +4,7 @@
"src": [
{
"files": [
"KubernetesClient/KubernetesClient.csproj"
"KubernetesClient/bin/Release/net8.0/KubernetesClient.dll"
],
"src": "../src"
}
@@ -20,6 +20,7 @@
"files": [
"api/**.yml",
"index.md",
"CONTRIBUTING.md",
"toc.yml"
]
}