Skip to content

Commit

Permalink
more menu links
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Gardner <[email protected]>
  • Loading branch information
agardnerIT committed Sep 16, 2024
1 parent b21afb6 commit 5908155
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,34 @@ nav:
- 'Home': 'index.md'
- 'Docs':
- 'Introduction': 'perses/docs/prologue/introduction.md'
- 'API': 'perses/docs/api/README.md'
- 'API':
- 'Introduction': 'perses/docs/api/README.md'
- 'Dashboard': 'perses/docs/api/dashboard.md'
- 'Datasource': 'perses/docs/api/datasource.md'
- 'Ephemeral Dashboard': 'perses/docs/api/ephemeral-dashboard.md'
- 'Project': 'perses/docs/api/project.md'
- 'Role': 'perses/docs/api/role.md'
- 'Role Binding': 'perses/docs/api/rolebinding.md'
- 'Secret': 'perses/docs/api/secret.md'
- 'User': 'perses/docs/api/user.md'
- 'Variable': 'perses/docs/api/variable.md'
- 'Dashboard as Code':
- 'CUE': 'perses/docs/dac/cue'
- 'Go': 'perses/docs/dac/go'
- 'CUE':
- 'CUE SDK for Dashboards as Code': "perses/docs/dac/cue/README.md"
- 'Dashboard': 'perses/docs/dac/cue/dashboard.md'
- 'Panel Groups': 'perses/docs/dac/cue/panelgroups.md'
- 'Variable Group': 'perses/docs/dac/cue/variable/group.md'
- 'Static List Variable': 'perses/docs/dac/cue/variable/staticlist.md'
- 'Text Variable': 'perses/docs/dac/cue/variable/text.md'
- 'Prometheus':
- 'Filter': 'perses/docs/dac/cue/prometheus/filter.md'
- 'Panel': 'perses/docs/dac/cue/prometheus/panel.md'
- 'Label Names': 'perses/docs/dac/cue/prometheus/variable/labelnames.md'
- 'Label Values': 'perses/docs/dac/cue/prometheus/variable/labelvalues.md'
- 'PromQL Variable': 'perses/docs/dac/cue/prometheus/variable/promql.md'
- 'Go':
- 'Dashboard': 'perses/docs/dac/go/dashboard.md'
- 'Bar Panel Builder': 'perses/docs/dac/go/panel/bar.md'
- 'Design Docs':
- 'Authentication': 'perses/docs/design-docs/authentication.md'
- 'Authorization': 'perses/docs/design-docs/authorization.md'
Expand Down

0 comments on commit 5908155

Please sign in to comment.