diff --git a/main/.vitepress/config.mjs b/main/.vitepress/config.mjs index 2ffdf78d6..e770704ab 100644 --- a/main/.vitepress/config.mjs +++ b/main/.vitepress/config.mjs @@ -453,35 +453,6 @@ export default defineConfig({ }, ], }, - { - text: 'Orchestration', - link: '/guides/orchestration/', - collapsed: true, - items: [ - { - text: 'Key Concepts and APIs', - link: '/guides/orchestration/getting-started/key-concepts', - }, - { - text: 'Contract Walkthroughs', - link: '/guides/orchestration/getting-started/contract-walkthroughs', - items: [ - { - text: 'Cross-Chain Swap Example', - link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-swap', - }, - { - text: 'Cross-Chain Unbond Example', - link: '/guides/orchestration/getting-started/contract-walkthrough/cross-chain-unbond', - }, - { - text: 'Orchestration Basics', - link: '/guides/orchestration/getting-started/contract-walkthrough/orchestration-basics', - } - ] - }, - ] - }, { text: 'JavaScript Framework', ariaLabel: 'JavaScript Framework', @@ -547,6 +518,7 @@ export default defineConfig({ }, ], }, + { text: 'UI Tutorial', link: '/guides/getting-started/ui-tutorial/', diff --git a/main/.vitepress/themeConfig/nav.js b/main/.vitepress/themeConfig/nav.js index 646e8136b..55651bd91 100644 --- a/main/.vitepress/themeConfig/nav.js +++ b/main/.vitepress/themeConfig/nav.js @@ -14,13 +14,9 @@ export const nav = [ link: '/guides/orchestration/', }, { - text: 'Key Concepts', + text: 'Key Concepts and APIs', link: '/guides/orchestration/getting-started/key-concepts', }, - { - text: 'API', - link: '/guides/orchestration/getting-started/api', - }, { text: 'Contract Walkthroughs', items: [ @@ -38,6 +34,10 @@ export const nav = [ } ] }, + { + text: 'How Orchestration Works', + link: "/guides/orchestration/how-orch-works", + } ] }, {