@@ -240,6 +240,10 @@ export function getSidebar() {
240
240
text : '🚀 Getting Started' ,
241
241
link : '/guides/use-iapp/getting-started' ,
242
242
} ,
243
+ {
244
+ text : 'How to Pay the Executions' ,
245
+ link : '/guides/use-iapp/how-to-pay-executions' ,
246
+ } ,
243
247
{
244
248
text : 'Run iApp with ProtectedData' ,
245
249
link : '/guides/use-iapp/run-iapp-with-ProtectedData' ,
@@ -248,32 +252,6 @@ export function getSidebar() {
248
252
text : 'Run iApp without ProtectedData' ,
249
253
link : '/guides/use-iapp/run-iapp-without-ProtectedData' ,
250
254
} ,
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
- } ,
277
255
] ,
278
256
} ,
279
257
] ,
0 commit comments