Docs: update content to work with website repo (#20693)
Updates the docs to work with the website repo - mainly relative link updates. Adds a menu.yaml file to build the sidebar menu (no longer using front matter weight).
This commit is contained in:
committed by
Marcus Efraimsson
parent
827688f152
commit
cbd81ffeb8
@@ -17,7 +17,7 @@ you can get event description and event tags. The text field can include links t
|
||||
|
||||
## Native annotations
|
||||
|
||||
Grafana v4.6+ comes with a native annotation store and the ability to add annotation events directly from the graph panel or via the [HTTP API]({{< relref "http_api/annotations.md" >}}).
|
||||
Grafana v4.6+ comes with a native annotation store and the ability to add annotation events directly from the graph panel or via the [HTTP API]({{< relref "annotations.md" >}}).
|
||||
|
||||
## Adding annotations
|
||||
|
||||
@@ -69,10 +69,10 @@ to show.
|
||||
|
||||
The annotation query options are different for each data source.
|
||||
|
||||
- [Graphite annotation queries]({{< relref "features/datasources/graphite.md#annotations" >}})
|
||||
- [Elasticsearch annotation queries]({{< relref "features/datasources/elasticsearch.md#annotations" >}})
|
||||
- [InfluxDB annotation queries]({{< relref "features/datasources/influxdb.md#annotations" >}})
|
||||
- [Prometheus annotation queries]({{< relref "features/datasources/prometheus.md#annotations" >}})
|
||||
- [MySQL annotation queries]({{< relref "features/datasources/mysql.md#annotations" >}})
|
||||
- [Postgres annotation queries]({{< relref "features/datasources/postgres.md#annotations" >}})
|
||||
- [Loki annotation queries]({{< relref "features/datasources/loki.md#annotations" >}})
|
||||
- [Graphite annotation queries]({{< relref "../features/datasources/graphite.md#annotations" >}})
|
||||
- [Elasticsearch annotation queries]({{< relref "../features/datasources/elasticsearch.md#annotations" >}})
|
||||
- [InfluxDB annotation queries]({{< relref "../features/datasources/influxdb.md#annotations" >}})
|
||||
- [Prometheus annotation queries]({{< relref "../features/datasources/prometheus.md#annotations" >}})
|
||||
- [MySQL annotation queries]({{< relref "../features/datasources/mysql.md#annotations" >}})
|
||||
- [Postgres annotation queries]({{< relref "../features/datasources/postgres.md#annotations" >}})
|
||||
- [Loki annotation queries]({{< relref "../features/datasources/loki.md#annotations" >}})
|
||||
|
||||
Reference in New Issue
Block a user