diff --git a/plugins/explore/README.md b/plugins/explore/README.md index 00bad28549..ec00cb4dee 100644 --- a/plugins/explore/README.md +++ b/plugins/explore/README.md @@ -11,6 +11,16 @@ To install the plugin, include the following import your `plugins.ts`: export { explorePlugin } from '@backstage/plugin-explore'; ``` +Register the route in `App.tsx`: + +```typescript +import { ExplorePage } from '@backstage/plugin-explore'; + +... + +} /> +``` + Add a link to the sidebar in `Root.tsx`: ```typescript