|
|
hace 10 años | |
|---|---|---|
| .. | ||
| sources | hace 10 años | |
| Dockerfile | hace 10 años | |
| Makefile | hace 10 años | |
| README.md | hace 10 años | |
| VERSION | hace 10 años | |
| mkdocs.yml | hace 10 años | |
| s3_website.json | hace 10 años | |
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.