File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ module.exports = {
6868 '@apify/docs-theme' ,
6969 {
7070 changelogFromRoot : true ,
71+ changelogDisplayedSidebar : 'sidebar' ,
7172 subNavbar : {
7273 title : 'SDK for Python' ,
7374 items : [
Original file line number Diff line number Diff line change @@ -41,9 +41,5 @@ module.exports = {
4141 } ,
4242 ] ,
4343 } ,
44- {
45- type : 'doc' ,
46- id : 'changelog' ,
47- } ,
48- ] ,
44+ ] ,
4945} ;
Original file line number Diff line number Diff line change 1818 "dirName" : " 02-concepts"
1919 }
2020 ]
21- },
22- {
23- "type" : " doc" ,
24- "id" : " changelog"
2521 }
2622 ]
2723}
Original file line number Diff line number Diff line change 2929 "dirName" : " 02-guides"
3030 }
3131 ]
32- },
33- {
34- "type" : " doc" ,
35- "id" : " changelog"
3632 }
3733 ]
3834}
Original file line number Diff line number Diff line change 4040 "dirName" : " 04_upgrading"
4141 }
4242 ]
43- },
44- {
45- "type" : " doc" ,
46- "id" : " changelog"
4743 }
4844 ]
4945}
Original file line number Diff line number Diff line change 11{
2- "sidebar" : [
3- {
4- "type" : " doc" ,
5- "id" : " introduction/introduction"
6- },
7- {
8- "type" : " doc" ,
9- "id" : " introduction/quick-start"
10- },
11- {
12- "type" : " category" ,
13- "label" : " Concepts" ,
14- "collapsed" : true ,
15- "items" : [
2+ "sidebar" : [
163 {
17- "type" : " autogenerated" ,
18- "dirName" : " 02_concepts"
19- }
20- ]
21- },
22- {
23- "type" : " category" ,
24- "label" : " Guides" ,
25- "collapsed" : true ,
26- "items" : [
4+ "type" : " doc" ,
5+ "id" : " introduction/introduction"
6+ },
277 {
28- "type" : " autogenerated" ,
29- "dirName" : " 03_guides"
30- }
31- ]
32- },
33- {
34- "type" : " category" ,
35- "label" : " Upgrading" ,
36- "collapsed" : true ,
37- "items" : [
8+ "type" : " doc" ,
9+ "id" : " introduction/quick-start"
10+ },
11+ {
12+ "type" : " category" ,
13+ "label" : " Concepts" ,
14+ "collapsed" : true ,
15+ "items" : [
16+ {
17+ "type" : " autogenerated" ,
18+ "dirName" : " 02_concepts"
19+ }
20+ ]
21+ },
22+ {
23+ "type" : " category" ,
24+ "label" : " Guides" ,
25+ "collapsed" : true ,
26+ "items" : [
27+ {
28+ "type" : " autogenerated" ,
29+ "dirName" : " 03_guides"
30+ }
31+ ]
32+ },
3833 {
39- "type" : " autogenerated" ,
40- "dirName" : " 04_upgrading"
34+ "type" : " category" ,
35+ "label" : " Upgrading" ,
36+ "collapsed" : true ,
37+ "items" : [
38+ {
39+ "type" : " autogenerated" ,
40+ "dirName" : " 04_upgrading"
41+ }
42+ ]
4143 }
42- ]
43- },
44- {
45- "type" : " doc" ,
46- "id" : " changelog"
47- }
48- ]
44+ ]
4945}
You can’t perform that action at this time.
0 commit comments