From 8ec73c607ed0b90e09663572a0156e5671ba7258 Mon Sep 17 00:00:00 2001 From: Mark Jackson <16655670+markjacksonfishing@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:25:18 -0700 Subject: [PATCH] Update docs/integrations/plugins-101-building-your-first-plugin/why-build-plugins.md Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Signed-off-by: Mark Jackson <16655670+markjacksonfishing@users.noreply.github.com> Signed-off-by: aramissennyeydd --- .../plugins-101-building-your-first-plugin/why-build-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/plugins-101-building-your-first-plugin/why-build-plugins.md b/docs/integrations/plugins-101-building-your-first-plugin/why-build-plugins.md index 20118ca0b1..a0f6737842 100644 --- a/docs/integrations/plugins-101-building-your-first-plugin/why-build-plugins.md +++ b/docs/integrations/plugins-101-building-your-first-plugin/why-build-plugins.md @@ -8,7 +8,7 @@ Plugins in Backstage centralize and simplify access to tools, reducing the time ## Customizable and Extensible Platform -Backstage's plugin architecture is designed to be highly flexible, enabling the integration of nearly any infrastructure or software development tool. This extensibility allows organizations to tailor Backstage to meet their specific needs, integrating internal tools, third-party services, and other custom functionalities seamlessly【93†source】【94†source】. For detailed guidelines on plugin development, refer to the [Backstage Plugin Development documentation](https://backstage.io/docs/plugins/plugin-development/). +Backstage's plugin architecture is designed to be highly flexible, enabling the integration of nearly any infrastructure or software development tool. This extensibility allows organizations to tailor Backstage to meet their specific needs, integrating internal tools, third-party services, and other custom functionalities seamlessly. For detailed guidelines on plugin development, refer to the [Backstage Plugin Development documentation](https://backstage.io/docs/plugins/plugin-development/). ## Improved Collaboration and Knowledge Sharing