* Use relative aliases for all non-current Grafana aliases Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
772 B
772 B
aliases, title, weight
| aliases | title | weight | |
|---|---|---|---|
|
Developers | 190 |
Developers
This section of the documentation contains pages with resources for Grafana developers:
- [Grafana Contribution Guide - learn how you can contribute your skills to make Grafana even better.]({{< relref "contribute.md" >}})
- [How to build a plugin]({{< relref "plugins" >}})
- Grafana Tutorials - step-by-step guides that help you make the most of Grafana
- Grafana Community Forums - get technical support for open source Grafana, Loki, and Tempo.
- Grafana design system - library of reusable Grafana components and guidelines that help you with contribution and plugin development