Skip to content

Commit 0f135d4

Browse files
committed
refactor: update sidebar links and add new guides for iApps and DataProtector
1 parent 7d45613 commit 0f135d4

File tree

9 files changed

+62
-13
lines changed

9 files changed

+62
-13
lines changed

.vitepress/sidebar.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export function getSidebar() {
362362
items: [
363363
{
364364
text: 'Manage Your iApps',
365-
link: '/build-iapp/iapp-generator/manage-iapps',
365+
link: '/build-iapp/guides/manage-iapps',
366366
},
367367
{
368368
text: 'Orders (how they work, how to manage them)',
@@ -386,7 +386,7 @@ export function getSidebar() {
386386
},
387387
{
388388
text: 'AI Frameworks',
389-
link: '/build-iapp/iapp-generator/ai-frameworks',
389+
link: '/build-iapp/guides/ai-frameworks',
390390
},
391391
{
392392
text: 'Other Emerging Trends',
@@ -436,7 +436,6 @@ export function getSidebar() {
436436
},
437437
{
438438
text: '📖  Guides',
439-
link: '/use-iapp/guides',
440439
collapsed: true,
441440
items: [
442441
{
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: AI Frameworks
3+
description: AI Frameworks for iApps
4+
---
5+
6+
# AI Frameworks
7+
8+
This page is under development.
9+
10+
<!-- TODO: Add the AI frameworks guide -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Advanced Creation
3+
description: Advanced Creation for iApps
4+
---
5+
6+
# Advanced Creation
7+
8+
This page is under development.
9+
10+
<!-- TODO: Add the advanced creation content -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Protocol-Level Guides
3+
description: Protocol-Level Guides for iApp development
4+
---
5+
6+
# 🔧 Protocol-Level Guides
7+
8+
This page is under development.
9+
10+
<!-- TODO: Add the protocol-level guides content -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: References
3+
description: References for iApp development
4+
---
5+
6+
# References
7+
8+
This page is under development.
9+
10+
<!-- TODO: Add the references content -->
File renamed without changes.

src/use-iapp/find-iapps.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Find iApps to Use
3+
description: Find iApps to Use
4+
---
5+
6+
# Find iApps to Use
7+
8+
This page is under development.
9+
10+
<!-- TODO: Add the guide for finding iApps to use -->

src/use-iapp/guides.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Use iApp with Protected Data
3+
description: Use iApp with Protected Data
4+
---
5+
6+
# Use iApp with Protected Data
7+
8+
This page is under development.
9+
10+
<!-- TODO: Add the guide for using iApps with protected data -->

0 commit comments

Comments
 (0)