Skip to content

Commit

Permalink
fix doc tool
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Oct 17, 2023
1 parent c5d089d commit 82aca36
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tools/crd-ref-docs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
processor:
# RE2 regular expressions describing types that should be excluded from the generated documentation.
ignoreTypes:
- "(EnvoyProxy|AuthenticationFilter|RateLimitFilter)List$"
# RE2 regular expressions describing type fields that should be excluded from the generated documentation.
ignoreFields:
- "status$"
- "TypeMeta$"
# RE2 regular expressions describing types that should be excluded from the generated documentation.
ignoreTypes:
- "(EnvoyProxy|AuthenticationFilter|RateLimitFilter)List$"
# 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.26
knownTypes:
- name: SecretObjectReference
package: sigs.k8s.io/gateway-api/apis/v1
link: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1.SecretObjectReference
render:
# Version of Kubernetes to use when generating links to Kubernetes API documentation.
kubernetesVersion: 1.26
knownTypes:
- name: SecretObjectReference
package: sigs.k8s.io/gateway-api/apis/v1
link: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1.SecretObjectReference

0 comments on commit 82aca36

Please sign in to comment.