Docs: Fix schema attributes formatting in schema docs (#62016)

Docs: Fix schema attributes formatting
pull/61864/head^2
Tania 3 years ago committed by GitHub
parent 8e94eab9ff
commit 3324be6fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/developers/kinds/composable/alertgroupspanelcfg/schema-reference.md
  2. 4
      docs/sources/developers/kinds/composable/annotationslistpanelcfg/schema-reference.md
  3. 4
      docs/sources/developers/kinds/composable/barchartpanelcfg/schema-reference.md
  4. 4
      docs/sources/developers/kinds/composable/bargaugepanelcfg/schema-reference.md
  5. 4
      docs/sources/developers/kinds/composable/dashboardlistpanelcfg/schema-reference.md
  6. 4
      docs/sources/developers/kinds/composable/gaugepanelcfg/schema-reference.md
  7. 4
      docs/sources/developers/kinds/composable/histogrampanelcfg/schema-reference.md
  8. 4
      docs/sources/developers/kinds/composable/newspanelcfg/schema-reference.md
  9. 4
      docs/sources/developers/kinds/composable/piechartpanelcfg/schema-reference.md
  10. 4
      docs/sources/developers/kinds/composable/statpanelcfg/schema-reference.md
  11. 4
      docs/sources/developers/kinds/composable/textpanelcfg/schema-reference.md
  12. 4
      docs/sources/developers/kinds/core/dashboard/schema-reference.md
  13. 4
      docs/sources/developers/kinds/core/playlist/schema-reference.md
  14. 4
      docs/sources/developers/kinds/core/team/schema-reference.md
  15. 4
      pkg/codegen/tmpl/docs.tmpl

@ -8,8 +8,8 @@ title: AlertGroupsPanelCfg kind
# AlertGroupsPanelCfg kind
### Maturity: merged
### Version: 0.0
## Maturity: merged
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: AnnotationsListPanelCfg kind
# AnnotationsListPanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: BarChartPanelCfg kind
# BarChartPanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: BarGaugePanelCfg kind
# BarGaugePanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: DashboardListPanelCfg kind
# DashboardListPanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: GaugePanelCfg kind
# GaugePanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: HistogramPanelCfg kind
# HistogramPanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: NewsPanelCfg kind
# NewsPanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: PieChartPanelCfg kind
# PieChartPanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: StatPanelCfg kind
# StatPanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: TextPanelCfg kind
# TextPanelCfg kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: Dashboard kind
# Dashboard kind
### Maturity: experimental
### Version: 0.0
## Maturity: experimental
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: Playlist kind
# Playlist kind
### Maturity: merged
### Version: 0.0
## Maturity: merged
## Version: 0.0
## Properties

@ -8,8 +8,8 @@ title: Team kind
# Team kind
### Maturity: merged
### Version: 0.0
## Maturity: merged
## Version: 0.0
## Properties

@ -8,7 +8,7 @@ title: {{ .KindName }} kind
# {{ .KindName }} kind
### Maturity: {{ .KindMaturity }}
### Version: {{ .KindVersion }}
## Maturity: {{ .KindMaturity }}
## Version: {{ .KindVersion }}
{{ .Markdown }}

Loading…
Cancel
Save