From 22de0c6f49e234467036d36c294b495c20a38244 Mon Sep 17 00:00:00 2001 From: Mark Jackson <16655670+markjacksonfishing@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:25:04 -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 8b31daea73..20118ca0b1 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 @@ -20,7 +20,7 @@ By adhering to Backstage’s design guidelines, plugins ensure a consistent user ## Scalability and Maintenance -Backstage plugins are designed to be modular and independent, allowing for easy updates and maintenance without affecting the overall system. This modularity supports horizontal scalability, where each plugin can be scaled independently according to the needs of the application, ensuring robust performance and reliability【94†source】【96†source】. For more on structuring and connecting plugins, see the [Structure of a Plugin](https://backstage.io/docs/plugins/structure-of-a-plugin) documentation. +Backstage plugins are designed to be modular and independent, allowing for easy updates and maintenance without affecting the overall system. This modularity supports horizontal scalability, where each plugin can be scaled independently according to the needs of the application, ensuring robust performance and reliability. For more on structuring and connecting plugins, see the [Structure of a Plugin](https://backstage.io/docs/plugins/structure-of-a-plugin) documentation. ## Community and Ecosystem Growth