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:
parent
fe6ef47c88
commit
d7226a992c
@ -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'
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user