From d7226a992c4bacaaf5d0b5b9a892572ffd921f24 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Wed, 19 Oct 2022 20:24:21 -0700 Subject: [PATCH] Make sidebar capitalization consistent with MD (#1242) ## Description Make sidebar capitalization consistent with markdown ## Type of change - [x] :bug: Bugfix - [x] :world_map: Documentation --- docs/sidebars.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index bdaaa9bb3..8d87cc457 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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' ],