Skip to content

Commit e21678e

Browse files
committed
docs: Remove 'Next Steps' sections from iApp execution guides
- Eliminated the 'Next Steps' sections from both 'Run iApp with ProtectedData' and 'Run iApp without ProtectedData' guides to streamline content and focus on core instructions.
1 parent 7348db2 commit e21678e

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,3 @@ const result = await dataProtectorCore.processProtectedData({
113113
},
114114
});
115115
```
116-
117-
## Next Steps
118-
119-
Now that you understand how to add inputs to iApp executions:
120-
121-
- Check out our
122-
[How to Pay for Executions](/guides/use-iapp/how-to-pay-executions) guide

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,3 @@ const taskId = await iexec.order.matchOrders({
200200
workerpoolorder: workerpoolOrders.orders[0].order,
201201
});
202202
```
203-
204-
## Next Steps
205-
206-
Now that you understand how to add inputs to iApp executions:

0 commit comments

Comments
 (0)