Skip to content

Commit

Permalink
chore: update orca docs structure/nav/sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Oct 7, 2024
1 parent adac99a commit 6bb1f95
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 268 deletions.
14 changes: 9 additions & 5 deletions main/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -127,26 +127,30 @@ export default defineConfig({
items: [
{
text: 'Key Concepts and APIs',
link: '/guides/orchestration/getting-started/key-concepts',
link: '/guides/orchestration/key-concepts',
},
{
text: 'Contract Walkthroughs',
link: '/guides/orchestration/getting-started/contract-walkthroughs',
link: '/guides/orchestration/contract-walkthroughs',
items: [
{
text: 'Send Anywhere Example',
link: '/guides/orchestration/getting-started/contract-walkthrough/send-anywhere',
link: '/guides/orchestration/contract-walkthrough/send-anywhere',
},
{
text: 'Cross-Chain Swap Example',
link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-swap',
link: '/guides/orchestration/contract-walkthrough/cross-chain-swap',
},
{
text: 'Cross-Chain Unbond Example',
link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-unbond',
link: '/guides/orchestration/contract-walkthrough/cross-chain-unbond',
}
]
},
{
text: 'Example Orchestration DApp',
link: '/guides/orchestration/orchestration-basics',
},
{
text: 'How Orchestration Works',
link: '/guides/orchestration/how-orch-works',
Expand Down
12 changes: 8 additions & 4 deletions main/.vitepress/themeConfig/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,29 @@ export const nav = [
},
{
text: 'Key Concepts and APIs',
link: '/guides/orchestration/getting-started/key-concepts',
link: '/guides/orchestration/key-concepts',
},
{
text: 'Contract Walkthroughs',
items: [
{
text: 'Send Anywhere Example',
link: '/guides/orchestration/getting-started/contract-walkthrough/send-anywhere',
link: '/guides/orchestration/contract-walkthrough/send-anywhere',
},
{
text: 'Cross-Chain Swap Example',
link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-swap',
link: '/guides/orchestration/contract-walkthrough/cross-chain-swap',
},
{
text: 'Cross-Chain Unbond Example',
link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-unbond',
link: '/guides/orchestration/contract-walkthrough/cross-chain-unbond',
}
]
},
{
text: 'Example Orchestration DApp',
link: '/guides/orchestration/orchestration-basics',
},
{
text: 'How Orchestration Works',
link: "/guides/orchestration/how-orch-works",
Expand Down

This file was deleted.

File renamed without changes.

0 comments on commit 6bb1f95

Please sign in to comment.