diff --git a/mkdocs.yml b/mkdocs.yml index a4400c0..cbfd387 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'