From f56b2646a5830df11272cfe07d1ed55ac44d20d8 Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Sat, 19 Oct 2024 14:17:18 -0400 Subject: [PATCH] one more try Signed-off-by: aramissennyeydd --- docs/plugins/guides.md | 7 +++---- docs/plugins/index.md | 2 -- .../why-build-plugins.md | 5 ++++- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/plugins/guides.md b/docs/plugins/guides.md index 35bf6ccefb..a6bca91cdc 100644 --- a/docs/plugins/guides.md +++ b/docs/plugins/guides.md @@ -1,15 +1,14 @@ --- id: guides title: Guides for Plugins -status: in-progress --- -## Guides for Plugin Development - :::note Note -This section is still a work in progress, many of the guides described below do not exist yet. +This docs is still a work in progress, many of the guides described below do not exist yet. ::: +## Guides for Plugin Development + ### For Beginners: Introduction to Plugin Development This section is designed for those new to plugin development. It covers the basics and provides a foundation for more advanced topics. diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 00f085898c..f709afa894 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -23,5 +23,3 @@ This approach is equally beneficial if you conceive an idea for a potentially im ## Integration with the Software Catalog Should your plugin complement the Software Catalog rather than exist as a standalone feature (for instance, as an additional tab or a card within an "Overview" tab), you'll find comprehensive guidance on achieving this integration in the [Integrating Plugin into Software Catalog guide](integrating-plugin-into-software-catalog.md). - ---- diff --git a/docs/plugins/plugins-101-building-your-first-plugin/why-build-plugins.md b/docs/plugins/plugins-101-building-your-first-plugin/why-build-plugins.md index 2415298448..041703a239 100644 --- a/docs/plugins/plugins-101-building-your-first-plugin/why-build-plugins.md +++ b/docs/plugins/plugins-101-building-your-first-plugin/why-build-plugins.md @@ -1,9 +1,12 @@ --- id: why-build-plugins title: Why build plugins? -status: in-progress --- +:::note Note +This docs is still a work in progress, many of the guides described below do not exist yet. +::: + # Why Build Plugins? Introduction to the Value and Impact of Plugins within Backstage Backstage plugins are essential components that enable the integration of various tools and services into a unified developer portal. Here’s a detailed look at how and why building plugins for Backstage can be highly beneficial: