Grafana Tutorials are step-by-step guides that help you make the most of Grafana.
Important: This project is in early development, and is not fit for production use. The tutorials are based on experimental APIs, which are subject to change.
Docker >= 2.1.0.3
- Run
make tutorials
. This launches a preview of the website athttp://localhost:3002/tutorials/
which will refresh automatically when changes to content in thecontent/tutorials
directory are made.
When a PR is merged to master with changes in the content/tutorials
directory, those changes are automatically synched to the grafana/website repo on the tutorials-sync
branch.
In order to make those changes live, open a PR in the website repo that merges the tutorials-sync
branch into master
. Then follow the publishing guidelines in that repo.