Merge pull request #26301 from backstage/rugvip/doc-fixes

docs/notifications: some fixes
This commit is contained in:
Patrik Oldsberg
2024-08-28 17:35:55 +02:00
committed by GitHub
+2 -2
View File
@@ -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(
<>