Merge pull request #7296 from backstage/freben/core

remove some occurrences of the old core in docs etc
This commit is contained in:
Fredrik Adelöw
2021-09-23 14:06:30 +02:00
committed by GitHub
4 changed files with 16 additions and 12 deletions
+5 -1
View File
@@ -24,7 +24,11 @@ If you don't have a `plugins.ts` file see: [troubleshooting](#troubleshooting)
### Add the `<Shortcuts />` component within your `<Sidebar>`:
```tsx
import { Sidebar, SidebarDivider, SidebarSpace } from '@backstage/core';
import {
Sidebar,
SidebarDivider,
SidebarSpace,
} from '@backstage/core-components';
import { Shortcuts } from '@backstage/plugin-shortcuts';
export const SidebarComponent = () => (