mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: added content to _index.md pages (#24949)
This commit is contained in:
@@ -5,3 +5,7 @@ type = "docs"
|
||||
identifier = "dashboards"
|
||||
weight = 4
|
||||
+++
|
||||
|
||||
# Dashboard overview
|
||||
|
||||
A *dashboard* is a set of one or more panels organized and arranged into one or more rows. Grafana ships with a variety of Panels. Grafana makes it easy to construct the right queries, and customize the display properties so that you can create the perfect dashboard for your need. Each panel can interact with data from any configured Grafana Data Source (currently Graphite, Prometheus, Elasticsearch, InfluxDB, OpenTSDB, MySQL, PostgreSQL, Microsoft SQL Server and AWS Cloudwatch).
|
@@ -2,3 +2,7 @@
|
||||
title = "Developers"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Developers
|
||||
|
||||
This section of the documentation contains pages with resources for Grafana developers.
|
@@ -8,4 +8,6 @@ identifier = "features"
|
||||
weight = 4
|
||||
+++
|
||||
|
||||
# Grafana features
|
||||
|
||||
This section contains pages that describe Grafana features.
|
||||
|
@@ -6,3 +6,7 @@ identifier = "dashboard_features"
|
||||
parent = "features"
|
||||
weight = 4
|
||||
+++
|
||||
|
||||
# Dashboard overview
|
||||
|
||||
A *dashboard* is a set of one or more panels organized and arranged into one or more rows. Grafana ships with a variety of Panels. Grafana makes it easy to construct the right queries, and customize the display properties so that you can create the perfect dashboard for your need. Each panel can interact with data from any configured Grafana Data Source (currently Graphite, Prometheus, Elasticsearch, InfluxDB, OpenTSDB, MySQL, PostgreSQL, Microsoft SQL Server and AWS Cloudwatch).
|
@@ -7,3 +7,6 @@ identifier = "guides"
|
||||
weight = 3
|
||||
+++
|
||||
|
||||
# Guides
|
||||
|
||||
This section contains guides to help you use Grafana.
|
@@ -4,4 +4,6 @@ description: Grafana docs reference
|
||||
type: docs
|
||||
---
|
||||
|
||||
# Documentation
|
||||
# References
|
||||
|
||||
This section contains reference pages for Grafana features.
|
||||
|
9
docs/sources/sharing/_index
Normal file
9
docs/sources/sharing/_index
Normal file
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
title = "Sharing"
|
||||
weight = 4
|
||||
draft = "true"
|
||||
+++
|
||||
|
||||
# Sharing
|
||||
|
||||
This section contains pages that will help you share Grafana visualizations.
|
@@ -6,4 +6,6 @@ identifier = "whatsnew"
|
||||
weight = 5
|
||||
+++
|
||||
|
||||
# What's New
|
||||
|
||||
This section contains pages with Grafana release notes.
|
||||
|
Reference in New Issue
Block a user