Skip to content

Commit

Permalink
update YAML spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Gardner <[email protected]>
  • Loading branch information
agardnerIT committed Sep 11, 2024
1 parent 6a1c61e commit 78a7dcc
Showing 1 changed file with 68 additions and 68 deletions.
136 changes: 68 additions & 68 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: "#"
- admonition
Expand All @@ -62,71 +62,71 @@ extra:
nav:
- 'Home': 'index.md'
- 'Docs':
- 'docs/index.md'
- 'User Guides':
- 'Configuration': 'docs/user-guides/configuration.md'
- 'Dashboard as Code': 'docs/user-guides/dashboardascode.md'
- 'Embedding Perses Panels': 'docs/user-guides/embeddingpanels.md'
- 'Installing from the Source': 'docs/user-guides/installingfromsource.md'
- 'Installing in a Container': 'docs/user-guides/installingincontainer.md'
- 'OAuth Configuration': 'docs/user-guides/oauthconfiguration.md'
- 'Provisioning': 'docs/user-guides/provisioning.md'
- 'Design Docs':
- 'Authentication': 'docs/design/authentication.md'
- 'Authorization': 'docs/design/authorization.md'
- 'Perses on Kubernetes': 'docs/design/kubernetes.md'
- 'API':
- 'API Reference': 'docs/api/index.md'
- 'Dashboard': 'docs/api/dashboard.md'
- 'Datasource': 'docs/api/datasource.md'
- 'Ephemeral Dashboard': 'docs/api/ephemeral-dashboard.md'
- 'Project': 'docs/api/project.md'
- 'Role': 'docs/api/role.md'
- 'Role Binding': 'docs/api/rolebinding.md'
- 'Secret': 'docs/api/secret.md'
- 'User': 'docs/api/user.md'
- 'Variable': 'docs/api/variable.md'
- 'Dashboard as Code':
- 'Cue':
- 'Cue Reference': 'docs/dac/cue/index.md'
- 'Dashboard Builder': 'docs/dac/cue/dashboardbuilder.md'
- 'Filter Builder': 'docs/dac/cue/filterbuilder.md'
- 'Label Names Variable Builder': 'docs/dac/cue/labelnamesvariablebuilder.md'
- 'Label Values Variable Builder': 'docs/dac/cue/labelvaluesvariablebuilder.md'
- 'Panel Groups Builder': 'docs/dac/cue/panelgroupsbuilder.md'
- 'Prometheus Panel Builder': 'docs/dac/cue/prometheuspanelbuilder.md'
- 'PromQL Variable Builder': 'docs/dac/cue/promqlvariablebuilder.md'
- 'Static List Variable Builder': 'docs/dac/cue/staticlistvariablebuilder.md'
- 'Text Variable Builder': 'docs/dac/cue/textvariablebuilder.md'
- 'Variable Group Builder': 'docs/dac/cue/variablegroupbuilder.md'
- 'Go':
- 'Go Reference': 'docs/dac/go/index.md'
- 'Dashboard Builder': 'docs/dac/go/dashboardbuilder.md'
- 'Datasource Builder': 'docs/dac/go/datasourcebuilder.md'
- 'Panel Builder': 'docs/dac/go/panelbuilder.md'
- 'Panel Group Builder': 'docs/dac/go/panelgroupbuilder.md'
- 'Query Builder': 'docs/dac/go/querybuilder.md'
- 'Variable Builder': 'docs/dac/go/variablebuilder.md'
- 'Variable Group Builder': 'docs/dac/go/variablegroupbuilder.md'
- 'Bar Panel Builder': 'docs/dac/go/barpanelbuilder.md'
- 'Guage Panel Builder': 'docs/dac/go/guagepanelbuilder.md'
- 'Markdown Panel Builder': 'docs/dac/go/markdownpanelbuilder.md'
- 'Stat Panel Builder': 'docs/dac/go/statpanelbuilder.md'
- 'Time Series Panel Builder': 'docs/dac/go/timeseriespanelbuilder.md'
- 'HTTP Builder': 'docs/dac/go/httpbuilder.md'
- 'Prometheus Datasource Builder': 'docs/dac/go/prometheusdatasourcebuilder.md'
- 'Prometheus Query Builder': 'docs/dac/go/prometheusquerybuilder.md'
- 'PromQL Variable Builder': 'docs/dac/go/promqlvariablebuilder.md'
- 'Label Names Variable Builder': 'docs/dac/go/labelnamesvariablebuilder.md'
- 'Label Values Variable Builder': 'docs/dac/go/labelvaluesvariablebuilder.md'
- 'Plugins':
- 'Plugins Reference': 'docs/plugins/index.md'
- 'CUE in Perses': 'docs/plugins/cue.md'
- 'Panel Plugins': 'docs/plugins/panelplugins.md'
- 'Prometheus Plugins': 'docs/plugins/prometheusplugins.md'
- 'Tooling':
- 'Tooling Reference': 'docs/tooling/index.md'
- 'Perses CLI (percli)': 'docs/tooling/percli.md'
- 'docs/index.md'
- 'User Guides':
- 'Configuration': 'docs/user-guides/configuration.md'

Check failure on line 67 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

67:9 [indentation] wrong indentation: expected 10 but found 8
- 'Dashboard as Code': 'docs/user-guides/dashboardascode.md'
- 'Embedding Perses Panels': 'docs/user-guides/embeddingpanels.md'
- 'Installing from the Source': 'docs/user-guides/installingfromsource.md'
- 'Installing in a Container': 'docs/user-guides/installingincontainer.md'
- 'OAuth Configuration': 'docs/user-guides/oauthconfiguration.md'
- 'Provisioning': 'docs/user-guides/provisioning.md'
- 'Design Docs':
- 'Authentication': 'docs/design/authentication.md'

Check failure on line 75 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

75:9 [indentation] wrong indentation: expected 10 but found 8
- 'Authorization': 'docs/design/authorization.md'
- 'Perses on Kubernetes': 'docs/design/kubernetes.md'
- 'API':
- 'API Reference': 'docs/api/index.md'

Check failure on line 79 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

79:9 [indentation] wrong indentation: expected 10 but found 8
- 'Dashboard': 'docs/api/dashboard.md'
- 'Datasource': 'docs/api/datasource.md'
- 'Ephemeral Dashboard': 'docs/api/ephemeral-dashboard.md'
- 'Project': 'docs/api/project.md'
- 'Role': 'docs/api/role.md'
- 'Role Binding': 'docs/api/rolebinding.md'
- 'Secret': 'docs/api/secret.md'
- 'User': 'docs/api/user.md'
- 'Variable': 'docs/api/variable.md'
- 'Dashboard as Code':
- 'Cue':

Check failure on line 90 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

90:9 [indentation] wrong indentation: expected 10 but found 8
- 'Cue Reference': 'docs/dac/cue/index.md'

Check failure on line 91 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

91:11 [indentation] wrong indentation: expected 12 but found 10
- 'Dashboard Builder': 'docs/dac/cue/dashboardbuilder.md'
- 'Filter Builder': 'docs/dac/cue/filterbuilder.md'
- 'Label Names Variable Builder': 'docs/dac/cue/labelnamesvariablebuilder.md'
- 'Label Values Variable Builder': 'docs/dac/cue/labelvaluesvariablebuilder.md'
- 'Panel Groups Builder': 'docs/dac/cue/panelgroupsbuilder.md'
- 'Prometheus Panel Builder': 'docs/dac/cue/prometheuspanelbuilder.md'
- 'PromQL Variable Builder': 'docs/dac/cue/promqlvariablebuilder.md'
- 'Static List Variable Builder': 'docs/dac/cue/staticlistvariablebuilder.md'
- 'Text Variable Builder': 'docs/dac/cue/textvariablebuilder.md'
- 'Variable Group Builder': 'docs/dac/cue/variablegroupbuilder.md'
- 'Go':
- 'Go Reference': 'docs/dac/go/index.md'

Check failure on line 103 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

103:11 [indentation] wrong indentation: expected 12 but found 10
- 'Dashboard Builder': 'docs/dac/go/dashboardbuilder.md'
- 'Datasource Builder': 'docs/dac/go/datasourcebuilder.md'
- 'Panel Builder': 'docs/dac/go/panelbuilder.md'
- 'Panel Group Builder': 'docs/dac/go/panelgroupbuilder.md'
- 'Query Builder': 'docs/dac/go/querybuilder.md'
- 'Variable Builder': 'docs/dac/go/variablebuilder.md'
- 'Variable Group Builder': 'docs/dac/go/variablegroupbuilder.md'
- 'Bar Panel Builder': 'docs/dac/go/barpanelbuilder.md'
- 'Guage Panel Builder': 'docs/dac/go/guagepanelbuilder.md'
- 'Markdown Panel Builder': 'docs/dac/go/markdownpanelbuilder.md'
- 'Stat Panel Builder': 'docs/dac/go/statpanelbuilder.md'
- 'Time Series Panel Builder': 'docs/dac/go/timeseriespanelbuilder.md'
- 'HTTP Builder': 'docs/dac/go/httpbuilder.md'
- 'Prometheus Datasource Builder': 'docs/dac/go/prometheusdatasourcebuilder.md'
- 'Prometheus Query Builder': 'docs/dac/go/prometheusquerybuilder.md'
- 'PromQL Variable Builder': 'docs/dac/go/promqlvariablebuilder.md'
- 'Label Names Variable Builder': 'docs/dac/go/labelnamesvariablebuilder.md'
- 'Label Values Variable Builder': 'docs/dac/go/labelvaluesvariablebuilder.md'
- 'Plugins':
- 'Plugins Reference': 'docs/plugins/index.md'
- 'CUE in Perses': 'docs/plugins/cue.md'
- 'Panel Plugins': 'docs/plugins/panelplugins.md'
- 'Prometheus Plugins': 'docs/plugins/prometheusplugins.md'
- 'Tooling':
- 'Tooling Reference': 'docs/tooling/index.md'
- 'Perses CLI (percli)': 'docs/tooling/percli.md'



Expand Down

0 comments on commit 78a7dcc

Please sign in to comment.