Skip to content

Commit

Permalink
Merge pull request #1226 from Agoric/mk/fix-404s-and-duplicates
Browse files Browse the repository at this point in the history
chore: fix deadlink in nav + remove duplicate sidebar orch entry
  • Loading branch information
mujahidkay authored Oct 2, 2024
2 parents ad28c3f + 0c83da5 commit a56f43e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
30 changes: 1 addition & 29 deletions main/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -547,6 +518,7 @@ export default defineConfig({
},
],
},

{
text: 'UI Tutorial',
link: '/guides/getting-started/ui-tutorial/',
Expand Down
10 changes: 5 additions & 5 deletions main/.vitepress/themeConfig/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -38,6 +34,10 @@ export const nav = [
}
]
},
{
text: 'How Orchestration Works',
link: "/guides/orchestration/how-orch-works",
}
]
},
{
Expand Down

0 comments on commit a56f43e

Please sign in to comment.