Skip to content

Commit 62f114d

Browse files
author
sunlinyao
committed
Merge branch 'master' of https://github.com/grafana/grafana
2 parents fccd7be + 48a93a5 commit 62f114d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+582
-351
lines changed

contribute/developer-guide.md

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Log in using the default credentials:
7272

7373
When you log in for the first time, Grafana asks you to change your password.
7474

75+
#### Building on Windows
76+
77+
The Grafana backend includes Sqlite3 which requires GCC to compile. So in order to compile Grafana on Windows you need to install GCC. We recommend [TDM-GCC](http://tdm-gcc.tdragon.net/download).
78+
7579
## Test Grafana
7680

7781
The test suite consists of three types of tests: _Frontend tests_, _backend tests_, and _end-to-end tests_.

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Edit content in the `sources` directory.
1919

2020
### Using `relref` for internal links
2121

22-
Use the Hugo shortcode [relref](https://gohugo.io/content-management/cross-references/#use-ref-and-relref) anytime you are linking to other internal docs pages.
22+
Use the Hugo shortcode [relref](https://gohugo.io/content-management/cross-references/#use-ref-and-relref) any time you are linking to other internal docs pages.
2323

2424
### Edit the side menu
2525

docs/sources/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Grafana documentation"
33
description = "Guides, Installation and Feature Documentation"
44
keywords = ["grafana", "installation", "documentation"]
55
type = "docs"
6-
aliases = ["/v1.1", "/guides/reference/admin", "/v3.1"]
6+
aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin", "/docs/grafana/v3.1"]
77
+++
88

99
# Grafana Documentation
@@ -64,7 +64,7 @@ aliases = ["/v1.1", "/guides/reference/admin", "/v3.1"]
6464
<h4>What's new in v6.5</h4>
6565
<p>Explore the features and enhancements in the latest release.</p>
6666
</a>
67-
67+
6868
</div>
6969

7070
<h2>Data Source Guides</h2>

docs/sources/administration/image_rendering.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Image Rendering"
33
description = ""
44
keywords = ["grafana", "image", "rendering", "phantomjs"]
55
type = "docs"
6-
aliases = ["/installation/image-rendering"]
6+
aliases = ["/docs/grafana/latest/installation/image-rendering"]
77
[menu.docs]
88
parent = "admin"
99
weight = 8

docs/sources/administration/provisioning.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Provisioning"
33
description = ""
44
keywords = ["grafana", "provisioning"]
55
type = "docs"
6-
aliases = ["/installation/provisioning"]
6+
aliases = ["/docs/grafana/latest/installation/provisioning"]
77
[menu.docs]
88
parent = "admin"
99
weight = 8
@@ -437,6 +437,7 @@ The following sections detail the supported settings for each alert notification
437437
| ---- |
438438
| bottoken |
439439
| chatid |
440+
| uploadImage |
440441

441442
#### Alert notification `threema`
442443

docs/sources/auth/auth-proxy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Auth Proxy"
33
description = "Grafana Auth Proxy Guide "
44
keywords = ["grafana", "configuration", "documentation", "proxy"]
55
type = "docs"
6-
aliases = ["/tutorials/authproxy/"]
6+
aliases = ["/docs/grafana/latest/tutorials/authproxy/"]
77
[menu.docs]
88
name = "Auth Proxy"
99
identifier = "auth-proxy"

docs/sources/auth/ldap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "LDAP Authentication"
33
description = "Grafana LDAP Authentication Guide "
44
keywords = ["grafana", "configuration", "documentation", "ldap", "active directory"]
55
type = "docs"
6-
aliases = ["/installation/ldap/"]
6+
aliases = ["/docs/grafana/latest/installation/ldap/"]
77
[menu.docs]
88
name = "LDAP"
99
identifier = "ldap"

docs/sources/auth/saml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "SAML Authentication"
33
description = "Grafana SAML Authentication"
44
keywords = ["grafana", "saml", "documentation", "saml-auth"]
5-
aliases = ["/auth/saml/"]
5+
aliases = ["/docs/grafana/latest/auth/saml/"]
66
type = "docs"
77
[menu.docs]
88
name = "SAML"

docs/sources/auth/team-sync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Team Sync"
33
description = "Grafana Team Sync"
44
keywords = ["grafana", "auth", "documentation"]
5-
aliases = ["/auth/saml/"]
5+
aliases = ["/docs/grafana/latest/auth/saml/"]
66
type = "docs"
77
[menu.docs]
88
name = "Team Sync"

docs/sources/contribute/cla.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Contributor License Agreement (CLA)"
33
description = "Contributor License Agreement (CLA)"
44
type = "docs"
5-
aliases = ["/project/cla", "docs/contributing/cla.html"]
5+
aliases = ["/docs/grafana/latest/project/cla", "docs/contributing/cla.html"]
66
[menu.docs]
77
parent = "contribute"
88
weight = 1

docs/sources/features/datasources/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = "Data Sources"
33
type = "docs"
4-
aliases = ["/datasources/overview/"]
4+
aliases = ["/docs/grafana/latest/datasources/overview/"]
55
[menu.docs]
66
name = "Data Sources"
77
identifier = "datasources"
@@ -38,4 +38,4 @@ The following data sources are officially supported:
3838

3939
## Data source plugins
4040

41-
Since grafana 3.0 you can install data sources as plugins. Check out [Grafana.net](https://grafana.com/plugins) for more data sources.
41+
Since Grafana 3.0 you can install data sources as plugins. Check out [Grafana.net](https://grafana.com/plugins) for more data sources.

docs/sources/features/datasources/azuremonitor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Using Azure Monitor in Grafana"
33
description = "Guide for using Azure Monitor in Grafana"
44
keywords = ["grafana", "microsoft", "azure", "monitor", "application", "insights", "log", "analytics", "guide"]
55
type = "docs"
6-
aliases = ["/datasources/azuremonitor"]
6+
aliases = ["/docs/grafana/latest/datasources/azuremonitor"]
77
[menu.docs]
88
name = "Azure Monitor"
99
parent = "datasources"

docs/sources/features/datasources/cloudwatch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "AWS CloudWatch"
33
description = "Guide for using CloudWatch in Grafana"
44
keywords = ["grafana", "cloudwatch", "guide"]
55
type = "docs"
6-
aliases = ["/datasources/cloudwatch"]
6+
aliases = ["/docs/grafana/latest/datasources/cloudwatch"]
77
[menu.docs]
88
name = "AWS Cloudwatch"
99
identifier = "cloudwatch"

docs/sources/features/datasources/elasticsearch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Using Elasticsearch in Grafana"
33
description = "Guide for using Elasticsearch in Grafana"
44
keywords = ["grafana", "elasticsearch", "guide"]
55
type = "docs"
6-
aliases = ["/datasources/elasticsearch"]
6+
aliases = ["/docs/grafana/latest/datasources/elasticsearch"]
77
[menu.docs]
88
name = "Elasticsearch"
99
parent = "datasources"

docs/sources/features/datasources/graphite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Using Graphite in Grafana"
33
description = "Guide for using graphite in Grafana"
44
keywords = ["grafana", "graphite", "guide"]
55
type = "docs"
6-
aliases = ["/datasources/graphite"]
6+
aliases = ["/docs/grafana/latest/datasources/graphite"]
77
[menu.docs]
88
name = "Graphite"
99
identifier = "graphite"

docs/sources/features/datasources/influxdb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Using InfluxDB in Grafana"
33
description = "Guide for using InfluxDB in Grafana"
44
keywords = ["grafana", "influxdb", "guide"]
55
type = "docs"
6-
aliases = ["/datasources/influxdb"]
6+
aliases = ["/docs/grafana/latest/datasources/influxdb"]
77
[menu.docs]
88
name = "InfluxDB"
99
parent = "datasources"

docs/sources/features/datasources/loki.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Using Loki in Grafana"
33
description = "Guide for using Loki in Grafana"
44
keywords = ["grafana", "loki", "logging", "guide"]
55
type = "docs"
6-
aliases = ["/datasources/loki"]
6+
aliases = ["/docs/grafana/latest/datasources/loki"]
77
[menu.docs]
88
name = "Loki"
99
parent = "datasources"

docs/sources/features/datasources/opentsdb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Using OpenTSDB in Grafana"
33
description = "Guide for using OpenTSDB in Grafana"
44
keywords = ["grafana", "opentsdb", "guide"]
55
type = "docs"
6-
aliases = ["/datasources/opentsdb", "docs/features/opentsdb"]
6+
aliases = ["/docs/grafana/latest/datasources/opentsdb", "/docs/grafana/latest/features/opentsdb"]
77
[menu.docs]
88
name = "OpenTSDB"
99
parent = "datasources"

docs/sources/features/datasources/prometheus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Using Prometheus in Grafana"
33
description = "Guide for using Prometheus in Grafana"
44
keywords = ["grafana", "prometheus", "guide"]
55
type = "docs"
6-
aliases = ["/datasources/prometheus"]
6+
aliases = ["/docs/grafana/latest/datasources/prometheus"]
77
[menu.docs]
88
name = "Prometheus"
99
parent = "datasources"

docs/sources/features/datasources/stackdriver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Using Stackdriver in Grafana"
33
description = "Guide for using Stackdriver in Grafana"
44
keywords = ["grafana", "stackdriver", "google", "guide"]
55
type = "docs"
6-
aliases = ["/datasources/stackdriver"]
6+
aliases = ["/docs/grafana/latest/datasources/stackdriver"]
77
[menu.docs]
88
name = "Google Stackdriver"
99
parent = "datasources"

docs/sources/features/panels/alertlist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Alert List"
33
keywords = ["grafana", "alert list", "documentation", "panel", "alertlist"]
44
type = "docs"
5-
aliases = ["/reference/alertlist/"]
5+
aliases = ["/docs/grafana/latest/reference/alertlist/"]
66
[menu.docs]
77
name = "Alert list"
88
parent = "panels"

docs/sources/features/panels/dashlist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Dashboard List"
33
keywords = ["grafana", "dashboard list", "documentation", "panel", "dashlist"]
44
type = "docs"
5-
aliases = ["/reference/dashlist/"]
5+
aliases = ["/docs/grafana/latest/reference/dashlist/"]
66
[menu.docs]
77
name = "Dashboard list"
88
parent = "panels"

docs/sources/features/panels/graph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Graph Panel"
33
keywords = ["grafana", "graph panel", "documentation", "guide", "graph"]
44
type = "docs"
5-
aliases = ["/reference/graph/"]
5+
aliases = ["/docs/grafana/latest/reference/graph/"]
66
[menu.docs]
77
name = "Graph"
88
parent = "panels"

docs/sources/features/panels/logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Logs Panel"
33
keywords = ["grafana", "dashboard", "documentation", "panels", "logs panel"]
44
type = "docs"
5-
aliases = ["/reference/logs/"]
5+
aliases = ["/docs/grafana/latest/reference/logs/"]
66
[menu.docs]
77
name = "Logs"
88
parent = "panels"

docs/sources/features/panels/singlestat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Singlestat Panel"
33
keywords = ["grafana", "dashboard", "documentation", "panels", "singlestat"]
44
type = "docs"
5-
aliases = ["/reference/singlestat/"]
5+
aliases = ["/docs/grafana/latest/reference/singlestat/"]
66
[menu.docs]
77
name = "Singlestat"
88
parent = "panels"

docs/sources/features/panels/table_panel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Table Panel"
33
keywords = ["grafana", "dashboard", "documentation", "panels", "table panel"]
44
type = "docs"
5-
aliases = ["/reference/table/"]
5+
aliases = ["/docs/grafana/latest/reference/table/"]
66
[menu.docs]
77
name = "Table"
88
parent = "panels"

docs/sources/features/panels/text.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Text"
33
keywords = ["grafana", "text", "documentation", "panel"]
44
type = "docs"
5-
aliases = ["/reference/alertlist/"]
5+
aliases = ["/docs/grafana/latest/reference/alertlist/"]
66
[menu.docs]
77
name = "Text"
88
parent = "panels"

docs/sources/features/reporting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Reporting"
33
description = ""
44
keywords = ["grafana", "reporting"]
55
type = "docs"
6-
aliases = ["/administration/reports"]
6+
aliases = ["/docs/grafana/latest/administration/reports"]
77
[menu.docs]
88
parent = "features"
99
weight = 8

0 commit comments

Comments
 (0)