Skip to content

Commit 7a70702

Browse files
committed
refactor(docs): streamline iApp documentation by unifying references and enhancing clarity in usage guides
1 parent f824730 commit 7a70702

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

src/guides/build-iapp/build-&-test.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ The CLI will build a Docker image, run your app, and show you the results:
164164

165165
## Next Steps
166166

167-
- When everything is ready
168-
[deploy and run your iApp](/guides/use-iapp/run-iapp-with-ProtectedData)
167+
- When everything is ready [deploy and run your iApp](/guides/use-iapp/run-iapp)
169168

170169
<script setup>
171170
import CLIDemo from '@/components/CLIDemo.vue';

src/guides/use-iapp/getting-started.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ the Build iApp section.
7171

7272
For step-by-step instructions, check out these guides:
7373

74-
- **[Run iApp without ProtectedData](/guides/use-iapp/run-iapp-without-ProtectedData)** -
75-
iExec CLI, lib, and other execution methods
76-
- **[Run iApp with ProtectedData](/guides/use-iapp/run-iapp-with-ProtectedData)** -
77-
How to provide data and parameters to iApp
74+
- **[Run iApp](/guides/use-iapp/run-iapp)** - Learn how to run an iApp with
75+
various input types including protected data, arguments, input files, and
76+
secrets
7877
- **[How to Pay for Executions](/guides/use-iapp/how-to-pay-executions)** -
7978
Understanding costs and payment options

src/guides/use-iapp/how-to-pay-executions.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ await iexec.account.deposit(1_000_000_000); // Deposit 1 RLC
5454
```
5555

5656
Now you are ready to run a task on the iExec Protocol and pay for it. See our
57-
guide on
58-
[running iApp with ProtectedData](/guides/use-iapp/run-iapp-with-ProtectedData.md)
59-
for detailed execution steps.
57+
guide on [running iApp](/guides/use-iapp/run-iapp.md) for detailed execution
58+
steps.
6059

6160
## Paying with Vouchers <ChainNotSupportedBadge />
6261

@@ -231,10 +230,7 @@ parameters is 0, which means only free resources are accepted.
231230

232231
Now that you understand payment methods:
233232

234-
- Learn about
235-
[Run iApp with ProtectedData](/guides/use-iapp/run-iapp-with-ProtectedData)
236-
- Learn about
237-
[Run iApp without ProtectedData](/guides/use-iapp/run-iapp-without-ProtectedData)
233+
- Learn about [Run iApp](/guides/use-iapp/run-iapp)
238234

239235
<script setup>
240236
import ChainNotSupportedBadge from '@/components/ChainNotSupportedBadge.vue'

0 commit comments

Comments
 (0)