grafana/docs
nopzor1200 2c54937104 Update gettingstarted.md
fleshed out 'getting started' text
2015-03-29 16:39:08 -04:00
..
sources Update gettingstarted.md 2015-03-29 16:39:08 -04:00
Dockerfile updated docs system 2015-03-11 10:46:48 +01:00
Makefile updated docs system 2015-03-11 10:46:48 +01:00
mkdocs.yml Updated whats new doc 2015-03-26 18:03:37 +01: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 updated build from source instructions 2015-03-10 09:03:05 +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.