From 177d6f2db42b41a531b0693488a66a7fad5c52d8 Mon Sep 17 00:00:00 2001 From: Karan Shah Date: Thu, 23 Dec 2021 10:48:30 +0000 Subject: [PATCH] Remove the plugin from App.tsx and update README Signed-off-by: Karan Shah --- packages/app/src/App.tsx | 2 -- plugins/airbrake/README.md | 10 ++++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/app/src/App.tsx b/packages/app/src/App.tsx index 487918faa8..59f107c70d 100644 --- a/packages/app/src/App.tsx +++ b/packages/app/src/App.tsx @@ -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 = ( } /> } /> } /> - } /> ); diff --git a/plugins/airbrake/README.md b/plugins/airbrake/README.md index fe1cbfce13..28b816ed10 100644 --- a/plugins/airbrake/README.md +++ b/plugins/airbrake/README.md @@ -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.