mirror of
https://github.com/rancher/k3k.git
synced 2026-03-27 13:56:54 +00:00
* added asciidoc conversion for crds doc * check versions * use crd-ref-docs for generated asciidoc documentation * add custom templates * clenaup templates * update references, rename docs file * revert to found available pandoc version
10 lines
291 B
YAML
10 lines
291 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"
|