Skip to content

Commit 5f696ca

Browse files
committed
remove github from navbar
1 parent f14e89b commit 5f696ca

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docusaurus/docusaurus.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,7 @@ const config: Config = {
8080
sidebarId: 'releaseNotesSidebar',
8181
position: 'left',
8282
label: 'Release notes',
83-
},
84-
{
85-
href: 'https://github.com/facebook/docusaurus',
86-
label: 'GitHub',
87-
position: 'right',
88-
},
83+
}
8984
],
9085
},
9186
prism: {

0 commit comments

Comments
 (0)