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({
122
122
'/' : [
123
123
{
124
124
text : 'Orchestrate' ,
125
- link : '/guides/orchestration/' ,
126
125
collapsed : true ,
127
126
items : [
127
+ {
128
+ text : 'What is Agoric Orchestration?' ,
129
+ link : '/guides/orchestration/' ,
130
+ } ,
128
131
{
129
132
text : 'Key Concepts and APIs' ,
130
133
link : '/guides/orchestration/key-concepts' ,
@@ -505,9 +508,12 @@ export default defineConfig({
505
508
} ,
506
509
{
507
510
text : 'Tutorials' ,
508
- link : '/guides/getting-started/tutorial/' ,
509
511
collapsed : true ,
510
512
items : [
513
+ {
514
+ text : 'Tutorial: Dapp with Agoric' ,
515
+ link : '/guides/getting-started/tutorial/' ,
516
+ } ,
511
517
{
512
518
text : 'dapp-agoric-basics' ,
513
519
link : '/guides/getting-started/tutorial-dapp-agoric-basics' ,
You can’t perform that action at this time.
0 commit comments