Skip to content

Commit ae19db1

Browse files
committed
docs: Reorder iApp sidebar links for improved navigation
- Moved the 'Run iApp without ProtectedData' link to follow the 'Run iApp with ProtectedData' link for better logical flow in the sidebar. - Ensured consistent presentation of guide links to enhance user experience.
1 parent 1f58f63 commit ae19db1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,14 @@ export function getSidebar() {
240240
text: '🚀 Getting Started',
241241
link: '/guides/use-iapp/getting-started',
242242
},
243-
{
244-
text: 'Run iApp without ProtectedData',
245-
link: '/guides/use-iapp/run-iapp-without-ProtectedData',
246-
},
247243
{
248244
text: 'Run iApp with ProtectedData',
249245
link: '/guides/use-iapp/run-iapp-with-ProtectedData',
250246
},
247+
{
248+
text: 'Run iApp without ProtectedData',
249+
link: '/guides/use-iapp/run-iapp-without-ProtectedData',
250+
},
251251
{
252252
text: 'How to Pay the Executions',
253253
link: '/guides/use-iapp/how-to-pay-executions',

0 commit comments

Comments
 (0)