Skip to content

Commit

Permalink
Remove api-docs plugin and a few others (#28)
Browse files Browse the repository at this point in the history
This was missed during my previous cleanup. The api-docs plugin has some heavy dependencies and we don't use it at all.

Signed-off-by: Ryan Nowak <[email protected]>
  • Loading branch information
rynowak authored Jan 23, 2024
1 parent 22abf07 commit fb8c2f8
Show file tree
Hide file tree
Showing 3 changed files with 391 additions and 3,132 deletions.
5 changes: 0 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@
"@backstage/core-components": "^0.13.9",
"@backstage/core-plugin-api": "^1.8.1",
"@backstage/integration-react": "^1.1.22",
"@backstage/plugin-api-docs": "^0.10.2",
"@backstage/plugin-catalog": "^1.16.0",
"@backstage/plugin-catalog-common": "^1.0.19",
"@backstage/plugin-catalog-graph": "^0.3.2",
"@backstage/plugin-catalog-import": "^0.10.4",
"@backstage/plugin-catalog-react": "^1.9.2",
"@backstage/plugin-github-actions": "^0.6.9",
"@backstage/plugin-home": "^0.6.0",
"@backstage/plugin-kubernetes": "^0.11.3",
"@backstage/plugin-org": "^0.6.18",
"@backstage/plugin-permission-react": "^0.4.18",
"@backstage/plugin-user-settings": "^0.7.14",
"@backstage/theme": "^0.5.0",
Expand Down
9 changes: 0 additions & 9 deletions packages/app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import React from 'react';
import { Route } from 'react-router-dom';
import { apiDocsPlugin } from '@backstage/plugin-api-docs';
import { catalogPlugin } from '@backstage/plugin-catalog';
import { catalogImportPlugin } from '@backstage/plugin-catalog-import';
import { orgPlugin } from '@backstage/plugin-org';
import { UserSettingsPage } from '@backstage/plugin-user-settings';
import { apis } from './apis';
import { HomepageCompositionRoot } from '@backstage/plugin-home';
Expand Down Expand Up @@ -90,12 +87,6 @@ const app = createApp({
bindRoutes({ bind }) {
bind(radiusPlugin.externalRoutes, {});
bind(catalogPlugin.externalRoutes, {});
bind(apiDocsPlugin.externalRoutes, {
registerApi: catalogImportPlugin.routes.importPage,
});
bind(orgPlugin.externalRoutes, {
catalogIndex: catalogPlugin.routes.catalogIndex,
});
},
});

Expand Down
Loading

0 comments on commit fb8c2f8

Please sign in to comment.