File tree Expand file tree Collapse file tree 8 files changed +10
-9
lines changed
Expand file tree Collapse file tree 8 files changed +10
-9
lines changed Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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---
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments