File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments