Skip to content

Commit b70cf39

Browse files
authored
link: remove link in navigation menu
Comment out link in the navigation menu.
1 parent 4f5c159 commit b70cf39

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,12 @@ const config: Config = {
156156
},
157157

158158
{to: '/blog', label: 'Blog', position: 'left'},
159-
{
160-
href: 'https://github.com/bigtreetech-beta/bigtreetech-wiki-neo',
161-
label: 'GitHub',
162-
position: 'right',
163-
},
159+
160+
// {
161+
// href: 'https://github.com/bigtreetech-beta/bigtreetech-wiki-neo',
162+
// label: 'GitHub',
163+
// position: 'right',
164+
// },
164165
],
165166
},
166167
footer: {

0 commit comments

Comments
 (0)