Skip to content

Commit 00fe80a

Browse files
committed
docs: Improve readability of iApp guides by breaking long lines
1 parent d7ed5ea commit 00fe80a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/guides/use-iapp/run-iapp-with-ProtectedData.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ description:
77

88
# 📥 Run iApp with a ProtectedData
99

10-
When running an iApp, you can use multiple types of inputs. While ProtectedData is not mandatory to run an iApp, it's a powerful input type that allows you to process encrypted data from another provider. You can also use non-persistent inputs that come directly from you (the requester) and can change between each execution: Arguments, Input Files, and Secrets. These non-persistent inputs are perfect for customizing the iApp's behavior for each specific run.
10+
When running an iApp, you can use multiple types of inputs. While ProtectedData
11+
is not mandatory to run an iApp, it's a powerful input type that allows you to
12+
process encrypted data from another provider. You can also use non-persistent
13+
inputs that come directly from you (the requester) and can change between each
14+
execution: Arguments, Input Files, and Secrets. These non-persistent inputs are
15+
perfect for customizing the iApp's behavior for each specific run.
1116

1217
## Adding Protected Data
1318

src/guides/use-iapp/run-iapp-without-ProtectedData.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ description:
77

88
# 📥 Run iApp without a ProtectedData
99

10-
When running an iApp, you can use multiple types of inputs even without ProtectedData. Non-persistent inputs come directly from you (the requester) and can change between each execution, making them perfect for customizing the iApp's behavior for each specific run. These inputs include Arguments, Input Files, and Secrets, which allow you to provide additional data, parameters, and configuration to enable processing and customize functionality.
10+
When running an iApp, you can use multiple types of inputs even without
11+
ProtectedData. Non-persistent inputs come directly from you (the requester) and
12+
can change between each execution, making them perfect for customizing the
13+
iApp's behavior for each specific run. These inputs include Arguments, Input
14+
Files, and Secrets, which allow you to provide additional data, parameters, and
15+
configuration to enable processing and customize functionality.
1116

1217
## Adding Command-Line Arguments
1318

0 commit comments

Comments
 (0)