File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 */
1717const sidebars = {
1818 sidebar : [
19- { type : 'autogenerated' , dirName : '.' } ,
19+ { type : 'autogenerated' , dirName : 'planning' } ,
20+ { type : 'autogenerated' , dirName : 'design' } ,
21+ { type : 'autogenerated' , dirName : 'implementation' } ,
22+ { type : 'autogenerated' , dirName : 'automation' } ,
2023 {
21- type : 'link' ,
22- label : 'Training' ,
23- href : 'https://azurelocal.cloud/azurelocal-training/' ,
24+ type : 'category' ,
25+ label : 'Operations' ,
26+ collapsible : true ,
27+ collapsed : true ,
28+ link : { type : 'doc' , id : 'operations/index' } ,
29+ items : [
30+ { type : 'autogenerated' , dirName : 'operations' } ,
31+ {
32+ type : 'link' ,
33+ label : 'Training' ,
34+ href : 'https://azurelocal.cloud/azurelocal-training/' ,
35+ } ,
36+ ] ,
2437 } ,
38+ { type : 'autogenerated' , dirName : 'azure-services' } ,
39+ { type : 'autogenerated' , dirName : 'lab-environment' } ,
40+ { type : 'autogenerated' , dirName : 'standards' } ,
41+ 'reference' ,
2542 ] ,
2643
2744 // But you can create a sidebar manually
You can’t perform that action at this time.
0 commit comments