grafana/docs
Utkarsh Bhatnagar f54615ed46 Included rows JSON and TODO headers 2015-11-02 00:21:59 -08:00
..
sources Included rows JSON and TODO headers 2015-11-02 00:21:59 -08:00
Dockerfile
Makefile docs(elasticsearch): began work on elasticsearch docs #2862 2015-10-26 13:36:00 +01:00
README.md docs(ldap): Clarify LDAP features and sample config 2015-08-11 19:57:53 -07:00
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.