Docs: Refactors best practices and creates Build a dashboard section in the docs (#55101)

* starts refactor

* corrects broken relrefs
This commit is contained in:
Christopher Moyer
2022-09-26 11:07:24 -04:00
committed by GitHub
parent f4d7a6d869
commit f8240e4b0a
33 changed files with 292 additions and 297 deletions

View File

@ -6,7 +6,7 @@ title: Add support for annotations
# Add support for annotations
This guide explains how to add support for [annotations]({{< relref "../../dashboards/annotations/" >}}) to an existing data source plugin.
This guide explains how to add support for [annotations]({{< relref "../../dashboards/build-dashboards/annotate-visualizations" >}}) to an existing data source plugin.
This guide assumes that you're already familiar with how to [Build a data source plugin]({{< ref "build-a-data-source-plugin.md" >}}).