@@ -56,20 +56,20 @@ export function getSidebar() {
5656 text : 'iExec OVERVIEW' ,
5757 items : [
5858 {
59- text : '❓ What is iExec ?' ,
59+ text : 'What is iExec ?' ,
6060 link : '/get-started/overview/what-is-iexec' ,
6161 } ,
6262 {
63- text : '❓ What is Protected Data ? ' ,
64- link : '/get-started/overview/what-is- protected-data' ,
63+ text : 'Protected Data' ,
64+ link : '/get-started/overview/protected-data' ,
6565 } ,
6666 {
67- text : '❓ What is an iApp ? ' ,
68- link : '/get-started/overview/what-is- iapp' ,
67+ text : 'iApp' ,
68+ link : '/get-started/overview/iapp' ,
6969 } ,
7070 {
71- text : '❓ What is a Workerpool ? ' ,
72- link : '/get-started/overview/what-is- workerpool' ,
71+ text : 'Workerpool' ,
72+ link : '/get-started/overview/workerpool' ,
7373 } ,
7474 {
7575 text : '🪙 RLC Token' ,
@@ -110,15 +110,15 @@ export function getSidebar() {
110110 link : '/get-started/protocol/proof-of-contribution' ,
111111 } ,
112112 {
113- text : '💸 Pay Per Task Model' ,
113+ text : 'Pay Per Task Model' ,
114114 link : '/get-started/protocol/pay-per-task' ,
115115 } ,
116116 {
117- text : 'iExec DOracle ' ,
118- link : '/get-started/protocol/iexec-doracle ' ,
117+ text : 'Oracle ' ,
118+ link : '/get-started/protocol/oracle ' ,
119119 } ,
120120 {
121- text : '⚙️ Workers & Workerpools' ,
121+ text : 'Workers & Workerpools' ,
122122 collapsed : true ,
123123 items : [
124124 {
@@ -178,8 +178,12 @@ export function getSidebar() {
178178 text : 'BUILD YOUR iAPP' ,
179179 items : [
180180 {
181- text : 'Build and Deploy' ,
182- link : '/guides/build-iapp/build-&-deploy' ,
181+ text : 'Build and Test' ,
182+ link : '/guides/build-iapp/build-&-test' ,
183+ } ,
184+ {
185+ text : 'Deploy and Run' ,
186+ link : '/guides/build-iapp/deploy-&-run' ,
183187 } ,
184188 {
185189 text : 'Manage Access' ,
@@ -190,10 +194,6 @@ export function getSidebar() {
190194 link : '/guides/build-iapp/inputs-and-outputs' ,
191195 } ,
192196
193- {
194- text : 'How to Get and Decrypt Results' ,
195- link : '/guides/build-iapp/how-to-get-and-decrypt-results' ,
196- } ,
197197 {
198198 text : 'Debugging' ,
199199 link : '/guides/build-iapp/debugging' ,
@@ -249,43 +249,17 @@ export function getSidebar() {
249249 text : '🚀 Getting Started' ,
250250 link : '/guides/use-iapp/getting-started' ,
251251 } ,
252- {
253- text : 'Different Ways to Execute an iApp' ,
254- link : '/guides/use-iapp/different-ways-to-execute' ,
255- } ,
256- {
257- text : 'Use iApp with Protected Data' ,
258- link : '/guides/use-iapp/use-iapp-with-protected-data' ,
259- } ,
260- {
261- text : 'Add Inputs to the Execution' ,
262- link : '/guides/use-iapp/add-inputs-to-execution' ,
263- } ,
264252 {
265253 text : 'How to Pay the Executions' ,
266254 link : '/guides/use-iapp/how-to-pay-executions' ,
267255 } ,
268256 {
269- text : '💰 How to Pay' ,
270- collapsed : true ,
271- items : [
272- {
273- text : 'How to Pay for Web3Mail' ,
274- link : '/guides/use-iapp/how-to-pay/how-to-pay-for-web3mail' ,
275- } ,
276- {
277- text : 'How to Pay for Web3Telegram' ,
278- link : '/guides/use-iapp/how-to-pay/how-to-pay-for-web3telegram' ,
279- } ,
280- {
281- text : 'Pricing Considerations' ,
282- link : '/guides/use-iapp/how-to-pay/pricing-considerations' ,
283- } ,
284- {
285- text : 'Voucher' ,
286- link : '/guides/use-iapp/how-to-pay/voucher' ,
287- } ,
288- ] ,
257+ text : 'Run iApp with ProtectedData' ,
258+ link : '/guides/use-iapp/run-iapp-with-ProtectedData' ,
259+ } ,
260+ {
261+ text : 'Run iApp without ProtectedData' ,
262+ link : '/guides/use-iapp/run-iapp-without-ProtectedData' ,
289263 } ,
290264 ] ,
291265 } ,
0 commit comments