- {icon &&
{icon}}
-
-
- {highlight?.fields.title ? (
-
- ) : (
- result.title
- )}
-
- }
- secondary={
-
- {highlight?.fields.text ? (
-
- ) : (
- result.text
- )}
-
- }
- />
-
-
- {result.status && (
-
- )}
- {result.date && }
-
-
-
- );
-}
diff --git a/plugins/adr/src/search/index.ts b/plugins/adr/src/search/index.ts
deleted file mode 100644
index a20f553959..0000000000
--- a/plugins/adr/src/search/index.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright 2022 The Backstage Authors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-export type { AdrSearchResultListItemProps } from './AdrSearchResultListItem';
diff --git a/plugins/adr/src/setupTests.ts b/plugins/adr/src/setupTests.ts
deleted file mode 100644
index 326d2ed212..0000000000
--- a/plugins/adr/src/setupTests.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright 2022 The Backstage Authors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-import '@testing-library/jest-dom';
diff --git a/plugins/adr/src/translations.ts b/plugins/adr/src/translations.ts
deleted file mode 100644
index 038b0fd064..0000000000
--- a/plugins/adr/src/translations.ts
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright 2023 The Backstage Authors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-import { createTranslationRef } from '@backstage/core-plugin-api/alpha';
-
-/** @alpha */
-export const adrTranslationRef = createTranslationRef({
- id: 'adr',
- messages: {
- contentHeaderTitle: 'Architecture Decision Records',
- failedToFetch: 'Failed to fetch ADRs',
- notFound: 'No ADRs found',
- },
-});
diff --git a/plugins/airbrake-backend/.eslintrc.js b/plugins/airbrake-backend/.eslintrc.js
deleted file mode 100644
index e2a53a6ad2..0000000000
--- a/plugins/airbrake-backend/.eslintrc.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);
diff --git a/plugins/airbrake-backend/CHANGELOG.md b/plugins/airbrake-backend/CHANGELOG.md
deleted file mode 100644
index f5ebe4ef70..0000000000
--- a/plugins/airbrake-backend/CHANGELOG.md
+++ /dev/null
@@ -1,914 +0,0 @@
-# @backstage/plugin-airbrake-backend
-
-## 0.3.14
-
-### Patch Changes
-
-- d5a1fe1: Replaced winston logger with `LoggerService`
-- e5a2ccc: Updated dependency `@types/http-proxy-middleware` to `^1.0.0`.
-- Updated dependencies
- - @backstage/backend-common@0.21.7
- - @backstage/backend-plugin-api@0.6.17
- - @backstage/config@1.2.0
-
-## 0.3.14-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.7-next.1
- - @backstage/backend-plugin-api@0.6.17-next.1
- - @backstage/config@1.2.0
-
-## 0.3.14-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.7-next.0
- - @backstage/backend-plugin-api@0.6.17-next.0
- - @backstage/config@1.2.0
-
-## 0.3.13
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.6
- - @backstage/backend-plugin-api@0.6.16
- - @backstage/config@1.2.0
-
-## 0.3.12
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.5
- - @backstage/backend-plugin-api@0.6.15
- - @backstage/config@1.2.0
-
-## 0.3.11
-
-### Patch Changes
-
-- 4467036: Allow unauthenticated access to health check endpoint.
-- Updated dependencies
- - @backstage/backend-common@0.21.4
- - @backstage/config@1.2.0
- - @backstage/backend-plugin-api@0.6.14
-
-## 0.3.11-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.4-next.2
- - @backstage/backend-plugin-api@0.6.14-next.2
- - @backstage/config@1.2.0-next.1
-
-## 0.3.11-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/config@1.2.0-next.1
- - @backstage/backend-common@0.21.4-next.1
- - @backstage/backend-plugin-api@0.6.14-next.1
-
-## 0.3.10-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.3-next.0
- - @backstage/backend-plugin-api@0.6.13-next.0
- - @backstage/config@1.1.2-next.0
-
-## 0.3.7
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.0
- - @backstage/backend-plugin-api@0.6.10
- - @backstage/config@1.1.1
-
-## 0.3.7-next.3
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.0-next.3
- - @backstage/backend-plugin-api@0.6.10-next.3
- - @backstage/config@1.1.1
-
-## 0.3.7-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.0-next.2
- - @backstage/backend-plugin-api@0.6.10-next.2
- - @backstage/config@1.1.1
-
-## 0.3.7-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-plugin-api@0.6.10-next.1
- - @backstage/backend-common@0.21.0-next.1
- - @backstage/config@1.1.1
-
-## 0.3.7-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.21.0-next.0
- - @backstage/backend-plugin-api@0.6.10-next.0
- - @backstage/config@1.1.1
-
-## 0.3.6
-
-### Patch Changes
-
-- 4016f21: Remove some unused dependencies
-- Updated dependencies
- - @backstage/backend-common@0.20.1
- - @backstage/backend-plugin-api@0.6.9
- - @backstage/config@1.1.1
-
-## 0.3.6-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-plugin-api@0.6.9-next.2
- - @backstage/backend-common@0.20.1-next.2
-
-## 0.3.6-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.20.1-next.1
- - @backstage/config@1.1.1
- - @backstage/backend-plugin-api@0.6.9-next.1
-
-## 0.3.6-next.0
-
-### Patch Changes
-
-- 4016f21: Remove some unused dependencies
-- Updated dependencies
- - @backstage/backend-common@0.20.1-next.0
- - @backstage/backend-plugin-api@0.6.9-next.0
- - @backstage/config@1.1.1
-
-## 0.3.5
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.20.0
- - @backstage/backend-plugin-api@0.6.8
- - @backstage/config@1.1.1
-
-## 0.3.5-next.3
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.20.0-next.3
- - @backstage/backend-plugin-api@0.6.8-next.3
- - @backstage/config@1.1.1
-
-## 0.3.5-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.20.0-next.2
- - @backstage/backend-plugin-api@0.6.8-next.2
- - @backstage/config@1.1.1
-
-## 0.3.5-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.20.0-next.1
- - @backstage/backend-plugin-api@0.6.8-next.1
- - @backstage/config@1.1.1
-
-## 0.3.5-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.20.0-next.0
- - @backstage/backend-plugin-api@0.6.8-next.0
- - @backstage/config@1.1.1
-
-## 0.3.4
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.9
- - @backstage/backend-plugin-api@0.6.7
- - @backstage/config@1.1.1
-
-## 0.3.4-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-plugin-api@0.6.7-next.2
- - @backstage/backend-common@0.19.9-next.2
-
-## 0.3.4-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.9-next.1
- - @backstage/backend-plugin-api@0.6.7-next.1
- - @backstage/config@1.1.1
-
-## 0.3.4-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.9-next.0
- - @backstage/backend-plugin-api@0.6.7-next.0
- - @backstage/config@1.1.1
-
-## 0.3.3
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.8
- - @backstage/backend-plugin-api@0.6.6
- - @backstage/config@1.1.1
-
-## 0.3.3-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.8-next.2
- - @backstage/backend-plugin-api@0.6.6-next.2
- - @backstage/config@1.1.1-next.0
-
-## 0.3.2-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.7-next.1
- - @backstage/backend-plugin-api@0.6.5-next.1
- - @backstage/config@1.1.0
-
-## 0.3.2-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.7-next.0
- - @backstage/config@1.1.0
- - @backstage/backend-plugin-api@0.6.5-next.0
-
-## 0.3.0
-
-### Minor Changes
-
-- 71114ac50e02: **BREAKING**: The export for the new backend system has been moved to be the `default` export.
-
- For example, if you are currently importing the plugin using the following pattern:
-
- ```ts
- import { examplePlugin } from '@backstage/plugin-example-backend';
-
- backend.add(examplePlugin);
- ```
-
- It should be migrated to this:
-
- ```ts
- backend.add(import('@backstage/plugin-example-backend'));
- ```
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.5
- - @backstage/config@1.1.0
- - @backstage/backend-plugin-api@0.6.3
-
-## 0.3.0-next.3
-
-### Minor Changes
-
-- 71114ac50e02: **BREAKING**: The export for the new backend system has been moved to be the `default` export.
-
- For example, if you are currently importing the plugin using the following pattern:
-
- ```ts
- import { examplePlugin } from '@backstage/plugin-example-backend';
-
- backend.add(examplePlugin);
- ```
-
- It should be migrated to this:
-
- ```ts
- backend.add(import('@backstage/plugin-example-backend'));
- ```
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/config@1.1.0-next.2
- - @backstage/backend-plugin-api@0.6.3-next.3
- - @backstage/backend-common@0.19.5-next.3
-
-## 0.2.24-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/config@1.1.0-next.1
- - @backstage/backend-common@0.19.5-next.2
- - @backstage/backend-plugin-api@0.6.3-next.2
-
-## 0.2.24-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/config@1.1.0-next.0
- - @backstage/backend-common@0.19.5-next.1
- - @backstage/backend-plugin-api@0.6.3-next.1
-
-## 0.2.23-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.4-next.0
- - @backstage/backend-plugin-api@0.6.2-next.0
- - @backstage/config@1.0.8
-
-## 0.2.21
-
-### Patch Changes
-
-- 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
-- 12a8c94eda8d: Add package repository and homepage metadata
-- Updated dependencies
- - @backstage/backend-common@0.19.2
- - @backstage/backend-plugin-api@0.6.0
- - @backstage/config@1.0.8
-
-## 0.2.21-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-plugin-api@0.6.0-next.2
- - @backstage/backend-common@0.19.2-next.2
-
-## 0.2.21-next.1
-
-### Patch Changes
-
-- 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
-- 12a8c94eda8d: Add package repository and homepage metadata
-- Updated dependencies
- - @backstage/backend-common@0.19.2-next.1
- - @backstage/backend-plugin-api@0.6.0-next.1
- - @backstage/config@1.0.8
-
-## 0.2.21-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.2-next.0
- - @backstage/backend-plugin-api@0.5.5-next.0
- - @backstage/config@1.0.8
-
-## 0.2.20
-
-### Patch Changes
-
-- a95bb64e461a: Added support for the [new backend system](https://backstage.io/docs/backend-system/)
-- Updated dependencies
- - @backstage/backend-common@0.19.1
- - @backstage/backend-plugin-api@0.5.4
- - @backstage/config@1.0.8
-
-## 0.2.20-next.1
-
-### Patch Changes
-
-- a95bb64e461a: Added support for the [new backend system](https://backstage.io/docs/backend-system/)
-- Updated dependencies
- - @backstage/backend-common@0.19.1-next.0
- - @backstage/backend-plugin-api@0.5.4-next.0
- - @backstage/config@1.0.8
-
-## 0.2.20-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.1-next.0
- - @backstage/config@1.0.8
-
-## 0.2.19
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.0
- - @backstage/config@1.0.8
-
-## 0.2.19-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.0-next.2
- - @backstage/config@1.0.7
-
-## 0.2.19-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.19.0-next.1
- - @backstage/config@1.0.7
-
-## 0.2.19-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.6-next.0
- - @backstage/config@1.0.7
-
-## 0.2.18
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.5
- - @backstage/config@1.0.7
-
-## 0.2.18-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.5-next.1
- - @backstage/config@1.0.7
-
-## 0.2.18-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.5-next.0
- - @backstage/config@1.0.7
-
-## 0.2.17
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.4
- - @backstage/config@1.0.7
-
-## 0.2.17-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.4-next.2
- - @backstage/config@1.0.7
-
-## 0.2.17-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.4-next.1
- - @backstage/config@1.0.7
-
-## 0.2.17-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.4-next.0
- - @backstage/config@1.0.7
-
-## 0.2.16
-
-### Patch Changes
-
-- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
-- Updated dependencies
- - @backstage/backend-common@0.18.3
- - @backstage/config@1.0.7
-
-## 0.2.16-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.3-next.2
- - @backstage/config@1.0.7-next.0
-
-## 0.2.16-next.1
-
-### Patch Changes
-
-- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
-- Updated dependencies
- - @backstage/backend-common@0.18.3-next.1
- - @backstage/config@1.0.7-next.0
-
-## 0.2.16-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.3-next.0
- - @backstage/config@1.0.6
-
-## 0.2.15
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.2
- - @backstage/config@1.0.6
-
-## 0.2.15-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.2-next.2
- - @backstage/config@1.0.6
-
-## 0.2.15-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.2-next.1
- - @backstage/config@1.0.6
-
-## 0.2.15-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.2-next.0
-
-## 0.2.13
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.0
- - @backstage/config@1.0.6
-
-## 0.2.13-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.0-next.1
- - @backstage/config@1.0.6-next.0
-
-## 0.2.13-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.18.0-next.0
- - @backstage/config@1.0.6-next.0
-
-## 0.2.12
-
-### Patch Changes
-
-- 3280711113: Updated dependency `msw` to `^0.49.0`.
-- Updated dependencies
- - @backstage/backend-common@0.17.0
- - @backstage/config@1.0.5
-
-## 0.2.12-next.3
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.17.0-next.3
- - @backstage/config@1.0.5-next.1
-
-## 0.2.12-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.17.0-next.2
- - @backstage/config@1.0.5-next.1
-
-## 0.2.12-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.17.0-next.1
- - @backstage/config@1.0.5-next.1
-
-## 0.2.12-next.0
-
-### Patch Changes
-
-- 3280711113: Updated dependency `msw` to `^0.49.0`.
-- Updated dependencies
- - @backstage/backend-common@0.16.1-next.0
- - @backstage/config@1.0.5-next.0
-
-## 0.2.11
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.16.0
- - @backstage/config@1.0.4
-
-## 0.2.11-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.16.0-next.1
- - @backstage/config@1.0.4-next.0
-
-## 0.2.11-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.16.0-next.0
- - @backstage/config@1.0.4-next.0
-
-## 0.2.10
-
-### Patch Changes
-
-- 2d3a5f09ab: Use `response.json` rather than `response.send` where appropriate, as outlined in `SECURITY.md`
-- Updated dependencies
- - @backstage/backend-common@0.15.2
- - @backstage/config@1.0.3
-
-## 0.2.10-next.2
-
-### Patch Changes
-
-- 2d3a5f09ab: Use `response.json` rather than `response.send` where appropriate, as outlined in `SECURITY.md`
-- Updated dependencies
- - @backstage/backend-common@0.15.2-next.2
- - @backstage/config@1.0.3-next.2
-
-## 0.2.10-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.15.2-next.1
- - @backstage/config@1.0.3-next.1
-
-## 0.2.10-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.15.2-next.0
- - @backstage/config@1.0.3-next.0
-
-## 0.2.9
-
-### Patch Changes
-
-- 148568b5c2: Switched to using node-fetch instead of cross-fetch as is standard for our backend packages
-- 667d917488: Updated dependency `msw` to `^0.47.0`.
-- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
-- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
-- Updated dependencies
- - @backstage/backend-common@0.15.1
- - @backstage/config@1.0.2
-
-## 0.2.9-next.3
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/config@1.0.2-next.0
- - @backstage/backend-common@0.15.1-next.3
-
-## 0.2.9-next.2
-
-### Patch Changes
-
-- 667d917488: Updated dependency `msw` to `^0.47.0`.
-- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
-- Updated dependencies
- - @backstage/backend-common@0.15.1-next.2
-
-## 0.2.9-next.1
-
-### Patch Changes
-
-- 148568b5c2: Switched to using node-fetch instead of cross-fetch as is standard for our backend packages
-- Updated dependencies
- - @backstage/backend-common@0.15.1-next.1
-
-## 0.2.9-next.0
-
-### Patch Changes
-
-- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
-- Updated dependencies
- - @backstage/backend-common@0.15.1-next.0
-
-## 0.2.8
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.15.0
-
-## 0.2.8-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.15.0-next.0
-
-## 0.2.7
-
-### Patch Changes
-
-- a70869e775: Updated dependency `msw` to `^0.43.0`.
-- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
-- Updated dependencies
- - @backstage/backend-common@0.14.1
-
-## 0.2.7-next.1
-
-### Patch Changes
-
-- a70869e775: Updated dependency `msw` to `^0.43.0`.
-- Updated dependencies
- - @backstage/backend-common@0.14.1-next.3
-
-## 0.2.7-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.14.1-next.0
-
-## 0.2.6
-
-### Patch Changes
-
-- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
-- Updated dependencies
- - @backstage/backend-common@0.14.0
-
-## 0.2.6-next.2
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.14.0-next.2
-
-## 0.2.6-next.1
-
-### Patch Changes
-
-- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
-- Updated dependencies
- - @backstage/backend-common@0.13.6-next.1
-
-## 0.2.6-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.13.6-next.0
-
-## 0.2.5
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.13.3
- - @backstage/config@1.0.1
-
-## 0.2.5-next.1
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.13.3-next.2
- - @backstage/config@1.0.1-next.0
-
-## 0.2.5-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.13.3-next.0
-
-## 0.2.4
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.13.2
-
-## 0.2.4-next.0
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.13.2-next.0
-
-## 0.2.3
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.13.1
- - @backstage/config@1.0.0
-
-## 0.2.2
-
-### Patch Changes
-
-- 4f79204c47: Added `backstage.role` to `package.json`
-- Updated dependencies
- - @backstage/backend-common@0.13.0
-
-## 0.2.2-next.0
-
-### Patch Changes
-
-- 4f79204c47: Added `backstage.role` to `package.json`
-- Updated dependencies
- - @backstage/backend-common@0.13.0-next.0
-
-## 0.2.1
-
-### Patch Changes
-
-- 3c1d3cb07e: The Airbrake plugin installation instructions have been updated to work better and conform to how the frontend and backend plugins are supposed to be integrated into a Backstage instance.
-- Updated dependencies
- - @backstage/backend-common@0.12.0
-
-## 0.2.0
-
-### Minor Changes
-
-- da78e79a94: This marks the first release where the Airbrake plugin is useable. Airbrake frontend and Airbrake backend work with each other. Currently just a summary of the latest Airbrakes is shown on Backstage.
-
-### Patch Changes
-
-- 0045270527: Make config optional
-- Updated dependencies
- - @backstage/backend-common@0.11.0
-
-## 0.1.0
-
-### Minor Changes
-
-- a5aebe3e30: Created the Airbrake backend plugin that proxies requests to the Airbrake API
-
-### Patch Changes
-
-- Updated dependencies
- - @backstage/backend-common@0.10.8
- - @backstage/config@0.1.14
diff --git a/plugins/airbrake-backend/README.md b/plugins/airbrake-backend/README.md
deleted file mode 100644
index 5a4a3ba3ca..0000000000
--- a/plugins/airbrake-backend/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Deprecated
-
-This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-airbrake-backend` instead.
diff --git a/plugins/airbrake-backend/api-report.md b/plugins/airbrake-backend/api-report.md
deleted file mode 100644
index 5509fc4fd6..0000000000
--- a/plugins/airbrake-backend/api-report.md
+++ /dev/null
@@ -1,31 +0,0 @@
-## API Report File for "@backstage/plugin-airbrake-backend"
-
-> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
-
-```ts
-import { BackendFeature } from '@backstage/backend-plugin-api';
-import { Config } from '@backstage/config';
-import express from 'express';
-import { LoggerService } from '@backstage/backend-plugin-api';
-
-// @public
-export interface AirbrakeConfig {
- apiKey: string;
-}
-
-// @public
-const airbrakePlugin: () => BackendFeature;
-export default airbrakePlugin;
-
-// @public
-export function createRouter(options: RouterOptions): Promise