From c53711190367ebda251ebd2e5006663463afbd42 Mon Sep 17 00:00:00 2001 From: markyjackson-taulia Date: Wed, 19 Jun 2024 06:58:17 -0700 Subject: [PATCH] Addressing comment https://github.com/backstage/backstage/pull/23266/files#r1588028883 Signed-off-by: markyjackson-taulia --- docs/plugins/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/plugins/index.md b/docs/plugins/index.md index d52977ef2d..1bda258610 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -12,17 +12,19 @@ Our vision for the plugin ecosystem champions flexibility, empowering you to inc ## Creating a Plugin -Embark on your plugin development journey by following the detailed steps provided [here](create-a-plugin.md). +Embark on your plugin development journey by following the detailed steps provided in the [Create a Plugin guide](create-a-plugin.md). ## Suggesting a Plugin -If you're developing an open-source plugin, we encourage you to initiate a [new Issue in the community plugins repo](https://github.com/backstage/community-plugins/issues/new/choose). This gesture not only informs the community about upcoming plugins but also invites collaboration and feedback. +If you're developing an open-source plugin, we encourage you to create a +[new issue in the community plugins repository](https://github.com/backstage/community-plugins/issues/new/choose). +This informs the community about upcoming plugins and invites collaboration and feedback. This approach is equally beneficial if you conceive an idea for a potentially impactful plugin but prefer if another contributor undertakes its development. ## Integration with the Software Catalog -Should your plugin complement the Software Catalog rather than exist as a standalone entity (for instance, as an additional tab or a card within an "Overview" tab), you'll find comprehensive guidance on achieving this integration [here](integrating-plugin-into-software-catalog.md). +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). ## Guides for Plugin Development