Skip to content

Commit 22eacc9

Browse files
committed
Update sidebar and index links for improved navigation and consistency
- Removed outdated links from the sidebar related to the iExec SDK. - Updated various links in the sidebar and index to reflect the new directory structure for DataProtector documentation. - Ensured all links point to the correct paths to enhance user experience and maintain consistency across documentation.
1 parent cb2c7b6 commit 22eacc9

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

.vitepress/sidebar.ts

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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
},

src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ features:
2525
details:
2626
Secure your data with advanced encryption and control access while
2727
maintaining privacy using DataProtector
28-
link: /get-started/what-is-iexec/what-is-protected-data
28+
link: /get-started/overview/what-is-protected-data
2929
- icon: 🤖
3030
title: Build iApps
3131
details:
@@ -49,5 +49,5 @@ features:
4949
details:
5050
Deep dive into the core concepts of the protocol and understand how iExec
5151
enables privacy, governance, and monetization
52-
link: /get-started/protocol/sdk
52+
link: /references/sdk
5353
---

0 commit comments

Comments
 (0)