Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3d9b559
fix: Refactor documentation and code examples for iApp result handling
Le-Caignec Aug 18, 2025
7ca2d4b
chore: Remove outdated CLI examples and batch operation section from …
Le-Caignec Aug 18, 2025
bee1b91
refactor: Update iApp execution guides and remove outdated content
Le-Caignec Aug 18, 2025
1c8d83f
refactor: Improve formatting and clarity in iApp execution guide
Le-Caignec Aug 19, 2025
889b382
docs: Enhance iApp execution guide with structured methods and code e…
Le-Caignec Aug 19, 2025
6387871
docs: Update iApp guide titles for consistency and clarity
Le-Caignec Aug 19, 2025
b9d6d41
docs: Update iApp guides to reflect new testing and deployment structure
Le-Caignec Aug 19, 2025
0ce8913
docs: Revise iApp deployment and execution guides for clarity and str…
Le-Caignec Aug 19, 2025
9e25439
docs: Update iApp guides for improved clarity and consistency
Le-Caignec Aug 19, 2025
d523212
docs: Enhance 'Deploy and Run' guide with deployment and run tracking…
Le-Caignec Aug 19, 2025
6a0dae4
docs: Refactor iApp guides for improved clarity and structure
Le-Caignec Aug 19, 2025
1f58f63
docs: Update iApp guides for improved navigation and clarity
Le-Caignec Aug 19, 2025
ae19db1
docs: Reorder iApp sidebar links for improved navigation
Le-Caignec Aug 19, 2025
d7ed5ea
docs: Revise iApp guides to clarify input options and usage
Le-Caignec Aug 19, 2025
00fe80a
docs: Improve readability of iApp guides by breaking long lines
Le-Caignec Aug 19, 2025
0ec553d
docs: Update sidebar and payment guides for clarity and organization
Le-Caignec Aug 19, 2025
7ec9bff
Merge remote-tracking branch 'origin/main' into feature/refactor-how-…
Le-Caignec Aug 19, 2025
f9a3db6
Merge branch 'main' into feature/refactor-how-to-pay
Le-Caignec Aug 20, 2025
013d9ea
fix: update voucher usage and clarify price parameters in payment guide
Le-Caignec Aug 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 4 additions & 26 deletions .vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ export function getSidebar() {
text: '🚀 Getting Started',
link: '/guides/use-iapp/getting-started',
},
{
text: 'How to Pay the Executions',
link: '/guides/use-iapp/how-to-pay-executions',
},
{
text: 'Run iApp with ProtectedData',
link: '/guides/use-iapp/run-iapp-with-ProtectedData',
Expand All @@ -248,32 +252,6 @@ export function getSidebar() {
text: 'Run iApp without ProtectedData',
link: '/guides/use-iapp/run-iapp-without-ProtectedData',
},
{
text: 'How to Pay the Executions',
link: '/guides/use-iapp/how-to-pay-executions',
},
{
text: '💰 How to Pay',
collapsed: true,
items: [
{
text: 'How to Pay for Web3Mail',
link: '/guides/use-iapp/how-to-pay/how-to-pay-for-web3mail',
},
{
text: 'How to Pay for Web3Telegram',
link: '/guides/use-iapp/how-to-pay/how-to-pay-for-web3telegram',
},
{
text: 'Pricing Considerations',
link: '/guides/use-iapp/how-to-pay/pricing-considerations',
},
{
text: 'Voucher',
link: '/guides/use-iapp/how-to-pay/voucher',
},
],
},
],
},
],
Expand Down
Loading