Skip to content

Commit 2151c47

Browse files
authored
feat: refactor how to pay pages (#43)
1 parent 9a4b2e3 commit 2151c47

File tree

9 files changed

+175
-687
lines changed

9 files changed

+175
-687
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)