Skip to content

Commit 28a655e

Browse files
committed
fix: update iApp documentation for clarity and structure
- Revised the initial task scheduling description to specify that it takes a few seconds, improving clarity. - Corrected the link path for the iApp Generator section to ensure accurate navigation. - Changed the "Start Building" section to "Next Steps" and restructured the content to enhance readability and user engagement, including new links to relevant guides and documentation.
1 parent 0febd40 commit 28a655e

File tree

1 file changed

+23
-26
lines changed

1 file changed

+23
-26
lines changed

src/build-iapp/what-is-iapp.md

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ be an iApp.
153153

154154
::: details ⚡How fast are iApps?
155155

156-
Initial task scheduling takes ~30 seconds (depending on the resources the worker
157-
download, congestion etc), then your code runs at normal speed depending on
158-
complexity.
156+
Initial task scheduling takes a few seconds (depending on the resources the
157+
worker download, congestion etc), then your code runs at normal speed depending
158+
on complexity.
159159

160160
:::
161161

@@ -169,7 +169,7 @@ iApp can't see what's happening inside the enclave.
169169
::: details 🚀 How do I deploy my first iApp?
170170

171171
Try our [Hello World](/overview/helloWorld) for a quick start, or check the
172-
[iApp Generator](/build_iapp/iapp-generator) section for detailed instructions.
172+
[iApp Generator](/build-iapp/iapp-generator) section for detailed instructions.
173173

174174
:::
175175

@@ -181,31 +181,28 @@ Node.js for simplified development.
181181

182182
:::
183183

184-
## Start Building
184+
## Next Steps
185185

186-
Ready to build privacy-first applications?
187-
188-
### 🚀 **Try iApp Generator**
189-
190-
- [Getting Started](/build_iapp/iapp-generator/getting-started) - Deploy your
191-
first iApp in 15 minutes
192-
- [Building Your iExec App](/build_iapp/iapp-generator/building-your-iexec-app) -
193-
Complete development guide
194-
195-
### 📖 **Learn with Guides**
196-
197-
- [Orders](/build_iapp/guides/orders) - How iApp execution works
198-
- [Inputs and Outputs](/build_iapp/guides/inputs-and-outputs) - Handle data flow
199-
- [Debugging Your iApp](/build_iapp/guides/debugging-your-iapp) - Troubleshoot
200-
issues
201-
202-
### 🎯 **See iApps in Action**
186+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
203187

204-
Real iApps you can use today:
188+
<div class="flex flex-col gap-4">
189+
<div class="flex items-start gap-3">
190+
<div>📚</div>
191+
<div>
192+
Learn More - iApp Generator:
193+
<a href="/build-iapp/iapp-generator">Complete DataProtector Documentation</a>
194+
</div>
195+
</div>
196+
<div class="flex items-start gap-3">
197+
<div>🚀</div>
198+
<div>
199+
Getting Started - deploy your first iApp:
200+
<a href="/build-iapp/guides/build-&-deploy-iapp">DataProtector Quick Start Guide</a>
201+
</div>
202+
</div>
203+
</div>
205204

206-
- [Web3Mail](/use_iapp/web3mail) - Private emailing iApp SDK
207-
- [Web3Telegram](/use_iapp/web3telegram) Private messaging iApp SDK
208-
- [Oracle Factory](/use_iapp/oracle-factory) - Decentralized oracles
205+
</div>
209206

210207
---
211208

0 commit comments

Comments
 (0)