From 0600c5f5e792a3706a1b97d629fe32d0d1aa68ae Mon Sep 17 00:00:00 2001 From: Joseph Perez <45749060+josmperez@users.noreply.github.com> Date: Fri, 26 May 2023 06:17:13 -0700 Subject: [PATCH] Docs: fix 2 broken links on 'Publish a plugin' topic (#68666) * Initial commit Signed-off-by: Joe Perez * Delete Reference folder for now Signed-off-by: Joe Perez --------- Signed-off-by: Joe Perez --- .../developers/plugins/publish-a-plugin/_index.md | 6 +++--- ...blish-a-plugin.md => publish-or-update-a-plugin.md} | 2 +- docs/sources/developers/plugins/reference/_index.md | 10 ---------- 3 files changed, 4 insertions(+), 14 deletions(-) rename docs/sources/developers/plugins/{publish-a-plugin.md => publish-or-update-a-plugin.md} (99%) delete mode 100644 docs/sources/developers/plugins/reference/_index.md diff --git a/docs/sources/developers/plugins/publish-a-plugin/_index.md b/docs/sources/developers/plugins/publish-a-plugin/_index.md index 7dcd5996f49..1566e5eef76 100644 --- a/docs/sources/developers/plugins/publish-a-plugin/_index.md +++ b/docs/sources/developers/plugins/publish-a-plugin/_index.md @@ -3,9 +3,9 @@ description: Topics related to plugin publishing title: Publish a plugin --- -# Publish a Grafana plugin +# Publish a 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">}}) +- [Publishing and signing criteria]({{< relref "../publishing-and-signing-criteria.md">}}) +- [Publish or update a plugin]({{< relref "../publish-or-update-a-plugin.md">}}) diff --git a/docs/sources/developers/plugins/publish-a-plugin.md b/docs/sources/developers/plugins/publish-or-update-a-plugin.md similarity index 99% rename from docs/sources/developers/plugins/publish-a-plugin.md rename to docs/sources/developers/plugins/publish-or-update-a-plugin.md index 35e3c432f2b..03d1436be1a 100644 --- a/docs/sources/developers/plugins/publish-a-plugin.md +++ b/docs/sources/developers/plugins/publish-or-update-a-plugin.md @@ -2,7 +2,7 @@ aliases: - share-a-plugin/ description: Learn how to package and share your plugin. -title: Publish a plugin +title: Publish or update a plugin type: docs --- diff --git a/docs/sources/developers/plugins/reference/_index.md b/docs/sources/developers/plugins/reference/_index.md deleted file mode 100644 index 4398fc2fe61..00000000000 --- a/docs/sources/developers/plugins/reference/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -description: Reference topics. -title: Reference ---- - -# Reference - -This section contains a metadata reference for plugin development. - -- [{{< relref "plugin.json">}}](metadata.md)