From 7c824ff0584da3864b437c605df4e24d522d5f11 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 28 Aug 2024 17:11:36 +0200 Subject: [PATCH] docs/notifications: some fixes Signed-off-by: Patrik Oldsberg --- docs/notifications/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notifications/index.md b/docs/notifications/index.md index 016326f377..86a67ce211 100644 --- a/docs/notifications/index.md +++ b/docs/notifications/index.md @@ -54,7 +54,7 @@ backend.add(import('@backstage/plugin-notifications-backend')); ### Add Notifications Frontend ```bash -yarn workspace app add @backstage/notifications +yarn workspace app add @backstage/plugin-notifications ``` To add the notifications main menu, add following to your `packages/app/src/components/Root/Root.tsx`: @@ -112,7 +112,7 @@ yarn workspace app add @backstage/plugin-signals To install the plugin, add the `SignalsDisplay` to your app root in `packages/app/src/App.tsx`: ```tsx -export { SignalsDisplay } from '@backstage/plugin-signals'; +import { SignalsDisplay } from '@backstage/plugin-signals'; export default app.createRoot( <>