From f294967b480d146598ae5c56f03404bb7b23d807 Mon Sep 17 00:00:00 2001 From: "mattheus.henrique" Date: Mon, 1 May 2023 01:31:15 -0300 Subject: [PATCH] docs(apollo-explorer-README): Add snippet with import Signed-off-by: MattheusHenrique --- plugins/apollo-explorer/README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/plugins/apollo-explorer/README.md b/plugins/apollo-explorer/README.md index 98f3116966..97f53485be 100644 --- a/plugins/apollo-explorer/README.md +++ b/plugins/apollo-explorer/README.md @@ -38,17 +38,25 @@ yarn --cwd packages/app add @backstage/plugin-apollo-explorer Then, in `packages/app/src/App.tsx` add the plugin as a `Route` ```typescript - + {/* other tabs... */} + + } /> - } -/> ``` Then, in `packages/app/src/components/Root/Root.tsx` add a sidebar item so users can find your beautiful plugin!