Skip to content

Commit 6bb1f95

Browse files
committed
chore: update orca docs structure/nav/sidebar
1 parent adac99a commit 6bb1f95

File tree

8 files changed

+17
-268
lines changed

8 files changed

+17
-268
lines changed

main/.vitepress/config.mjs

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,26 +127,30 @@ export default defineConfig({
127127
items: [
128128
{
129129
text: 'Key Concepts and APIs',
130-
link: '/guides/orchestration/getting-started/key-concepts',
130+
link: '/guides/orchestration/key-concepts',
131131
},
132132
{
133133
text: 'Contract Walkthroughs',
134-
link: '/guides/orchestration/getting-started/contract-walkthroughs',
134+
link: '/guides/orchestration/contract-walkthroughs',
135135
items: [
136136
{
137137
text: 'Send Anywhere Example',
138-
link: '/guides/orchestration/getting-started/contract-walkthrough/send-anywhere',
138+
link: '/guides/orchestration/contract-walkthrough/send-anywhere',
139139
},
140140
{
141141
text: 'Cross-Chain Swap Example',
142-
link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-swap',
142+
link: '/guides/orchestration/contract-walkthrough/cross-chain-swap',
143143
},
144144
{
145145
text: 'Cross-Chain Unbond Example',
146-
link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-unbond',
146+
link: '/guides/orchestration/contract-walkthrough/cross-chain-unbond',
147147
}
148148
]
149149
},
150+
{
151+
text: 'Example Orchestration DApp',
152+
link: '/guides/orchestration/orchestration-basics',
153+
},
150154
{
151155
text: 'How Orchestration Works',
152156
link: '/guides/orchestration/how-orch-works',

main/.vitepress/themeConfig/nav.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,29 @@ export const nav = [
1515
},
1616
{
1717
text: 'Key Concepts and APIs',
18-
link: '/guides/orchestration/getting-started/key-concepts',
18+
link: '/guides/orchestration/key-concepts',
1919
},
2020
{
2121
text: 'Contract Walkthroughs',
2222
items: [
2323
{
2424
text: 'Send Anywhere Example',
25-
link: '/guides/orchestration/getting-started/contract-walkthrough/send-anywhere',
25+
link: '/guides/orchestration/contract-walkthrough/send-anywhere',
2626
},
2727
{
2828
text: 'Cross-Chain Swap Example',
29-
link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-swap',
29+
link: '/guides/orchestration/contract-walkthrough/cross-chain-swap',
3030
},
3131
{
3232
text: 'Cross-Chain Unbond Example',
33-
link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-unbond',
33+
link: '/guides/orchestration/contract-walkthrough/cross-chain-unbond',
3434
}
3535
]
3636
},
37+
{
38+
text: 'Example Orchestration DApp',
39+
link: '/guides/orchestration/orchestration-basics',
40+
},
3741
{
3842
text: 'How Orchestration Works',
3943
link: "/guides/orchestration/how-orch-works",
File renamed without changes.
File renamed without changes.
File renamed without changes.

main/guides/orchestration/getting-started/contract-walkthrough/cross-chain-swap.md

Lines changed: 0 additions & 259 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)