File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 @type {import('@docusaurus/plugin-content-docs').SidebarsConfig }
1616 */
1717const sidebars = {
18- // By default, Docusaurus generates a sidebar from the docs folder structure
19- sidebar : [ { type : 'autogenerated' , dirName : '.' } ] ,
20-
21- // But you can create a sidebar manually
22- /*
23- tutorialSidebar: [
24- 'intro',
25- 'hello',
18+ sidebar : [
19+ { type : 'autogenerated' , dirName : 'planning' } ,
20+ { type : 'autogenerated' , dirName : 'design' } ,
21+ { type : 'autogenerated' , dirName : 'implementation' } ,
22+ { type : 'autogenerated' , dirName : 'automation' } ,
23+ { type : 'autogenerated' , dirName : 'operations' } ,
24+ { type : 'autogenerated' , dirName : 'azure-services' } ,
25+ { type : 'autogenerated' , dirName : 'lab-environment' } ,
26+ { type : 'autogenerated' , dirName : 'standards' } ,
2627 {
27- type: 'category ',
28- label: 'Tutorial ',
29- items: ['tutorial-basics/create-a-document'] ,
28+ type : 'link ' ,
29+ label : 'Training ' ,
30+ href : 'https://azurelocal.cloud/azurelocal-training/' ,
3031 } ,
3132 ] ,
32- */
3333} ;
3434
3535export default sidebars ;
You can’t perform that action at this time.
0 commit comments