Files
grafana/docs
nopzor1200 bb8f8fccca Update influxdb.md
clarified some language, split into influx 0.9 and influx 0.8 since they are now two separate datasources/queryeditors
2015-03-28 17:30:36 -04:00
..
2015-03-28 17:30:36 -04:00
2015-03-11 10:46:48 +01:00
2015-03-11 10:46:48 +01:00
2015-03-26 18:03:37 +01:00

To build the docs locally, you need to have docker installed. The docs are built using a custom docker image and mkdocs.

Build the grafana/docs-base:latest image:

$ git clone https://github.com/grafana/docs-base
$ cd docs-base
$ make docs-build

To build the docs:

$ cd docs
$ make docs

Open localhost:8100 to view the docs.