Skip to content

Commit 5e13204

Browse files
committed
chore: hide blog for now 2
1 parent 2e7ce74 commit 5e13204

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const config = {
8181
position: 'left',
8282
label: 'Tutorial',
8383
},
84-
{to: '/blog', label: 'Blog', position: 'left'},
84+
// {to: '/blog', label: 'Blog', position: 'left'},
8585
{
8686
href: 'https://github.com/universalpython/universalpython',
8787
label: 'GitHub',
@@ -117,10 +117,10 @@ const config = {
117117
{
118118
title: 'More',
119119
items: [
120-
{
121-
label: 'Blog',
122-
to: '/blog',
123-
},
120+
// {
121+
// label: 'Blog',
122+
// to: '/blog',
123+
// },
124124
{
125125
label: 'GitHub',
126126
href: 'https://github.com/UniversalPython/UniversalPython',

0 commit comments

Comments
 (0)