Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/dynamic-plugins/frontend-plugin-wiring.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Frontend Plugin Wiring

> **Legacy configuration reference.** This document describes RHDH dynamic plugin frontend wiring for the **current** app shell. If you are moving to the Backstage new frontend system, use:
>
> - **Operators / platform admins** (YAML customization only) → [Migrating Config to the New Frontend System](migrating-config-to-new-frontend-system.md)
> - **Plugin authors** (plugin code and `/alpha` exports) → [Migrating Plugins to the New Frontend System](migrating-plugins-to-new-frontend-system.md)

Compared to the backend plugins, where mount points are defined in code and consumed by the backend plugin manager, frontend plugins require additional configuration in the `app-config.yaml`. A plugin missing this configuration will not be loaded into the application and will not be displayed.

Similarly to traditional Backstage instances, there are various kinds of functionality a dynamic frontend plugin can offer:
Expand Down
4 changes: 4 additions & 0 deletions docs/dynamic-plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ More details about publishing dynamic plugins is in the [Packaging Dynamic Plugi

[Frontend Plugin Wiring](frontend-plugin-wiring.md)

[Migrating Plugins to the New Frontend System](migrating-plugins-to-new-frontend-system.md)

[Migrating Config to the New Frontend System](migrating-config-to-new-frontend-system.md)

[Local configuration (for development only)](local.md)

[Version Compatibility Matrix](versions.md)
Expand Down
Loading
Loading