File tree Expand file tree Collapse file tree 3 files changed +26
-9
lines changed
Expand file tree Collapse file tree 3 files changed +26
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,16 @@ const sidebars: SidebarsConfig = {
1010 {
1111 type : 'category' ,
1212 label : 'Getting Started' ,
13- items : [ { type : 'autogenerated' , dirName : 'getting-started' } ] ,
13+ 'link' : {
14+ 'type' : 'doc' ,
15+ 'id' : 'getting-started/index'
16+ } ,
17+ items : [
18+ 'getting-started/what-is-harper' ,
19+ 'getting-started/install-harper' ,
20+ 'getting-started/harper-concepts' ,
21+ 'getting-started/first-harper-app' ,
22+ ] ,
1423 } ,
1524 {
1625 type : 'category' ,
Original file line number Diff line number Diff line change 88 {
99 "type" : " category" ,
1010 "label" : " Getting Started" ,
11+ "link" : {
12+ "type" : " doc" ,
13+ "id" : " getting-started/index"
14+ },
1115 "items" : [
12- {
13- "type" : " autogenerated " ,
14- "dirName" : " getting-started"
15- }
16+ " getting-started/what-is-harper " ,
17+ " getting-started/install-harper " ,
18+ " getting-started/harper-concepts " ,
19+ " getting-started/first-harper-app "
1620 ]
1721 },
1822 {
Original file line number Diff line number Diff line change 88 {
99 "type" : " category" ,
1010 "label" : " Getting Started" ,
11+ "link" : {
12+ "type" : " doc" ,
13+ "id" : " getting-started/index"
14+ },
1115 "items" : [
12- {
13- "type" : " autogenerated " ,
14- "dirName" : " getting-started"
15- }
16+ " getting-started/what-is-harper " ,
17+ " getting-started/install-harper " ,
18+ " getting-started/harper-concepts " ,
19+ " getting-started/first-harper-app "
1620 ]
1721 },
1822 {
You can’t perform that action at this time.
0 commit comments