bcbff6d76f
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.3 to 11.2.5. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.3...v11.2.5) Signed-off-by: dependabot[bot] <support@github.com>
explore
Welcome to the explore plugin! This plugin helps to visualize the domains and tools in your ecosystem.
Getting started
To install the plugin, include the following import your plugins.ts:
export { explorePlugin } from '@backstage/plugin-explore';
Register the route in App.tsx:
import { ExplorePage } from '@backstage/plugin-explore';
...
<Route path="/explore" element={<ExplorePage />} />
Add a link to the sidebar in Root.tsx:
import LayersIcon from '@material-ui/icons/Layers';
...
<SidebarItem icon={LayersIcon} to="explore" text="Explore" />