mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 08:02:25 +08:00
Docs: updates for file-based menu (#28500)
* initial * cleanup * remove bad aliases * cleanup, fix links * add docs-file-based-command * update docs * update readme * fix broken links * fix spelling Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Build a plugin."
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Build a plugin
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Add authentication for data source plugins"
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/auth-for-datasources/", "/docs/grafana/latest/developers/plugins/authentication/"]
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Add support for annotations"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Add support for annotations
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Add support for Explore queries"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Add support for Explore queries
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Add support for variables in plugins"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Add support for variables in plugins
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = "Backend plugins"
|
||||
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "documentation"]
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/backend-plugins-guide/"]
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = "Grafana Plugin SDK for Go"
|
||||
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "sdk", "documentation"]
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Grafana plugin SDK for Go
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = "Plugin protocol"
|
||||
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "documentation"]
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Plugin protocol
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Build a logs data source plugin"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Build a logs data source plugin
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Build a streaming data source plugin"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Build a streaming data source plugin
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Data frames"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Data frames
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Error handling"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Error handling
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Legacy plugins"
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/development/", "/docs/grafana/latest/plugins/datasources/", "/docs/grafana/latest/plugins/apps/", "/docs/grafana/latest/plugins/panels/", "/docs/grafana/latest/plugins/developing/development/"]
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = "Legacy app plugins"
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/apps/"]
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = "Legacy data source plugins"
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/datasources/"]
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Legacy defaults and editor mode"
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/defaults-and-editor-mode/"]
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = "Legacy panel plugins"
|
||||
keywords = ["grafana", "plugins", "panel", "documentation"]
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/panels/"]
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Legacy review guidelines"
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/plugin-review-guidelines/"]
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Legacy snapshot mode"
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/snapshot-mode/"]
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Legacy code style guide"
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/code-styleguide/"]
|
||||
+++
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
# -------------------------------------------------------------------------
|
||||
title = "plugin.json"
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/plugin.json/"]
|
||||
+++
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
# -------------------------------------------------------------------------
|
||||
title = "plugin.json"
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/plugin.json/"]
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Plugin migration guide"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Plugin migration guide
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Sign a plugin"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Sign a plugin
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Working with data frames"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Working with data frames
|
||||
|
Reference in New Issue
Block a user