Skip to content

Commit b6b7cc3

Browse files
committed
links
Signed-off-by: Adam Gardner <[email protected]>
1 parent a62dcbd commit b6b7cc3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

mkdocs.yml

+22
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,30 @@ nav:
105105
- 'Label Values': 'perses/docs/dac/cue/prometheus/variable/labelvalues.md'
106106
- 'PromQL Variable': 'perses/docs/dac/cue/prometheus/variable/promql.md'
107107
- 'Go':
108+
- 'Go SDK for Dashboards as Code': 'perses/docs/dac/go/README.md'
108109
- 'Dashboard': 'perses/docs/dac/go/dashboard.md'
110+
- 'Datasource': 'perses/docs/dac/go/datasource.md'
109111
- 'Bar Panel Builder': 'perses/docs/dac/go/panel/bar.md'
112+
- 'Panel Builder': 'perses/docs/dac/go/panel.md'
113+
- 'Panel Group Builder': 'perses/docs/dac/go/panel-group.md'
114+
- 'Query Builder': 'perses/docs/dac/go/query.md'
115+
- 'Variable Builder': 'perses/docs/dac/go/variable.md'
116+
- 'Variable Group Builder': 'perses/docs/dac/go/variable-group.md'
117+
- 'HTTP Proxy Builder': 'perses/docs/dac/go/helper/http-proxy.md'
118+
- 'Panels':
119+
- 'Guage': 'perses/docs/dac/go/panel/gauge.md'
120+
- 'Markdown': 'perses/docs/dac/go/panel/markdown.md'
121+
- 'Stat': 'perses/docs/dac/go/panel/stat.md'
122+
- 'Timeseries': 'perses/docs/dac/go/panel/time-series.md'
123+
- 'Prometheus':
124+
- 'Datasource': 'perses/docs/dac/go/prometheus/datasource.md'
125+
- 'Query': 'perses/docs/dac/go/prometheus/query.md'
126+
- 'Label Names': 'perses/docs/dac/go/prometheus/variable/label-names.md'
127+
- 'Label Values': 'perses/docs/dac/go/prometheus/variable/label-values.md'
128+
- 'PromQL': 'perses/docs/dac/go/prometheus/variable/promql.md'
129+
- 'TLS and HTTP Datasource': 'perses/docs/troubleshooting/tls-plain-http-datasource.md'
130+
131+
110132
- 'Design Docs':
111133
- 'Authentication': 'perses/docs/design-docs/authentication.md'
112134
- 'Authorization': 'perses/docs/design-docs/authorization.md'

0 commit comments

Comments
 (0)