Skip to content

Commit 08a45e9

Browse files
committed
docs(): docs update
1 parent 00c7030 commit 08a45e9

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

docs/mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ google_analytics: ['UA-47280256-1', 'grafana.org']
2525
pages:
2626

2727
# Introduction:
28-
- ['index.md', 'Project', 'About Grafana']
29-
- ['project/cla.md', 'Project', 'Contributor License Agreement']
28+
# - ['index.md', 'Project', 'About Grafana']
29+
# - ['project/cla.md', 'Project', 'Contributor License Agreement']
3030

31+
- ['index.md', '**HIDDEN**']
3132
- ['installation/index.md', 'Installation', 'Installation']
3233
- ['installation/debian.md', 'Installation', 'Installing on Debian / Ubuntu']
3334
- ['installation/rpm.md', 'Installation', 'Installing on RPM-based Linux']

docs/sources/index.md

Lines changed: 36 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,37 @@
1-
page_title: About Grafana
2-
page_description: Introduction to Grafana.
3-
page_keywords: grafana, introduction, documentation, about
1+
---
2+
page_title: Grafana Installation
3+
page_description: Install guide for Grafana.
4+
page_keywords: grafana, installation, documentation
5+
---
6+
7+
# Installation
8+
9+
Grafana is easily installed via a Debian/Ubuntu package (.deb), via
10+
Redhat/Centos package (.rpm) or manually via a tarball that contains all
11+
required files and binaries. If you can't find a package or binary for
12+
your platform, you might be able to build one yourself. Read the [build
13+
from source](../project/building_from_source) instructions for more
14+
information.
15+
16+
## Platforms
17+
- [Installing on Debian / Ubuntu](installation/debian.md)
18+
- [Installing on RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)](installation/rpm.md)
19+
- [Installing on Mac OS X](installation/mac.md)
20+
- [Installing on Windows](installation/windows.md)
21+
- [Installing on Docker](installation/docker.md)
22+
- [Installing using Provisioning (Chef, Puppet, Salt, Ansible, etc)](installation/provisioning.md)
23+
- [Nightly Builds](http://grafana.org/download/builds.html)
24+
25+
## Configuration
26+
27+
The back-end web server has a number of configuration options. Go the
28+
[Configuration](/installation/configuration) page for details on all
29+
those options.
30+
31+
## Data sources guides
32+
33+
- [Graphite](datasources/graphite.md)
34+
- [Elasticsearch](datasources/elasticsearch.md)
35+
- [InfluxDB](datasources/influxdb.md)
36+
- [OpenTSDB](datasources/opentsdb.md)
437

5-
# About Grafana
6-
7-
Grafana is a leading open source application for visualizing large-scale measurement data.
8-
9-
It provides a powerful and elegant way to create, share, and explore data and dashboards from your disparate metric databases, either with your team or the world.
10-
11-
Grafana is most commonly used for Internet infrastructure and application analytics, but many use it in other domains including industrial sensors, home automation, weather, and process control.
12-
13-
Grafana features pluggable panels and data sources allowing easy extensibility. There is currently rich support for [Graphite](http://graphite.readthedocs.org/en/latest/), [InfluxDB](http://influxdb.org) and [OpenTSDB](http://opentsdb.net). There is also experimental support for [KairosDB](https://github.com/kairosdb/kairosdb), [Prometheus](http://prometheus.io/), and SQL is on the roadmap. Grafana has a variety of panels, including a fully featured graph panel with rich visualization options.
14-
15-
Version 2.0 was released in April 2015: Grafana now ships with its own backend server that brings [many changes and features](../guides/whats-new-in-v2/).
16-
Version 2.1 was released in July 2015 and added [even more features and enhancements](../guides/whats-new-in-v2-1/).
17-
18-
## Community Resources, Feedback, and Support
19-
20-
Thousands of organizations large and small rely on Grafana, and we have a vibrant and active community that constantly inspires us.
21-
22-
Please don't hesitate to [open a new issue on Github](https://github.com/grafana/grafana/issues) with your suggestions, ideas, and bug reports.
23-
24-
Most of the new features and improvements that go into Grafana come from our users. We greatly value your feedback and suggestions; we consider them paramount to making the product better!
25-
26-
If you have any trouble with Grafana, whether you can't get it set up or you just want clarification on a feature, there are a number of ways to get help:
27-
28-
- [Troubleshooting guide](/installation/troubleshooting/)
29-
- \#grafana IRC channel on the freenode network (chat.freenode.net)
30-
- Search closed and open [issues on GitHub](https://github.com/grafana/grafana/issues)
31-
- [Mailing list](https://groups.io/org/groupsio/grafana)
32-
33-
## Commercial Support
34-
35-
[raintank](http://www.raintank.io), the company behind Grafana, will be launching a SaaS Grafana-based platform later this year that will also include commercial support for all your existing Grafana installations. Please sign up for [early access at raintank](http://www.raintank.io) for more information.
36-
37-
## License
38-
39-
By utilizing this software, you agree to the terms of the included license. Grafana is licensed under the Apache 2.0 agreement. See [LICENSE](https://github.com/grafana/grafana/blob/master/LICENSE.md) for the full license terms.

docs/sources/installation/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ your platform, you might be able to build one yourself. Read the [build
1313
from source](../project/building_from_source) instructions for more
1414
information.
1515

16+
## Platforms
1617
- [Installing on Debian / Ubuntu](debian.md)
1718
- [Installing on RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)](rpm.md)
1819
- [Installing on Mac OS X](mac.md)

0 commit comments

Comments
 (0)