Skip to content

Commit a0c7694

Browse files
author
Kristopher Turner
committed
fix: add index and reference docs to manual sidebar
1 parent 5c15b33 commit a0c7694

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sidebars.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@
1616
*/
1717
const sidebars = {
1818
sidebar: [
19+
{ type: 'doc', id: 'index' },
1920
{ type: 'autogenerated', dirName: 'planning' },
2021
{ type: 'autogenerated', dirName: 'design' },
2122
{ type: 'autogenerated', dirName: 'implementation' },
2223
{ type: 'autogenerated', dirName: 'automation' },
2324
{ type: 'autogenerated', dirName: 'operations' },
2425
{ type: 'autogenerated', dirName: 'azure-services' },
2526
{ type: 'autogenerated', dirName: 'lab-environment' },
27+
{ type: 'doc', id: 'reference' },
2628
{ type: 'autogenerated', dirName: 'standards' },
2729
{
2830
type: 'link',

0 commit comments

Comments
 (0)