grafana/docs
Torkel Ödegaard 5de9230924 Security: New config option to disable the use of gravatar for profile images, Closes #1891 2015-05-01 08:40:13 +02:00
..
sources Security: New config option to disable the use of gravatar for profile images, Closes #1891 2015-05-01 08:40:13 +02:00
Dockerfile
Makefile Updated docs Makefile 2015-04-29 10:14:02 +02:00
README.md
VERSION Updated whats new docs guide 2015-03-30 17:35:38 +02:00
mkdocs.yml Updated docs 2015-04-13 07:55:07 +02:00
s3_website.json

README.md

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.