Skip to content

Commit

Permalink
fix links consistency in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Oct 28, 2024
1 parent 9ba04aa commit 6bb876e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions main/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,12 @@ export default defineConfig({
'/': [
{
text: 'Orchestrate',
link: '/guides/orchestration/',
collapsed: true,
items: [
{
text: 'What is Agoric Orchestration?',
link: '/guides/orchestration/',
},
{
text: 'Key Concepts and APIs',
link: '/guides/orchestration/key-concepts',
Expand Down Expand Up @@ -505,9 +508,12 @@ export default defineConfig({
},
{
text: 'Tutorials',
link: '/guides/getting-started/tutorial/',
collapsed: true,
items: [
{
text: 'Tutorial: Dapp with Agoric',
link: '/guides/getting-started/tutorial/',
},
{
text: 'dapp-agoric-basics',
link: '/guides/getting-started/tutorial-dapp-agoric-basics',
Expand Down

0 comments on commit 6bb876e

Please sign in to comment.