mirror of
https://github.com/grafana/grafana.git
synced 2025-09-20 22:07:06 +08:00

Updates the docs to work with the website repo - mainly relative link updates. Adds a menu.yaml file to build the sidebar menu (no longer using front matter weight).
12 lines
313 B
Markdown
Executable File
12 lines
313 B
Markdown
Executable File
+++
|
|
title = "Building from source"
|
|
type = "docs"
|
|
[menu.docs]
|
|
parent = "installation"
|
|
weight = 700
|
|
+++
|
|
|
|
# Building Grafana from source
|
|
|
|
Refer to the [Grafana developer guide](https://github.com/grafana/grafana/blob/master/contribute/developer-guide.md) for information about building Grafana from the source code.
|