We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ba04aa + fae2140 commit 66522c2Copy full SHA for 66522c2
main/.vitepress/config.mjs
@@ -122,9 +122,12 @@ export default defineConfig({
122
'/': [
123
{
124
text: 'Orchestrate',
125
- link: '/guides/orchestration/',
126
collapsed: true,
127
items: [
+ {
128
+ text: 'What is Agoric Orchestration?',
129
+ link: '/guides/orchestration/',
130
+ },
131
132
text: 'Key Concepts and APIs',
133
link: '/guides/orchestration/key-concepts',
@@ -505,9 +508,12 @@ export default defineConfig({
505
508
},
506
509
507
510
text: 'Tutorials',
- link: '/guides/getting-started/tutorial/',
511
512
513
514
+ text: 'Tutorial: Dapp with Agoric',
515
+ link: '/guides/getting-started/tutorial/',
516
517
518
text: 'dapp-agoric-basics',
519
link: '/guides/getting-started/tutorial-dapp-agoric-basics',
0 commit comments