Skip to content

Commit bee1b91

Browse files
committed
refactor: Update iApp execution guides and remove outdated content
- Renamed and reorganized sections in the sidebar for clarity, replacing 'Different Ways to Execute an iApp' with 'Run iApp' and 'Use iApp with Protected Data' with 'Run iApp with Inputs'. - Updated links in the 'Getting Started' guide to reflect the new structure. - Added new guides for 'Run an iApp' and 'Run iApp with Inputs', detailing execution methods and input handling. - Removed the outdated 'Use iApp with Protected Data' guide to streamline documentation.
1 parent 7ca2d4b commit bee1b91

File tree

9 files changed

+893
-317
lines changed

9 files changed

+893
-317
lines changed

.vitepress/sidebar.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,16 +241,12 @@ export function getSidebar() {
241241
link: '/guides/use-iapp/getting-started',
242242
},
243243
{
244-
text: 'Different Ways to Execute an iApp',
245-
link: '/guides/use-iapp/different-ways-to-execute',
244+
text: 'Run iApp',
245+
link: '/guides/use-iapp/run-iapp',
246246
},
247247
{
248-
text: 'Use iApp with Protected Data',
249-
link: '/guides/use-iapp/use-iapp-with-protected-data',
250-
},
251-
{
252-
text: 'Add Inputs to the Execution',
253-
link: '/guides/use-iapp/add-inputs-to-execution',
248+
text: 'Run iApp with Inputs',
249+
link: '/guides/use-iapp/run-iapp-with-inputs',
254250
},
255251
{
256252
text: 'How to Pay the Executions',

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,4 @@ for input parameters:
252252
- Talk about ENS on Bellecour(it's not supported on arbitrum)
253253
- Rework Advanced iApp building guides. (from "old" protocol doc)
254254
- Rework src\get-started\protocol\oracle.md (transfer to guide or rewrite)
255+
- Talk about iApp secret

src/guides/use-iapp/add-inputs-to-execution.md

Lines changed: 0 additions & 124 deletions
This file was deleted.

src/guides/use-iapp/different-ways-to-execute.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,9 @@ section.
7272

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

75-
- **[Different Ways to Execute](/guides/use-iapp/different-ways-to-execute)** -
76-
iExec CLI, lib, and other execution methods
77-
- **[Use iApp with Protected Data](/guides/use-iapp/use-iapp-with-protected-data)** -
78-
Working with sensitive data securely
79-
- **[Add Inputs to Execution](/guides/use-iapp/add-inputs-to-execution)** - How
80-
to provide data and parameters to iApp
75+
- **[Run iApp](/guides/use-iapp/run-iapp)** - iExec CLI, lib, and other
76+
execution methods
77+
- **[Run iApp with Inputs](/guides/use-iapp/run-iapp-with-inputs)** - How to
78+
provide data and parameters to iApp
8179
- **[How to Pay for Executions](/guides/use-iapp/how-to-pay-executions)** -
8280
Understanding costs and payment options

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,8 @@ const executeWithPaymentRetry = async (params: any, maxRetries = 3) => {
438438

439439
Now that you understand payment methods:
440440

441-
- Learn about
442-
[Adding Inputs to Execution](/guides/use-iapp/add-inputs-to-execution)
443-
- Explore
444-
[Using iApp with Protected Data](/guides/use-iapp/use-iapp-with-protected-data)
441+
- Learn about [Run iApp with Inputs](/guides/use-iapp/run-iapp-with-inputs)
442+
- Explore [Getting Started with iApp](/guides/use-iapp/getting-started)
445443
- Review the pricing information above for detailed cost analysis
446444

447445
<script setup>

0 commit comments

Comments
 (0)