Remove the plugin from App.tsx and update README

Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
Karan Shah
2021-12-23 10:48:30 +00:00
parent f48f100f50
commit 177d6f2db4
2 changed files with 4 additions and 8 deletions
-2
View File
@@ -88,7 +88,6 @@ import * as plugins from './plugins';
import { techDocsPage } from './components/techdocs/TechDocsPage';
import { ApacheAirflowPage } from '@backstage/plugin-apache-airflow';
import { AirbrakePage } from '@backstage/plugin-airbrake';
const app = createApp({
apis,
@@ -221,7 +220,6 @@ const routes = (
<Route path="/settings" element={<UserSettingsPage />} />
<Route path="/azure-pull-requests" element={<AzurePullRequestsPage />} />
<Route path="/apache-airflow" element={<ApacheAirflowPage />} />
<Route path="/airbrake" element={<AirbrakePage />} />
</FlatRoutes>
);
+4 -6
View File
@@ -1,13 +1,11 @@
# airbrake
# Airbrake
Welcome to the airbrake plugin!
Welcome to the Airbrake plugin!
_This plugin was created through the Backstage CLI_
_This plugin is currently WIP_
## Getting started
Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running `yarn start` in the root directory, and then navigating to [/airbrake](http://localhost:3000/airbrake).
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
You can serve the plugin in isolation by running `yarn start` in the plugin directory.
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
It is only meant for local development, and the setup for it can be found inside the [/dev](./dev) directory.