The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs
Daniel Lee 5e9653f935 docs(): adds missing index pages + link fix 8 years ago
..
sources docs(): adds missing index pages + link fix 8 years ago
Dockerfile Squashed commit of the following: 9 years ago
Makefile Squashed commit of the following: 9 years ago
README.md Update building docs readme 8 years ago
VERSION docs(): updated download links 9 years ago
config.toml Squashed commit of the following: 9 years ago
s3_website.json Added grafana 1.x docs to main repo 10 years ago

README.md

Building The Docs

To build the docs locally, you need to have docker installed. The docs are built using a custom docker image and the mkdocs tool.

Prepare the Docker Image:

Git clone grafana/grafana.org repo. Run these commands in the root of that repo. Note that you may require sudo when running make docs-build depending on how your system's docker service is configured):

$ git clone https://github.com/grafana/grafana.org
$ cd grafana.org
$ make docs-build

Build the Documentation:

Now that the docker image has been prepared we can build the docs. Switch your working directory back to the directory this file (README.md) is in and run (possibly with sudo):

$ make docs

This command will not return control of the shell to the user. Instead the command is now running a new docker container built from the image we created in the previous step.

Open localhost:3004 to view the docs.