Files
nopzor1200 f969fce4d4 Update migrating_to2.md
minor tweaks
2015-03-28 00:39:13 -04:00
..
2015-03-28 00:39:13 -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.