Skip to content

Commit 35623da

Browse files
committed
feat: update sidebar to include new tooling and explorers links
1 parent ec20d17 commit 35623da

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.vitepress/sidebar.ts

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,23 @@ export function getSidebar() {
4545
],
4646
},
4747
{
48-
text: 'EXPLORERS',
48+
text: 'TOOLING & EXPLORERS',
4949
items: [
50-
{ text: 'iExec Explorer', link: '/overview/iexec-explorer' },
5150
{
52-
text: 'TheGraph Explorer',
53-
link: '/overview/the-graph-explorer',
51+
text: 'iExec Explorer',
52+
link: '/overview/tooling-and-explorers/iexec-explorer',
53+
},
54+
{
55+
text: 'Builder Dashboard',
56+
link: '/overview/tooling-and-explorers/builder-dashboard',
57+
},
58+
{
59+
text: 'Subgraph Explorer',
60+
link: '/overview/tooling-and-explorers/subgraph-explorer',
61+
},
62+
{
63+
text: 'Blockchain Explorer',
64+
link: '/overview/tooling-and-explorers/blockchain-explorer',
5465
},
5566
],
5667
},

0 commit comments

Comments
 (0)