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