Files
backstage/plugins
Mengnan Gong ff316b86d8 Add copyWithoutTemplating and deprecate copyWithoutRender
Add `copyWithoutTemplating` to the the fetch template action input.
`copyWithoutTemplating` also accepts an array of glob patterns. Contents
of matched files or directories are copied without being processed, but
paths are subject to rendering.

Deprecate `copyWithoutRender` in favor of `copyWithoutTemplating`.

Signed-off-by: Mengnan Gong <namco1992@gmail.com>
2022-07-13 21:04:34 +08:00
..
2022-06-28 09:27:36 +00:00
2022-07-05 08:23:38 +00:00
2022-07-12 13:19:14 +00:00
2022-07-05 08:23:38 +00:00
2022-07-12 13:19:14 +00:00
2022-06-28 09:27:36 +00:00
2022-07-12 13:19:14 +00:00
2022-07-12 13:19:14 +00:00
2022-07-12 13:19:14 +00:00
2022-07-12 13:19:14 +00:00
2022-06-28 09:27:36 +00:00
2022-07-05 08:23:38 +00:00
2022-07-12 13:19:14 +00:00
2022-07-12 13:19:14 +00:00
2022-06-28 09:27:36 +00:00
2022-07-12 13:19:14 +00:00
2022-06-28 09:27:36 +00:00
2022-07-12 13:19:14 +00:00
2022-07-12 13:19:14 +00:00
2022-07-12 13:19:14 +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.