mirror of
https://github.com/rancher/k3k.git
synced 2026-04-19 09:06:45 +00:00
* initial docs * update for change/cleanup * update crd docs config * updated links * crd docs updates
10 lines
295 B
YAML
10 lines
295 B
YAML
processor:
|
|
# RE2 regular expressions describing type fields that should be excluded from the generated documentation.
|
|
ignoreFields:
|
|
- "status$"
|
|
- "TypeMeta$"
|
|
|
|
render:
|
|
# Version of Kubernetes to use when generating links to Kubernetes API documentation.
|
|
kubernetesVersion: "1.31"
|