Skip to content

Commit ecc50d7

Browse files
committed
Update documentation links and restructure navigation for improved clarity
- Changed links in various guides to point to the new structure, including updates to the iApp Generator, DataProtector, and build-iApp documentation. - Removed outdated references and ensured consistency across all guides. - Enhanced the navigation experience by aligning links with the latest documentation structure.
1 parent bfc70e3 commit ecc50d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+123
-129
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default defineConfig({
9898
themeConfig: {
9999
// https://vitepress.dev/reference/default-theme-config
100100
nav: [
101-
{ text: 'Documentation', link: '/documentation/welcome' },
101+
{ text: 'Documentation', link: '/get-started/welcome' },
102102
{ text: 'Guides', link: '/' },
103103
{ text: 'References', link: '/' },
104104
{
File renamed without changes.
File renamed without changes.

src/documentation/helloWorld/1-overview.md renamed to src/get-started/helloWorld/1-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Computing</a></span> technologies.
8585

8686
iExec combines three fundamental elements that work together seamlessly:
8787

88-
#### 1. Protect Data with our Devtool [DataProtector](/documentation/manage-data/dataProtector/getting-started)
88+
#### 1. Protect Data with our Devtool [DataProtector](/references/dataProtector/getting-started)
8989

9090
- Encrypt your sensitive data and store it securely on Arweave or IPFS
9191
- Only you control who can access it and when
File renamed without changes.

src/documentation/helloWorld/3-buildIApp.md renamed to src/get-started/helloWorld/3-buildIApp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description:
1111
1212
<div class="bg-gradient-to-r from-[#fcd15a] to-[#ffad4d] rounded-[6px] px-8 pb-4 text-gray-800 max-w-3xl mx-auto mb-6">
1313
<h2 class="text-2xl font-bold mt-0 border-none!">Time to build!</h2>
14-
<p>Let's build an iApp that can process protected data in a secure environment using the <a href="/documentation/build-iapp/iapp-generator" target="_blank" class="!text-gray-900 !font-bold underline hover:!text-black">iExec iApp generator tool</a>. This tool helps you create, test and deploy iApps with just a few commands.</p>
14+
<p>Let's build an iApp that can process protected data in a secure environment using the <a href="/references/iapp-generator" target="_blank" class="!text-gray-900 !font-bold underline hover:!text-black">iExec iApp generator tool</a>. This tool helps you create, test and deploy iApps with just a few commands.</p>
1515
</div>
1616

1717
If you wanna explore and deep dive in the CLI. You can check the
@@ -72,10 +72,10 @@ Telegram handles.
7272

7373
Transfer, sell or rent protected content to authorized users.
7474
[Github](https://github.com/iExecBlockchainComputing/dataprotector-sdk/tree/main/packages/protected-data-delivery-dapp)
75-
| [Documentation](/documentation/manage-data/dataProtector/dataProtectorSharing)
75+
| [Documentation](/references/dataProtector/dataProtectorSharing)
7676

7777
<div class="bg-gradient-to-r from-fuchsia-400/10 to-fuchsia-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 mb-6">
78-
<p class="m-0!">These are just a few examples, the possibilities are endless. Want to explore iApp Generator? Check out our <a href="/documentation/build-iapp/iapp-generator" target="_blank">documentation</a> and see what you can build!</p>
78+
<p class="m-0!">These are just a few examples, the possibilities are endless. Want to explore iApp Generator? Check out our <a href="/references/iapp-generator" target="_blank">documentation</a> and see what you can build!</p>
7979
</div>
8080

8181
## 💾 Installation (Win / Mac / Linux)

src/documentation/helloWorld/4-manageDataAccess.md renamed to src/get-started/helloWorld/4-manageDataAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Want to see it in action? Check out our
115115
- Track your earnings
116116

117117
For more technical details, see the
118-
[DataProtector Sharing](/documentation/manage-data/dataProtector/dataProtectorSharing)
118+
[DataProtector Sharing](/references/dataProtector/dataProtectorSharing)
119119
documentation.
120120

121121
<div class="bg-gradient-to-r from-green-400/10 to-green-400/5 rounded-[6px] p-6 border-l-4 border-green-600 mb-6">
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)