bergquist 7f8643efde feat(cli): make all plugin commands subcommands vor 9 Jahren
..
sources 7f8643efde feat(cli): make all plugin commands subcommands vor 9 Jahren
Dockerfile 1f550be949 updated docs system vor 10 Jahren
Makefile fc6ad2059a docs(): updated doc version vor 9 Jahren
README.md e4baef94bc docs(ldap): Clarify LDAP features and sample config vor 10 Jahren
VERSION fc6ad2059a docs(): updated doc version vor 9 Jahren
mkdocs.yml 08a45e9a3b docs(): docs update vor 9 Jahren
s3_website.json 15cb1d8980 Added grafana 1.x docs to main repo vor 10 Jahren

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.