Files
backstage/plugins
Niklas Aronsson 1dd12349d1 Bazaar plugin: Remove 'Router' as 'RoutedTabs' children
During the 'react-router-dom' upgrades the Bazaar routing broke. This
patch removes the wrapping 'Router' from the 'RouterTabs' children.

Opening the Bazaar plugin would result in the followin error:

"A <Route> is only ever to be used as the child of <Routes> element,
never rendered directly. Please wrap your <Route> in a <Routes>."

Also removed 'react-router-dom' as a peer dependency of the bazaar
plugin.

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2022-09-10 17:54:13 +02:00
..
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-09-07 14:03:47 +02:00
2022-09-07 14:03:47 +02:00
2022-09-07 14:03:47 +02:00
2022-09-07 14:03:47 +02:00
2022-09-07 14:03:47 +02:00
2022-09-07 14:03:47 +02:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-08-30 12:02:13 +00:00
2022-08-30 12:02:13 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-08-30 12:02:13 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +00:00

Plugins

Backstage is a single-page application composed of a set of plugins. This folder holds numerous plugins that are managed by this repository.

For more information about the plugin ecosystem, see the documentation here:

https://backstage.io/docs/plugins/

You can also see the Plugin Marketplace for other open source plugins you can add to your Backstage instance.

Suggesting a plugin

If you start developing a plugin that you aim to release as open source, we suggest that you create a new Issue. This helps the community know what plugins are in development.

You can also use this process if you have an idea for a good plugin but you hope that someone else will pick up the work.