Signed-off-by: Ryan Brink <5607577+unredundant@users.noreply.github.com>
This commit is contained in:
Ryan Brink
2022-07-17 09:20:03 -06:00
parent 41509bb443
commit a30f6aa6d7
8 changed files with 65 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"@backstage/integration-react": "^1.1.2-next.3",
"@backstage/plugin-airbrake": "^0.3.7-next.3",
"@backstage/plugin-api-docs": "^0.8.7-next.3",
"@backstage/plugin-apollo-explorer": "^0.0.0",
"@backstage/plugin-apollo-explorer": "^0.1.0",
"@backstage/plugin-azure-devops": "^0.1.23-next.3",
"@backstage/plugin-apache-airflow": "^0.2.0-next.3",
"@backstage/plugin-badges": "^0.2.31-next.3",
+5 -1
View File
@@ -117,7 +117,11 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
to="cost-insights"
text="Cost Insights"
/>
<SidebarItem icon={GraphiQLIcon} to="graphiql" text="GraphiQL" />
<SidebarItem
icon={GraphiQLIcon}
to="apollo-explorer"
text="Apollo Explorer"
/>
</SidebarScrollWrapper>
<SidebarDivider />
<Shortcuts />