community-plugins/workspaces/manage
Andre Wanlin 7bafbd4fc8
various workspaces - Added auto bump file (#5044)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-08-25 07:29:45 -05:00
..
.changeset Version Packages (#4978) 2025-08-15 16:17:39 +02:00
examples Fixed theming of the page header label and the organization view for groups (#2993) 2025-03-05 16:46:23 +01:00
packages fix(deps): update dependency @backstage-community/plugin-tech-insights to ^0.6.0 (#4355) 2025-07-05 06:56:02 +02:00
plugins Version Packages (#4978) 2025-08-15 16:17:39 +02:00
.auto-version-bump various workspaces - Added auto bump file (#5044) 2025-08-25 07:29:45 -05:00
.dockerignore New plugin workspace: manage (#2569) 2025-02-24 21:27:07 +01:00
.editorconfig New plugin workspace: manage (#2569) 2025-02-24 21:27:07 +01:00
.eslintignore New plugin workspace: manage (#2569) 2025-02-24 21:27:07 +01:00
.eslintrc.js New plugin workspace: manage (#2569) 2025-02-24 21:27:07 +01:00
.gitignore New plugin workspace: manage (#2569) 2025-02-24 21:27:07 +01:00
.prettierignore New plugin workspace: manage (#2569) 2025-02-24 21:27:07 +01:00
README.md manage - version:bump to v1.40.2 (#4528) 2025-07-04 07:09:03 -05:00
app-config.yaml New plugin workspace: manage (#2569) 2025-02-24 21:27:07 +01:00
backstage.json manage - version:bump to v1.40.2 (#4528) 2025-07-04 07:09:03 -05:00
catalog-info.yaml New plugin workspace: manage (#2569) 2025-02-24 21:27:07 +01:00
package.json manage - version:bump to v1.40.2 (#4528) 2025-07-04 07:09:03 -05:00
tsconfig.json manage - version:bump to v1.40.2 (#4528) 2025-07-04 07:09:03 -05:00
yarn.lock fix(deps): update dependency @backstage-community/plugin-tech-insights to ^0.6.0 (#4355) 2025-07-05 06:56:02 +02:00

README.md

Manage page

This plugin offers a place for developers to manage things they and their team own.

Read the documentation for the frontend plugin.

Components tab

Packages

  • manage - The frontend plugin for the Manage page
  • manage-module-tech-insights - The tech insights module for the Manage plugin, to display tech insight checks in the entity tables, and/or display aggregated gauges.
  • manage-react - A module for extending the Manage page with custom components, features, entity table columns, etc.

Local Development

To start the Backstage App, run:

yarn install
yarn start