mirror of https://github.com/grafana/grafana
Docs: Plugin doc review for chunk 1-A (#67070)
* Plugin doc review for chunk 1-A Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Group of fixes in response to review comments Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Updates for review comments Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fixed extra space Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Additional doc fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * More doc fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fixes from doc review Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc review fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * More changes from doc review Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fix links and relrefs using doc-validator advice Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Publishing criteria update Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Markdown fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fixes Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Testing Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Testing Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Testing Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Link fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Prettier Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Fix to publishing criteria Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Doc fix Signed-off-by: Joe Perez <joseph.perez@grafana.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/build-a-streaming-data-source-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/build-a-streaming-data-source-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/get-started-with-plugins/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/publish-a-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/publish-a-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/publish-a-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/developers/plugins/sign-a-plugin.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Prettier Signed-off-by: Joe Perez <joseph.perez@grafana.com> --------- Signed-off-by: Joe Perez <joseph.perez@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>pull/68022/head^2
parent
24668137f8
commit
13be068919
@ -0,0 +1,27 @@ |
||||
--- |
||||
description: How-to topics for plugin development |
||||
title: Create a plugin |
||||
--- |
||||
|
||||
# Create a Grafana plugin |
||||
|
||||
This section contains how-to topics for developing Grafana plugins. |
||||
|
||||
- [Build a Grafana plugin](https://grafana.github.io/plugin-tools/docs/creating-a-plugin) |
||||
- [Build a panel plugin](https://grafana.com/tutorials/build-a-panel-plugin/) |
||||
- [Build a data source plugin](https://grafana.com/tutorials/build-a-data-source-plugin/) |
||||
- [Build a data source backend plugin](https://grafana.com/tutorials/build-a-data-source-backend-plugin/) |
||||
- [Build a logs data source plugin]({{< relref "../build-a-logs-data-source-plugin.md">}}) |
||||
- [Build a streaming data source plugin]({{< relref "../build-a-streaming-data-source-plugin.md">}}) |
||||
- Extend a Grafana plugin |
||||
- [Add annotations]({{< relref "add-support-for-annotations.md">}}) |
||||
- [Add anonymous usage reporting]({{< relref "add-anonymous-usage-reporting.md">}}) |
||||
- [Add authentication for a data source plugin]({{< relref "add-authentication-for-data-source-plugins.md">}}) |
||||
- [Add Explore queries]({{< relref "add-support-for-explore-queries.md">}}) |
||||
- [Add query editor help]({{< relref "add-query-editor-help.md">}}) |
||||
- [Add variables]({{< relref "add-support-for-variables.md">}}) |
||||
- [Create panel option editors]({{< relref "custom-panel-option-editors.md">}}) |
||||
- [Sign a plugin]({{< relref "sign-a-plugin.md">}}) |
||||
- [Automate development with CI](https://grafana.github.io/plugin-tools/docs/ci) |
||||
- [Create nested plugins](https://grafana.github.io/plugin-tools/docs/nested-plugins) |
||||
- [Extend configurations](https://grafana.github.io/plugin-tools/docs/advanced-configuration) |
||||
@ -0,0 +1,12 @@ |
||||
--- |
||||
description: Get started guide |
||||
title: Get started with plugins |
||||
--- |
||||
|
||||
# Get started with Grafana plugins |
||||
|
||||
This section contains guidance for building plugins. |
||||
|
||||
- [Get started with creating a plugin](https://grafana.github.io/plugin-tools/docs/getting-started) |
||||
- [Types of Grafana plugins](https://grafana.com/docs/grafana/latest/administration/plugin-management/) |
||||
- [Set up your development environment](https://grafana.github.io/plugin-tools/docs/docker) |
||||
@ -0,0 +1,13 @@ |
||||
--- |
||||
description: Conceptual topics for plugin development |
||||
title: Introduction to plugin development |
||||
--- |
||||
|
||||
# Introduction to Grafana plugin development |
||||
|
||||
This section contains topics related to the key concepts for Grafana plugin development. |
||||
|
||||
- [Backend plugins]({{< relref "../backend/" >}}) |
||||
- [Grafana plugin SDK for Go]({{< relref "../backend/grafana-plugin-sdk-for-go.md" >}}) |
||||
- [Plugin protocol]({{< relref "../backend/plugin-protocol.md" >}}) |
||||
- [Data frames]({{< relref "data-frames.md">}}) |
||||
@ -0,0 +1,11 @@ |
||||
--- |
||||
description: Topics related to plugin publishing |
||||
title: Publish a plugin |
||||
--- |
||||
|
||||
# Publish a Grafana plugin |
||||
|
||||
This section contains topics related to publishing Grafana plugins. |
||||
|
||||
- [Publishing and signing criteria]({{< relref "publishing-and-signing-criteria.md">}}) |
||||
- [Publish a plugin]({{< relref "publish-a-plugin.md">}}) |
||||
@ -0,0 +1,10 @@ |
||||
--- |
||||
description: Reference topics. |
||||
title: Reference |
||||
--- |
||||
|
||||
# Reference |
||||
|
||||
This section contains a metadata reference for plugin development. |
||||
|
||||
- [{{< relref "plugin.json">}}](metadata.md) |
||||
Loading…
Reference in new issue