mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 10:00:02 +00:00
feat(docs): enhancing navigation for api reference (#853)
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
committed by
GitHub
parent
b5956e43a5
commit
d40996daa9
File diff suppressed because it is too large
Load Diff
7
docs/templates/reference-cr.tmpl
vendored
7
docs/templates/reference-cr.tmpl
vendored
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user