Skip to content

Commit 08ea417

Browse files
committed
fix: add titles and descriptions to various documentation files for improved clarity and organization
1 parent 9aa78a7 commit 08ea417

30 files changed

+61
-7
lines changed

src/manage-data/dataProtector/dataProtectorSharing/subscription/removeProtectedDataFromSubscription.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2+
title: removeProtectedDataFromSubscription
23
description:
3-
Remove a protected data from your iExec subscription. This method ensures that
4-
the data is no longer accessible to subscribers once removed, as long as there
5-
are no active subscriptions.
4+
Remove a protected data from your subscription in iExec. Stop providing the
5+
data to current and future subscribers, removing it from subscription access.
66
---
77

88
# removeProtectedDataFromSubscription

src/manage-data/dataProtector/dataProtectorSharing/subscription/setProtectedDataToSubscription.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: setProtectedDataToSubscription
23
description:
34
Add your protected data to a subscription on the iExec platform. Allow active
45
subscribers to access your data easily by linking it to your subscribers to

src/manage-data/dataProtector/dataProtectorSharing/subscription/setSubscriptionParams.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: setSubscriptionParams
23
description:
34
Set subscription parameters for your data collection on the iExec platform.
45
Define pricing, duration, and manage access to your protected data efficiently

src/manage-data/dataProtector/dataProtectorSharing/subscription/subscribeToCollection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: subscribeToCollection
23
description:
34
Subscribe to a collection on iExec and gain access to both current and future
45
protected data. Manage your subscription with a fixed price and duration, with

src/overview/helloWorld.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Hello World Tutorial
23
description:
34
Kickstart your Web3 journey with iExec. In just 30 minutes, learn how to build
45
privacy-focused dApps, protect sensitive data, and manage data access.

src/overview/helloWorld/1-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: iExec Overview
23
description:
34
Explore how iExec enables developers to build privacy-preserving dApps using
45
confidential computing, blockchain, and secure data management. Learn how

src/overview/helloWorld/2-protectData.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Let's Protect Data
3+
description: Learn how to protect your data using iExec's DataProtector SDK in this hands-on tutorial step.
4+
---
5+
16
<script setup>
27
import ProtectData from '../../modules/helloWorld/ProtectData.vue';
38
</script>

src/overview/helloWorld/3-buildIApp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Build and Deploy Your First iApp
3+
description: Learn how to build and deploy your first iExec application (iApp) for processing protected data in this comprehensive tutorial.
4+
---
5+
16
# 🛠️ Build and Deploy your First iApp
27

38
> Reading time 🕒 10 mins

src/overview/helloWorld/4-manageDataAccess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Manage Data Access
3+
description: Learn how to grant and manage access to protected data using iExec's DataProtector SDK in this tutorial step.
4+
---
5+
16
<script setup>
27
import GrantAccess from '../../modules/helloWorld/GrantAccess.vue';
38
import { useWalletConnection } from '../../hooks/useWalletConnection.vue';

src/overview/helloWorld/5-bonusChapter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Bonus Chapter
3+
description: Explore additional features and advanced concepts in this bonus chapter of the Hello World tutorial series.
4+
---
5+
16
<script setup>
27
import CouponCode from '../../modules/helloWorld/CouponCode.vue';
38
import Button from '../../components/ui/Button.vue';

0 commit comments

Comments
 (0)