Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
```bash
# From your Backstage root directory
cd packages/app
yarn add @shipshapecode/plugin-graphql-voyager
yarn add @shipshapecode/backstage-plugin-graphql-voyager
```


2. Add the `GraphqlVoyagerPage` page to the routes in your app:

```tsx
import { GraphqlVoyagerPage } from '@shipshapecode/plugin-graphql-voyager';
import { GraphqlVoyagerPage } from '@shipshapecode/backstage-plugin-graphql-voyager';
// down in the sidebar
<Route path="/graphql-voyager" element={<GraphqlVoyagerPage />}/>
</FlatRoutes>
Expand Down