Skip to content

Commit f7bad0e

Browse files
committed
fix: docusaurus config
1 parent 49aeb20 commit f7bad0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/audiodocs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const config = {
7878
type: 'docSidebar',
7979
sidebarId: 'tutorialSidebar',
8080
position: 'left',
81-
label: '',
81+
label: 'Guides',
8282
},
8383
{
8484
'href':

packages/audiodocs/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
const sidebars = {
1414
// By default, Docusaurus generates a sidebar from the docs folder structure
15-
tutorialSidebar: [{ type: 'autogenerated', dirName: '.', label: ' ' }],
15+
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
1616

1717
// But you can create a sidebar manually
1818
/*

0 commit comments

Comments
 (0)