docs: rename package discovery to feature discovery and reduce duplication

Rename "package discovery" to "feature discovery" across all plugin
READMEs and docs to match the established terminology. Slim down the
Feature Discovery section in the architecture docs to avoid duplicating
the configuration details now covered in the installing plugins page.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-04 12:43:03 +01:00
parent 67723818b5
commit 17dff0ba25
16 changed files with 23 additions and 49 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ To link that a component provides or consumes an API, see the [`providesApis`](h
yarn --cwd packages/app add @backstage/plugin-api-docs
```
Once installed, the plugin is automatically available in your app through the default package discovery. For more details and alternative installation methods, see [installing plugins](https://backstage.io/docs/frontend-system/building-apps/installing-plugins).
Once installed, the plugin is automatically available in your app through the default feature discovery. For more details and alternative installation methods, see [installing plugins](https://backstage.io/docs/frontend-system/building-apps/installing-plugins).
You can enable entity cards and tabs on the catalog entity page through configuration: