0.4.21 • Published 19 days ago

@backstage/plugin-explore v0.4.21

Weekly downloads
1,174
License
Apache-2.0
Repository
github
Last release
19 days ago

explore

Welcome to the explore plugin! This plugin helps to visualize the domains and tools in your ecosystem.

Getting started

To install the plugin, add and bind the route in App.tsx:

import { ExplorePage, explorePlugin } from '@backstage/plugin-explore';

...

bindRoutes({ bind }) {
  ...
  bind(explorePlugin.externalRoutes, {
    catalogEntity: catalogPlugin.routes.catalogEntity,
  });
},

...

<Route path="/explore" element={<ExplorePage />} />

And add a link to the sidebar in Root.tsx:

import LayersIcon from '@material-ui/icons/Layers';

...

<SidebarItem icon={LayersIcon} to="explore" text="Explore" />

Customization

Create a custom explore page in packages/app/src/components/explore/ExplorePage.tsx.

import {
  DomainExplorerContent,
  ExploreLayout,
} from '@backstage/plugin-explore';
import React from 'react';
import { InnserSourceExplorerContent } from './InnserSourceExplorerContent';

export const ExplorePage = () => {
  return (
    <ExploreLayout
      title="Explore the ACME corp ecosystem"
      subtitle="Browse our ecosystem"
    >
      <ExploreLayout.Route path="domains" title="Domains">
        <DomainExplorerContent />
      </ExploreLayout.Route>
      <ExploreLayout.Route path="inner-source" title="InnerSource">
        <AcmeInnserSourceExplorerContent />
      </ExploreLayout.Route>
    </ExploreLayout>
  );
};

export const explorePage = <ExplorePage />;

Now register the new explore page in packages/app/src/App.tsx.

+ import { explorePage } from './components/explore/ExplorePage';

const routes = (
  <FlatRoutes>
-    <Route path="/explore" element={<ExplorePage />} />
+    <Route path="/explore" element={<ExplorePage />}>
+      {explorePage}
+    </Route>
  </FlatRoutes>
);
0.4.21

21 days ago

0.4.20

24 days ago

0.4.20-next.1

1 month ago

0.4.20-next.0

1 month ago

0.4.19

1 month ago

0.4.18

2 months ago

0.4.17

2 months ago

0.4.17-next.2

2 months ago

0.4.17-next.1

2 months ago

0.4.17-next.0

2 months ago

0.4.16

3 months ago

0.4.16-next.3

3 months ago

0.4.16-next.2

3 months ago

0.4.16-next.1

3 months ago

0.4.16-next.0

4 months ago

0.4.15

4 months ago

0.4.15-next.2

4 months ago

0.4.15-next.1

4 months ago

0.4.15-next.0

5 months ago

0.4.14

5 months ago

0.4.14-next.3

5 months ago

0.4.14-next.2

5 months ago

0.4.14-next.1

5 months ago

0.4.7-next.1

9 months ago

0.4.7-next.0

10 months ago

0.4.14-next.0

6 months ago

0.4.11-next.2

7 months ago

0.4.11-next.0

8 months ago

0.4.11-next.1

7 months ago

0.4.6-next.1

10 months ago

0.4.6-next.2

10 months ago

0.4.10-next.2

8 months ago

0.4.10-next.1

9 months ago

0.4.10-next.3

8 months ago

0.4.9-next.0

9 months ago

0.4.10

8 months ago

0.4.13

6 months ago

0.4.11

7 months ago

0.4.12

6 months ago

0.4.9

9 months ago

0.4.8

9 months ago

0.4.7

9 months ago

0.4.6

10 months ago

0.4.12-next.2

6 months ago

0.4.12-next.1

6 months ago

0.4.12-next.0

7 months ago

0.4.6-next.0

11 months ago

0.4.4-next.2

11 months ago

0.4.5-next.3

11 months ago

0.4.5

11 months ago

0.4.4

11 months ago

0.4.3-next.1

1 year ago

0.4.3-next.2

1 year ago

0.4.4-next.1

12 months ago

0.4.4-next.0

12 months ago

0.4.3

12 months ago

0.4.2-next.3

1 year ago

0.4.3-next.0

1 year ago

0.4.2

1 year ago

0.4.1-next.2

1 year ago

0.4.1-next.1

1 year ago

0.4.1-next.0

1 year ago

0.4.2-next.2

1 year ago

0.4.2-next.0

1 year ago

0.4.2-next.1

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.45-next.2

1 year ago

0.3.45-next.1

1 year ago

0.3.46-next.0

1 year ago

0.3.45

1 year ago

0.4.0-next.2

1 year ago

0.4.0-next.1

1 year ago

0.3.45-next.0

1 year ago

0.3.42-next.0

2 years ago

0.3.42-next.1

2 years ago

0.3.42

1 year ago

0.3.41

2 years ago

0.3.44

1 year ago

0.3.43

1 year ago

0.3.43-next.1

1 year ago

0.3.43-next.0

1 year ago

0.3.43-next.3

1 year ago

0.3.43-next.2

1 year ago

0.3.43-next.4

1 year ago

0.3.41-next.2

2 years ago

0.3.41-next.1

2 years ago

0.3.41-next.0

2 years ago

0.3.40

2 years ago

0.3.40-next.0

2 years ago

0.3.40-next.2

2 years ago

0.3.40-next.1

2 years ago

0.3.40-next.3

2 years ago

0.3.38-next.0

2 years ago

0.3.38-next.1

2 years ago

0.3.38-next.2

2 years ago

0.3.38-next.3

2 years ago

0.3.39-next.1

2 years ago

0.3.39-next.0

2 years ago

0.3.37-next.0

2 years ago

0.3.37-next.1

2 years ago

0.3.39

2 years ago

0.3.38

2 years ago

0.3.37

2 years ago

0.3.36-next.2

2 years ago

0.3.36-next.0

2 years ago

0.3.36-next.1

2 years ago

0.3.36

2 years ago

0.3.33-next.0

2 years ago

0.3.35-next.1

2 years ago

0.3.35-next.0

2 years ago

0.3.35

2 years ago

0.3.34

2 years ago

0.3.33

2 years ago

0.3.32

2 years ago

0.3.28-next.0

2 years ago

0.3.26-next.0

2 years ago

0.3.31

2 years ago

0.3.30

2 years ago

0.3.29

2 years ago

0.3.28

2 years ago

0.3.27

2 years ago

0.3.26

2 years ago

0.3.25

2 years ago

0.3.24

2 years ago

0.3.23

2 years ago

0.3.22

2 years ago

0.3.29-next.0

2 years ago

0.3.21

2 years ago

0.3.20

3 years ago

0.3.19

3 years ago

0.3.18

3 years ago

0.3.17

3 years ago

0.3.16

3 years ago

0.3.15

3 years ago

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.9

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.1-alpha.26

4 years ago

0.1.1-alpha.25

4 years ago

0.1.1-alpha.24

4 years ago

0.1.1-alpha.23

4 years ago

0.1.1-alpha.22

4 years ago

0.1.1-alpha.21

4 years ago

0.1.1-alpha.20

4 years ago

0.1.1-alpha.19

4 years ago

0.1.1-alpha.18

4 years ago

0.1.1-alpha.17

4 years ago

0.1.1-alpha.16

4 years ago

0.1.1-alpha.15

4 years ago

0.1.1-alpha.14

4 years ago

0.1.1-alpha.13

4 years ago

0.1.1-alpha.12

4 years ago

0.1.1-alpha.11

4 years ago

0.1.1-alpha.10

4 years ago

0.1.1-alpha.9

4 years ago