Auto-generate annotation docs (#11820)
This commit is contained in:
parent
eee2760907
commit
cf8e374290
10 changed files with 407 additions and 53 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