Auto-generate annotation docs (#11835)
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
This commit is contained in:
parent
f08a1c4fda
commit
0486f013fe
10 changed files with 404 additions and 51 deletions
7
cmd/annotations/annotations.tmpl
Normal file
7
cmd/annotations/annotations.tmpl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Annotations Scope and Risk
|
||||
|
||||
|Group |Annotation | Risk | Scope |
|
||||
|--------|------------------|------|-------|
|
||||
{{- range $doc := . }}
|
||||
| {{ $doc.Group }} | {{ $doc.Annotation }} | {{ $doc.Risk }} | {{ $doc.Scope }} |
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue