Skip to content

Commit 3e3944c

Browse files
committed
fix: format descriptions in documentation files for improved readability
1 parent 08ea417 commit 3e3944c

24 files changed

+73
-25
lines changed

src/build-iapp/iapp-generator.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: iApp Generator
3-
description: Build privacy-first applications that run in secure TEE environments. Your complete toolkit for creating, testing, and deploying confidential iApps on the iExec network.
3+
description:
4+
Build privacy-first applications that run in secure TEE environments. Your
5+
complete toolkit for creating, testing, and deploying confidential iApps on
6+
the iExec network.
47
---
58

69
# 🤖 iApp Generator

src/build-iapp/iapp-generator/building-your-iexec-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Build Your iApp
3-
description: Learn how to initialize, configure, and build your iExec application using the iApp Generator CLI with step-by-step guidance.
3+
description:
4+
Learn how to initialize, configure, and build your iExec application using the
5+
iApp Generator CLI with step-by-step guidance.
46
---
57

68
# 🧑‍🏭 Build your iApp

src/build-iapp/iapp-generator/deserializer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Deserialize a ProtectedData
3-
description: Learn how to deserialize protected data in your iApp using the @iexec/dataprotector-deserializer utility package for accessing authorized data.
3+
description:
4+
Learn how to deserialize protected data in your iApp using the
5+
@iexec/dataprotector-deserializer utility package for accessing authorized
6+
data.
47
---
58

69
# Deserialize a ProtectedData

src/build-iapp/iapp-generator/deserializer/getValue.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: getValue
3-
description: Method to deserialize a value given a provided type using the IExecDataProtectorDeserializer.
3+
description:
4+
Method to deserialize a value given a provided type using the
5+
IExecDataProtectorDeserializer.
46
---
57

68
# getValue

src/build-iapp/iapp-generator/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Getting Started
3-
description: Learn how to set up and start using the iApp Generator with prerequisites, installation, and first steps.
3+
description:
4+
Learn how to set up and start using the iApp Generator with prerequisites,
5+
installation, and first steps.
46
---
57

68
# 🛠 Getting Started

src/manage-data/dataProtector/advanced/apps-whitelist/addAppToAddOnlyAppWhitelist.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: addAppToAddOnlyAppWhitelist
3-
description: Method to add an app (iExec TEE dApp) into the AddOnlyAppWhitelist for secure data access control.
3+
description:
4+
Method to add an app (iExec TEE dApp) into the AddOnlyAppWhitelist for secure
5+
data access control.
46
---
57

68
# addAppToAddOnlyAppWhitelist

src/manage-data/dataProtector/advanced/apps-whitelist/createAddOnlyAppWhitelist.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: createAddOnlyAppWhitelist
3-
description: Method to create an AddOnlyAppWhitelist for controlling app access. The caller becomes the owner by default, with transferable ownership as an ERC721.
3+
description:
4+
Method to create an AddOnlyAppWhitelist for controlling app access. The caller
5+
becomes the owner by default, with transferable ownership as an ERC721.
46
---
57

68
# createAddOnlyAppWhitelist

src/manage-data/dataProtector/advanced/apps-whitelist/getUserAddOnlyAppWhitelist.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: getUserAddOnlyAppWhitelist
3-
description: Method to get AddOnlyAppWhitelist with filtering by user ethereum address for app access control management.
3+
description:
4+
Method to get AddOnlyAppWhitelist with filtering by user ethereum address for
5+
app access control management.
46
---
57

68
# getUserAddOnlyAppWhitelist

src/manage-data/dataProtector/dataProtectorSharing/read/getCollectionOwners.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: getCollectionOwners
3-
description: Method to get all collection owners with results ordered by creation timestamp in descending order.
3+
description:
4+
Method to get all collection owners with results ordered by creation timestamp
5+
in descending order.
46
---
57

68
# getCollectionOwners

src/manage-data/dataProtector/dataProtectorSharing/read/getCollectionsByOwner.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: getCollectionsByOwner
3-
description: Method to get all collections for a specific user with filtering and pagination options.
3+
description:
4+
Method to get all collections for a specific user with filtering and
5+
pagination options.
46
---
57

68
# getCollectionsByOwner

0 commit comments

Comments
 (0)