Skip to content

Commit e79b484

Browse files
author
Kristopher Turner
committed
fix: remove Assets from sidebar, put Training under Operations
1 parent f85505d commit e79b484

1 file changed

Lines changed: 21 additions & 4 deletions

File tree

sidebars.js

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,29 @@
1616
*/
1717
const 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

0 commit comments

Comments
 (0)