Skip to content

Commit 66522c2

Browse files
authored
Merge pull request #1250 from Agoric/ms/nav-side-bar-consistency
Fix Heading Links Behavior Inconsistency in Sidebar
2 parents 9ba04aa + fae2140 commit 66522c2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

main/.vitepress/config.mjs

+8-2
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,12 @@ export default defineConfig({
122122
'/': [
123123
{
124124
text: 'Orchestrate',
125-
link: '/guides/orchestration/',
126125
collapsed: true,
127126
items: [
127+
{
128+
text: 'What is Agoric Orchestration?',
129+
link: '/guides/orchestration/',
130+
},
128131
{
129132
text: 'Key Concepts and APIs',
130133
link: '/guides/orchestration/key-concepts',
@@ -505,9 +508,12 @@ export default defineConfig({
505508
},
506509
{
507510
text: 'Tutorials',
508-
link: '/guides/getting-started/tutorial/',
509511
collapsed: true,
510512
items: [
513+
{
514+
text: 'Tutorial: Dapp with Agoric',
515+
link: '/guides/getting-started/tutorial/',
516+
},
511517
{
512518
text: 'dapp-agoric-basics',
513519
link: '/guides/getting-started/tutorial-dapp-agoric-basics',

0 commit comments

Comments
 (0)