We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c15b33 commit a0c7694Copy full SHA for a0c7694
1 file changed
sidebars.js
@@ -16,13 +16,15 @@
16
*/
17
const sidebars = {
18
sidebar: [
19
+ { type: 'doc', id: 'index' },
20
{ type: 'autogenerated', dirName: 'planning' },
21
{ type: 'autogenerated', dirName: 'design' },
22
{ type: 'autogenerated', dirName: 'implementation' },
23
{ type: 'autogenerated', dirName: 'automation' },
24
{ type: 'autogenerated', dirName: 'operations' },
25
{ type: 'autogenerated', dirName: 'azure-services' },
26
{ type: 'autogenerated', dirName: 'lab-environment' },
27
+ { type: 'doc', id: 'reference' },
28
{ type: 'autogenerated', dirName: 'standards' },
29
{
30
type: 'link',
0 commit comments