Skip to content

Commit 5c15b33

Browse files
author
Kristopher Turner
committed
fix: manual sidebar excluding assets, Training as top-level link
1 parent 4de844b commit 5c15b33

2 files changed

Lines changed: 12 additions & 23 deletions

File tree

docs/operations/training.mdx

Lines changed: 0 additions & 11 deletions
This file was deleted.

sidebars.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
@type {import('@docusaurus/plugin-content-docs').SidebarsConfig}
1616
*/
1717
const 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

3535
export default sidebars;

0 commit comments

Comments
 (0)