Skip to content

Commit e42885b

Browse files
author
Gabriel Laureano
committed
Swap sidebar labels and IDs for "ISTQB" and "Notas"
1 parent 9683b4d commit e42885b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ const config: Config = {
102102
},
103103
{
104104
type: 'docSidebar',
105-
sidebarId: 'istqb',
105+
sidebarId: 'notes',
106106
position: 'left',
107-
label: 'ISTQB',
107+
label: 'Notas',
108108
},
109109
{
110110
type: 'docSidebar',
111-
sidebarId: 'notes',
111+
sidebarId: 'istqb',
112112
position: 'left',
113-
label: 'Notas',
113+
label: 'ISTQB',
114114
},
115115
// {
116116
// to: '/blog',

0 commit comments

Comments
 (0)