We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec20d17 commit 35623daCopy full SHA for 35623da
.vitepress/sidebar.ts
@@ -45,12 +45,23 @@ export function getSidebar() {
45
],
46
},
47
{
48
- text: 'EXPLORERS',
+ text: 'TOOLING & EXPLORERS',
49
items: [
50
- { text: 'iExec Explorer', link: '/overview/iexec-explorer' },
51
52
- text: 'TheGraph Explorer',
53
- link: '/overview/the-graph-explorer',
+ text: 'iExec Explorer',
+ link: '/overview/tooling-and-explorers/iexec-explorer',
+ },
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',
65
66
67
0 commit comments