From 8878e0acf5f9298459af1d26546c4b672a06704f Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Wed, 3 Feb 2021 09:36:53 +0100 Subject: [PATCH] Update readme --- plugins/explore/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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