@@ -93,10 +93,6 @@ export function getSidebar() {
9393 {
9494 text : 'PROTOCOL' ,
9595 items : [
96- {
97- text : '🔧 iExec SDK' ,
98- link : '/get-started/protocol/sdk' ,
99- } ,
10096 {
10197 text : '⚙️ Workers & Workerpools' ,
10298 collapsed : true ,
@@ -239,54 +235,54 @@ export function getSidebar() {
239235 items : [
240236 {
241237 text : 'Getting Started' ,
242- link : '/references/manage-data/ dataProtector/getting-started' ,
238+ link : '/references/dataProtector/getting-started' ,
243239 } ,
244240 {
245241 text : 'DataProtector Core' ,
246- link : '/references/manage-data/ dataProtector/dataProtectorCore' ,
242+ link : '/references/dataProtector/dataProtectorCore' ,
247243 collapsed : true ,
248244 items : [
249245 {
250246 text : 'protectData' ,
251- link : '/references/manage-data/ dataProtector/dataProtectorCore/protectData' ,
247+ link : '/references/dataProtector/dataProtectorCore/protectData' ,
252248 } ,
253249 {
254250 text : 'getProtectedData' ,
255- link : '/references/manage-data/ dataProtector/dataProtectorCore/getProtectedData' ,
251+ link : '/references/dataProtector/dataProtectorCore/getProtectedData' ,
256252 } ,
257253 {
258254 text : 'transferOwnership' ,
259- link : '/references/manage-data/ dataProtector/dataProtectorCore/transferOwnership' ,
255+ link : '/references/dataProtector/dataProtectorCore/transferOwnership' ,
260256 } ,
261257 {
262258 text : 'grantAccess' ,
263- link : '/references/manage-data/ dataProtector/dataProtectorCore/grantAccess' ,
259+ link : '/references/dataProtector/dataProtectorCore/grantAccess' ,
264260 } ,
265261 {
266262 text : 'getGrantedAccess' ,
267- link : '/references/manage-data/ dataProtector/dataProtectorCore/getGrantedAccess' ,
263+ link : '/references/dataProtector/dataProtectorCore/getGrantedAccess' ,
268264 } ,
269265 {
270266 text : 'revokeOneAccess' ,
271- link : '/references/manage-data/ dataProtector/dataProtectorCore/revokeOneAccess' ,
267+ link : '/references/dataProtector/dataProtectorCore/revokeOneAccess' ,
272268 } ,
273269 {
274270 text : 'revokeAllAccess' ,
275- link : '/references/manage-data/ dataProtector/dataProtectorCore/revokeAllAccess' ,
271+ link : '/references/dataProtector/dataProtectorCore/revokeAllAccess' ,
276272 } ,
277273 {
278274 text : 'processProtectedData' ,
279- link : '/references/manage-data/ dataProtector/dataProtectorCore/processProtectedData' ,
275+ link : '/references/dataProtector/dataProtectorCore/processProtectedData' ,
280276 } ,
281277 {
282278 text : 'getResultFromCompletedTask' ,
283- link : '/references/manage-data/ dataProtector/dataProtectorCore/getResultFromCompletedTask' ,
279+ link : '/references/dataProtector/dataProtectorCore/getResultFromCompletedTask' ,
284280 } ,
285281 ] ,
286282 } ,
287283 {
288284 text : 'DataProtector Sharing' ,
289- link : '/references/manage-data/ dataProtector/dataProtectorSharing' ,
285+ link : '/references/dataProtector/dataProtectorSharing' ,
290286 collapsed : true ,
291287 items : [
292288 {
@@ -421,7 +417,7 @@ export function getSidebar() {
421417 } ,
422418 {
423419 text : 'Types' ,
424- link : '/references/manage-data/ dataProtector/types' ,
420+ link : '/references/dataProtector/types' ,
425421 } ,
426422 {
427423 text : 'Advanced' ,
@@ -458,7 +454,7 @@ export function getSidebar() {
458454 } ,
459455 {
460456 text : 'Migrate from v1 to v2' ,
461- link : '/references/manage-data/ dataProtector/migrate-from-v1' ,
457+ link : '/references/dataProtector/migrate-from-v1' ,
462458 } ,
463459 ] ,
464460 } ,
0 commit comments