Skip to content

Commit cc0000f

Browse files
committed
refactor: update navigation links and add core concept pages for improved structure
1 parent c9ad91e commit cc0000f

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@ export default defineConfig({
8484
themeConfig: {
8585
// https://vitepress.dev/reference/default-theme-config
8686
nav: [
87-
{ text: 'Home', link: '/' },
88-
{ text: 'Protect Data', link: '/manage-data/guides' },
87+
{ text: 'Overview', link: '/overview/what-we-do' },
88+
{ 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' },
91+
{ text: 'Core Concept', link: '/core-concept/glossary' },
9192
],
9293
outline: {
9394
level: [2, 3],

.vitepress/sidebar.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function getSidebar() {
7878
items: [
7979
{
8080
text: '❓  What Is Protected Data?',
81-
link: '/manage-data/dataProtector/what-is-protected-data',
81+
link: '/manage-data/what-is-protected-data',
8282
},
8383
{
8484
text: '📖  Guides',
@@ -589,19 +589,19 @@ export function getSidebar() {
589589
],
590590
},
591591
{
592-
text: 'KEY CONCEPTS',
592+
text: 'CORE CONCEPTS',
593593
items: [
594594
{
595595
text: '🔧  iExec SDK',
596-
link: '/deep-dive/sdk',
596+
link: '/core-concept/sdk',
597597
},
598598
{
599599
text: '⚙️  Workers & Workerpools',
600-
link: '/deep-dive/workers',
600+
link: '/core-concept/workers',
601601
},
602602
{
603603
text: '📖  Glossary',
604-
link: '/deep-dive/glossary',
604+
link: '/core-concept/glossary',
605605
},
606606
],
607607
},
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ features:
3838
- icon: 🔧
3939
title: Developer Tools
4040
details: Access comprehensive SDKs, APIs, and tools to integrate with the iExec ecosystem
41-
link: /deep-dive/sdk
41+
link: /core-concept/sdk
4242
---
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)