Skip to content

Commit e25814b

Browse files
committed
feat: restructure documentation to focus on Protocol, adding new sections and updating links
1 parent a7c961f commit e25814b

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default defineConfig({
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' },
91-
{ text: 'Core Concept', link: '/core-concept/glossary' },
91+
{ text: 'Protocol', link: '/protocol/sdk' },
9292
],
9393
outline: {
9494
level: [2, 4],

.vitepress/sidebar.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -563,21 +563,21 @@ export function getSidebar() {
563563
],
564564
},
565565
],
566-
'/core-concept/': [
566+
'/protocol/': [
567567
{
568-
text: 'CORE CONCEPTS',
568+
text: 'PROTOCOL',
569569
items: [
570570
{
571571
text: '🔧  iExec SDK',
572-
link: '/core-concept/sdk',
572+
link: '/protocol/sdk',
573573
},
574574
{
575575
text: '⚙️  Workers & Workerpools',
576-
link: '/core-concept/workers',
576+
link: '/protocol/workers',
577577
},
578578
{
579579
text: '📖  Glossary',
580-
link: '/core-concept/glossary',
580+
link: '/protocol/glossary',
581581
},
582582
],
583583
},

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Fork this repository and ensure you're working on the `main` branch:
148148

149149
## TODO
150150

151+
- Add an audit section
151152
- Add Arbitrum support
152153
- On arbitrum hide : Oracle Factory ? , DataProtector Sharing ??
153154
- Adapt hardcoded address to feat with new contracts deployed on arbitrum
@@ -159,4 +160,4 @@ Fork this repository and ensure you're working on the `main` branch:
159160
- complete `use-iapp` section
160161
- complete `explorer` section
161162
- complete `build-iapp` section
162-
- complete `deep-dive`section
163+
- complete `Protocol`section

src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ features:
4545
privacy
4646
link: /manage-data/guides/monetize-protected-data
4747
- icon: 🧠
48-
title: Core Concepts
48+
title: Protocols
4949
details:
5050
Deep dive into the core concepts of the protocol and understand how iExec
5151
enables privacy, governance, and monetization
52-
link: /core-concept/sdk
52+
link: /protocol/sdk
5353
---

src/overview/ai-integration.md

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)