grafana/docs
Torkel Ödegaard 8e0bba4f99 fix(templating): minor fix to default property name, fixes #3378 2015-12-01 09:01:44 +01:00
..
sources fix(templating): minor fix to default property name, fixes #3378 2015-12-01 09:01:44 +01:00
Dockerfile
Makefile docs(elasticsearch): began work on elasticsearch docs #2862 2015-10-26 13:36:00 +01:00
README.md
VERSION docs(elasticsearch): began work on elasticsearch docs #2862 2015-10-26 13:36:00 +01:00
mkdocs.yml docs(): update to install docs and whats new in 2.5 2015-10-28 11:08:12 +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.