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:
Robby Milo
2019-12-05 13:09:57 +01:00
committed by Marcus Efraimsson
parent 827688f152
commit cbd81ffeb8
73 changed files with 507 additions and 197 deletions
+6 -6
View File
@@ -20,12 +20,12 @@ Grafana supports many different storage backends for your time series data (Data
The following data sources are officially supported:
* [CloudWatch]({{< relref "features/datasources/cloudwatch.md" >}})
* [Elasticsearch]({{< relref "features/datasources/elasticsearch.md" >}})
* [Graphite]({{< relref "features/datasources/graphite.md" >}})
* [InfluxDB]({{< relref "features/datasources/influxdb.md" >}})
* [OpenTSDB]({{< relref "features/datasources/opentsdb.md" >}})
* [Prometheus]({{< relref "features/datasources/prometheus.md" >}})
* [CloudWatch]({{< relref "../features/datasources/cloudwatch.md" >}})
* [Elasticsearch]({{< relref "../features/datasources/elasticsearch.md" >}})
* [Graphite]({{< relref "../features/datasources/graphite.md" >}})
* [InfluxDB]({{< relref "../features/datasources/influxdb.md" >}})
* [OpenTSDB]({{< relref "../features/datasources/opentsdb.md" >}})
* [Prometheus]({{< relref "../features/datasources/prometheus.md" >}})
The query language and capabilities of each Data Source are obviously very different. You can combine data from multiple Data Sources onto a single Dashboard, but each Panel is tied to a specific Data Source that belongs to a particular Organization.