From dd15012b42f11356af7305a37890efabcc03b6c8 Mon Sep 17 00:00:00 2001 From: Isaac Fidler Date: Fri, 23 Jan 2026 16:16:13 +0000 Subject: [PATCH] doc: fix typo in technical-overview.md (#32381) Signed-off-by: Isaac Fidler --- docs/overview/technical-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/technical-overview.md b/docs/overview/technical-overview.md index 63c20dbf2f..1fbc22cfc7 100644 --- a/docs/overview/technical-overview.md +++ b/docs/overview/technical-overview.md @@ -10,7 +10,7 @@ Backstage is an open source framework for building developer portals that was cr Backstage is powered by a centralized [software catalog](#software-catalog-system-model) and utilizes an abstraction layer that sits on top of all of your infrastructure and developer tooling, allowing you to manage all of your software, services, tooling, and testing in one place. -Backstage uses a [plugin-architecture](#plugin-architecture-overview) which allows you customize the functionality of your Backstage application using a wide variety of available plugins or you can write your own. It also includes automated templates that your teams can use to create new microservices, helping to ensure consistency and adherence to your best practices. Backstage also provides the ability to create, maintain, and find the documentation for all of your software. +Backstage uses a [plugin-architecture](#plugin-architecture-overview) which allows you to customize the functionality of your Backstage application using a wide variety of available plugins or you can write your own. It also includes automated templates that your teams can use to create new microservices, helping to ensure consistency and adherence to your best practices. Backstage also provides the ability to create, maintain, and find the documentation for all of your software. Backstage is now a [CNCF incubation project](https://backstage.io/blog/2022/03/16/backstage-turns-two#out-of-the-sandbox-and-into-incubation).