feat(docs): enhancing navigation for api reference (#853)

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
Dario Tranchitella
2025-06-27 12:37:49 +02:00
committed by GitHub
parent b5956e43a5
commit d40996daa9
2 changed files with 815 additions and 1626 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@ Packages:
{{- range .Groups }} {{- range .Groups }}
{{- $group := . }} {{- $group := . }}
# {{.Group}}/{{.Version}} ## {{.Group}}/{{.Version}}
Resource Types: Resource Types:
{{range .Kinds}} {{range .Kinds}}
@@ -20,15 +20,14 @@ Resource Types:
{{range .Kinds}} {{range .Kinds}}
{{$kind := .}} {{$kind := .}}
## {{.Name}} ### {{.Name}}
{{range .Types}} {{range .Types}}
{{if not .IsTopLevel}} {{if not .IsTopLevel}}
### {{.Name}} <span id="{{ anchorize .Name }}">`{{.Name}}`</span>
{{end}} {{end}}
{{.Description}} {{.Description}}
<table> <table>