Signed-off-by: Andre Wanlin <awanlin@spotify.com> |
||
|---|---|---|
| .. | ||
| .changeset | ||
| examples | ||
| packages | ||
| plugins | ||
| .auto-version-bump | ||
| .dockerignore | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| README.md | ||
| app-config.yaml | ||
| backstage.json | ||
| catalog-info.yaml | ||
| package.json | ||
| tsconfig.json | ||
| yarn.lock | ||
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.
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
