grafana/docs
bergquist 7f8643efde feat(cli): make all plugin commands subcommands 2016-03-21 10:01:07 +01:00
..
sources feat(cli): make all plugin commands subcommands 2016-03-21 10:01:07 +01:00
Dockerfile
Makefile docs(): updated doc version 2016-03-14 10:03:18 +01:00
README.md
VERSION docs(): updated doc version 2016-03-14 10:03:18 +01:00
mkdocs.yml docs(): docs update 2016-03-07 08:52:16 +01: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:8180 to view the docs.