grafana/docs
2015-07-29 10:24:46 +02:00
..
sources docs(): lots of updates to whats new in 2.1 doc article 2015-07-29 10:24:46 +02:00
Dockerfile updated docs system 2015-03-11 10:46:48 +01:00
Makefile Updated docs Makefile 2015-04-29 10:14:02 +02:00
mkdocs.yml formatting and some hr to make it more organized 2015-07-21 16:19:49 +02:00
README.md Add docs for building the docs locally 2015-03-12 14:47:49 -06:00
s3_website.json Added grafana 1.x docs to main repo 2015-03-10 08:56:03 +01:00
VERSION Updated docs version and version fragment 2015-07-08 11:06:11 +02: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.