grafana/docs
sbengo b9085c1522 Added details on api documentation
Added example request and example response of sections: Dashboard, Datasources, Organisation.

If you agree, I will complete the documentation following the same formatting.
2015-07-21 12:01:04 +02:00
..
sources Added details on api documentation 2015-07-21 12:01:04 +02:00
Dockerfile updated docs system 2015-03-11 10:46:48 +01:00
Makefile Updated docs Makefile 2015-04-29 10:14:02 +02:00
mkdocs.yml docs(ldap): added ldap integration docs and config examples, #1450 2015-07-15 14:48:39 +02: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 version fragment 2015-07-08 11:06:11 +02: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.