Files
grafana/pkg/codegen/tmpl/docs.tmpl
T
Tania 5f93e67419 Codegen: Generate docs for composable kinds (#61719)
* Generate docs for composable kinds

* Fix getting the kind schema

* Generate composable kinds docs

* Add disclaimer to the generated docs

* Change docs disclaimer
2023-01-22 18:58:49 -05:00

15 lines
297 B
Cheetah

---
keywords:
- grafana
- schema
title: {{ .KindName }} kind
---
> Both documentation generation and kinds schemas are in active development and subject to change without prior notice.
# {{ .KindName }} kind
### Maturity: {{ .KindMaturity }}
### Version: {{ .KindVersion }}
{{ .Markdown }}