@@ -8,7 +8,7 @@ export function getSidebar() {
88 items : [
99 { text : '💡 Welcome' , link : '/get-started/welcome' } ,
1010 {
11- text : '🛠️ Toolkit' ,
11+ text : 'Toolkit' ,
1212 link : '/get-started/toolkit' ,
1313 } ,
1414 {
@@ -39,21 +39,18 @@ export function getSidebar() {
3939 ] ,
4040 } ,
4141 {
42- text : '🚀 Quick Start' ,
42+ text : 'Quick Start' ,
4343 link : '/get-started/quick-start' ,
4444 } ,
4545 {
46- text : '📋 Use Cases' ,
46+ text : 'Use Cases' ,
4747 link : '/get-started/use-cases' ,
4848 } ,
4949 {
50- text : '🤖 Develop with AI' ,
50+ text : 'Develop with AI' ,
5151 link : '/get-started/develop-with-ai' ,
5252 } ,
53- {
54- text : '🧠 iExec for AI' ,
55- link : '/get-started/ai' ,
56- } ,
53+
5754 ] ,
5855 } ,
5956 {
@@ -76,7 +73,7 @@ export function getSidebar() {
7673 link : '/get-started/overview/workerpool' ,
7774 } ,
7875 {
79- text : '🪙 RLC Token' ,
76+ text : 'RLC Token' ,
8077 link : '/get-started/overview/rlc' ,
8178 } ,
8279 ] ,
@@ -106,60 +103,8 @@ export function getSidebar() {
106103 } ,
107104 ] ,
108105 } ,
109- {
110- text : 'PROTOCOL' ,
111- items : [
112- {
113- text : '🛡️ Proof of Contribution' ,
114- link : '/get-started/protocol/proof-of-contribution' ,
115- } ,
116- {
117- text : 'Pay Per Task Model' ,
118- link : '/get-started/protocol/pay-per-task' ,
119- } ,
120- {
121- text : 'Oracle' ,
122- link : '/get-started/protocol/oracle' ,
123- } ,
124- {
125- text : 'Workers & Workerpools' ,
126- collapsed : true ,
127- items : [
128- {
129- text : 'Worker Quick Start' ,
130- link : '/get-started/protocol/worker/quick-start' ,
131- } ,
132- {
133- text : 'Manage Workerpool Access' ,
134- link : '/get-started/protocol/worker/manage-access' ,
135- } ,
136- ] ,
137- } ,
138- {
139- text : '🔒 TEE Technology' ,
140- collapsed : true ,
141- items : [
142- {
143- text : 'Introduction to TEE Technologies' ,
144- link : '/get-started/protocol/tee/introduction' ,
145- } ,
146- {
147- text : 'Intel SGX Technology' ,
148- link : '/get-started/protocol/tee/intel-sgx' ,
149- } ,
150- {
151- text : 'Intel TDX Technology' ,
152- link : '/get-started/protocol/tee/intel-tdx' ,
153- } ,
154- {
155- text : 'SGX vs TDX Comparison' ,
156- link : '/get-started/protocol/tee/sgx-vs-tdx' ,
157- } ,
158- ] ,
159- } ,
160106
161- ] ,
162- } ,
107+
163108 ] ,
164109 '/guides/' : [
165110 {
@@ -208,36 +153,24 @@ export function getSidebar() {
208153 collapsed : true ,
209154 items : [
210155 {
211- text : 'Overview' ,
212- link : '/guides/build-iapp/advanced/overview' ,
213- } ,
214- {
215- text : 'Quick Start for Developers' ,
216- link : '/guides/build-iapp/advanced/quick-start-for-developers' ,
156+ text : 'Quick Start' ,
157+ link : '/guides/build-iapp/advanced/quick-start' ,
217158 } ,
218159 {
219- text : 'Build your first application' ,
220- link : '/guides/build-iapp/advanced/your-first-app' ,
221- } ,
222- {
223- text : 'Build your first SGX app (SCONE)' ,
224- link : '/guides/build-iapp/advanced/create-your-first-sgx-app' ,
160+ text : 'Build your first SGX app' ,
161+ link : '/guides/build-iapp/advanced/build-your-first-sgx-iapp' ,
225162 } ,
226163 {
227164 text : 'End-to-end Encryption' ,
228- link : '/guides/build-iapp/advanced/end-to-end-encryption' ,
229- } ,
230- {
231- text : 'SGX Encrypted Dataset' ,
232- link : '/guides/build-iapp/advanced/sgx-encrypted-dataset' ,
165+ link : '/guides/build-iapp/advanced/protect-the-result' ,
233166 } ,
234167 {
235168 text : 'Access Confidential Assets' ,
236169 link : '/guides/build-iapp/advanced/access-confidential-assets' ,
237170 } ,
238171 {
239172 text : 'Build Intel TDX app' ,
240- link : '/guides/build-iapp/advanced/create -your-first-tdx-app ' ,
173+ link : '/guides/build-iapp/advanced/build -your-first-tdx-iapp ' ,
241174 } ,
242175 ] ,
243176 } ,
@@ -247,11 +180,11 @@ export function getSidebar() {
247180 text : 'USE AN iAPP' ,
248181 items : [
249182 {
250- text : '📝 Introduction' ,
183+ text : 'Introduction' ,
251184 link : '/guides/use-iapp/introduction' ,
252185 } ,
253186 {
254- text : '🚀 Getting Started' ,
187+ text : 'Getting Started' ,
255188 link : '/guides/use-iapp/getting-started' ,
256189 } ,
257190 {
@@ -266,6 +199,10 @@ export function getSidebar() {
266199 text : 'Run iApp without ProtectedData' ,
267200 link : '/guides/use-iapp/run-iapp-without-ProtectedData' ,
268201 } ,
202+ {
203+ text : 'Integrate Web3 Messaging' ,
204+ link : '/guides/use-iapp/integrate-web3-messaging' ,
205+ } ,
269206 ] ,
270207 } ,
271208 ] ,
@@ -579,24 +516,78 @@ export function getSidebar() {
579516 } ,
580517 ] ,
581518 } ,
582- {
583- text : 'Integration Guide' ,
584- link : '/references/web3telegram/integration-guide' ,
585- } ,
519+
586520 {
587521 text : 'Advanced Configuration' ,
588522 link : '/references/web3telegram/advanced-configuration' ,
589523 } ,
590524 ] ,
591525 } ,
592526 {
593- text : '🔧 iExec SDK' ,
527+ text : 'iExec SDK' ,
594528 link : '/references/sdk' ,
595529 } ,
596530 {
597531 text : '📖 Glossary' ,
598532 link : '/references/glossary' ,
599533 } ,
600534 ] ,
535+ '/protocol/' : [
536+ {
537+ text : 'PROTOCOL' ,
538+ items : [
539+ {
540+ text : '🛡️ Proof of Contribution' ,
541+ link : '/protocol/proof-of-contribution' ,
542+ } ,
543+ {
544+ text : 'Pay Per Task Model' ,
545+ link : '/protocol/pay-per-task' ,
546+ } ,
547+ {
548+ text : 'Oracle' ,
549+ link : '/protocol/oracle' ,
550+ } ,
551+ {
552+ text : 'Workers & Workerpools' ,
553+ items : [
554+ {
555+ text : 'Worker Quick Start' ,
556+ link : '/protocol/worker/quick-start' ,
557+ } ,
558+ {
559+ text : 'Manage Workerpool Access' ,
560+ link : '/protocol/worker/manage-access' ,
561+ } ,
562+ ] ,
563+ } ,
564+ {
565+ text : '🔒 TEE Technology' ,
566+ items : [
567+ {
568+ text : 'Introduction to TEE Technologies' ,
569+ link : '/protocol/tee/introduction' ,
570+ } ,
571+ {
572+ text : 'Intel SGX Technology' ,
573+ link : '/protocol/tee/intel-sgx' ,
574+ } ,
575+ {
576+ text : 'Intel TDX Technology' ,
577+ link : '/protocol/tee/intel-tdx' ,
578+ } ,
579+ {
580+ text : 'SGX vs TDX Comparison' ,
581+ link : '/protocol/tee/sgx-vs-tdx' ,
582+ } ,
583+ ] ,
584+ } ,
585+ {
586+ text : '🧠 iExec for AI' ,
587+ link : '/protocol/ai' ,
588+ } ,
589+ ] ,
590+ } ,
591+ ] ,
601592 } as DefaultTheme . Sidebar ;
602593}
0 commit comments