Skip to content

Commit 0ec553d

Browse files
committed
docs: Update sidebar and payment guides for clarity and organization
- Added a new sidebar link for "How to Pay the Executions" to enhance navigation. - Revised the "How to Pay the Executions" guide to streamline payment methods and clarify steps for using RLC tokens and vouchers. - Removed outdated guides related to Web3Mail and Web3Telegram payment methods to reduce redundancy and improve focus on current documentation. - Updated references in the SDK documentation to point to the revised payment guide for better user guidance.
1 parent 00fe80a commit 0ec553d

File tree

11 files changed

+173
-696
lines changed

11 files changed

+173
-696
lines changed

.vitepress/sidebar.ts

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ export function getSidebar() {
240240
text: '🚀 Getting Started',
241241
link: '/guides/use-iapp/getting-started',
242242
},
243+
{
244+
text: 'How to Pay the Executions',
245+
link: '/guides/use-iapp/how-to-pay-executions',
246+
},
243247
{
244248
text: 'Run iApp with ProtectedData',
245249
link: '/guides/use-iapp/run-iapp-with-ProtectedData',
@@ -248,32 +252,6 @@ export function getSidebar() {
248252
text: 'Run iApp without ProtectedData',
249253
link: '/guides/use-iapp/run-iapp-without-ProtectedData',
250254
},
251-
{
252-
text: 'How to Pay the Executions',
253-
link: '/guides/use-iapp/how-to-pay-executions',
254-
},
255-
{
256-
text: '💰 How to Pay',
257-
collapsed: true,
258-
items: [
259-
{
260-
text: 'How to Pay for Web3Mail',
261-
link: '/guides/use-iapp/how-to-pay/how-to-pay-for-web3mail',
262-
},
263-
{
264-
text: 'How to Pay for Web3Telegram',
265-
link: '/guides/use-iapp/how-to-pay/how-to-pay-for-web3telegram',
266-
},
267-
{
268-
text: 'Pricing Considerations',
269-
link: '/guides/use-iapp/how-to-pay/pricing-considerations',
270-
},
271-
{
272-
text: 'Voucher',
273-
link: '/guides/use-iapp/how-to-pay/voucher',
274-
},
275-
],
276-
},
277255
],
278256
},
279257
],

0 commit comments

Comments
 (0)