Skip to content

Commit f85505d

Browse files
author
Kristopher Turner
committed
fix: restore Training to left sidebar as external link to subsite
1 parent f2664d4 commit f85505d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

sidebars.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
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: '.' }],
18+
sidebar: [
19+
{ type: 'autogenerated', dirName: '.' },
20+
{
21+
type: 'link',
22+
label: 'Training',
23+
href: 'https://azurelocal.cloud/azurelocal-training/',
24+
},
25+
],
2026

2127
// But you can create a sidebar manually
2228
/*

0 commit comments

Comments
 (0)