Make sidebar capitalization consistent with MD (#1242)

## Description

Make sidebar capitalization consistent with markdown

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-10-19 20:24:21 -07:00 committed by GitHub
parent fe6ef47c88
commit d7226a992c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,12 +20,12 @@ const sidebars = {
'tutorial', 'tutorial',
{ {
type: 'category', type: 'category',
label: 'Initial Configuration', label: 'Initial configuration',
items: ['configuration/concepts', 'configuration/m365_access', 'configuration/repos'], items: ['configuration/concepts', 'configuration/m365_access', 'configuration/repos'],
}, },
{ {
type: 'category', type: 'category',
label: 'Command Line Reference', label: 'Command line reference',
link: { link: {
slug: 'cli/corso', slug: 'cli/corso',
description: 'Explore the commonly used Corso CLI commands', description: 'Explore the commonly used Corso CLI commands',
@ -42,7 +42,7 @@ const sidebars = {
}, },
{ {
type: 'category', type: 'category',
label: 'Developer Guide', label: 'Developer guide',
items: [ items: [
'developers/architecture', 'developers/build', 'developers/testing', 'developers/linters' 'developers/architecture', 'developers/build', 'developers/testing', 'developers/linters'
], ],