From 7f681d45534490cc81c0a1dcd58b447e444c9b48 Mon Sep 17 00:00:00 2001 From: Mark Jackson <16655670+markjacksonfishing@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:21:08 -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 b71af2de97..c6c6c5af0b 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 @@ -4,7 +4,7 @@ Backstage plugins are essential components that enable the integration of variou ## Enhancing Developer Productivity -Plugins in Backstage centralize and simplify access to tools, reducing the time developers spend switching between different systems. By providing a consistent interface and user experience, plugins minimize cognitive load and streamline workflows, allowing developers to focus more on coding and less on tool management. Plugins can leverage platform APIs and reusable UI components to integrate external data and services seamlessly【93†source】【94†source】. +Plugins in Backstage centralize and simplify access to tools, reducing the time developers spend switching between different systems. By providing a consistent interface and user experience, plugins minimize cognitive load and streamline workflows, allowing developers to focus more on coding and less on tool management. Plugins can leverage platform APIs and reusable UI components to integrate external data and services seamlessly. ## Customizable and Extensible Platform