* fix(deps): update dependency @backstage-community/plugin-github-actions to ^0.8.0 Signed-off-by: Renovate Bot <bot@renovateapp.com> * Removed github actions plugin Signed-off-by: Andre Wanlin <awanlin@spotify.com> --------- Signed-off-by: Renovate Bot <bot@renovateapp.com> Signed-off-by: Andre Wanlin <awanlin@spotify.com> Co-authored-by: backstage-goalie[bot] <97962292+backstage-goalie[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <awanlin@spotify.com> |
||
|---|---|---|
| .. | ||
| .changeset | ||
| examples | ||
| packages | ||
| plugins | ||
| .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 dev
