Skip to content

Commit d50fa64

Browse files
committed
refactor: update navigation links for overview and sidebar items for consistency
1 parent 9392c55 commit d50fa64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default defineConfig({
8484
themeConfig: {
8585
// https://vitepress.dev/reference/default-theme-config
8686
nav: [
87-
{ text: 'Overview', link: '/overview/what-we-do' },
87+
{ text: 'Overview', link: '/overview/welcome' },
8888
{ text: 'Protect Data', link: '/manage-data/what-is-protected-data' },
8989
{ text: 'Build iApp', link: '/build-iapp/what-is-iapp' },
9090
{ text: 'Use iApp', link: '/use-iapp/introduction' },

.vitepress/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function getSidebar() {
6969
text: 'the Explorer',
7070
collapsed: false,
7171
items: [
72-
{ text: 'iExec explorer', link: '/overview/iexec-explorer' },
72+
{ text: 'iExec Explorer', link: '/overview/iexec-explorer' },
7373
{
7474
text: 'The Graph Explorer',
7575
link: '/overview/the-graph-explorer',

0 commit comments

Comments
 (0)