community-plugins/workspaces/manage
Kashish Mittal 7c56d99f8a
include knip report checks in ci (#4046)
* include knip report checks in ci

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* add logs to debug workflow

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* fix workflow

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* regen knip reports

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* ignore prettier for  knip-report.md

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* add build:knip-reports script to all workspaces

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

---------

Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2025-06-02 13:29:06 -04:00
..
.changeset Version Packages (#3875) 2025-05-02 14:48:19 -05:00
examples
packages [Manage] remove ManagePage padding (#3512) 2025-04-30 11:42:12 +02:00
plugins Version Packages (#3875) 2025-05-02 14:48:19 -05:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
README.md
app-config.yaml
backstage.json [Manage] remove ManagePage padding (#3512) 2025-04-30 11:42:12 +02:00
catalog-info.yaml
package.json include knip report checks in ci (#4046) 2025-06-02 13:29:06 -04:00
tsconfig.json
yarn.lock [Manage] remove ManagePage padding (#3512) 2025-04-30 11:42:12 +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 dev