mirror of
https://github.com/rancher/k3k.git
synced 2026-03-06 03:31:17 +00:00
* updated README, docs folder * updated architecture doc * shared and virtual architecture images * advanced usage * added crd-ref-docs tool for CRDs documentation * small fixes * requested changes * full example in advanced usage * removed security part * Apply suggestions from code review Co-authored-by: jpgouin <jp-gouin@hotmail.fr> --------- Co-authored-by: jpgouin <jp-gouin@hotmail.fr>
15 lines
452 B
YAML
15 lines
452 B
YAML
processor:
|
|
# RE2 regular expressions describing types that should be excluded from the generated documentation.
|
|
ignoreTypes:
|
|
- ClusterSet
|
|
- ClusterSetList
|
|
|
|
# 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"
|