Skip to content

Commit

Permalink
update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
moyechen committed Dec 7, 2023
1 parent 26d31cb commit 977f92c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export default {
theme: defaultTheme({
sidebar: sidebarConfig,
navbar: [
// NavbarItem
{
text: 'python',
link: '/python/',
},
{
text: 'web',
link: '/web/',
Expand All @@ -30,11 +33,7 @@ export default {
{
text: 'video',
link: '/video/',
},
{
text: 'python',
link: '/python/',
},
},
],
}),
plugins: [
Expand Down

0 comments on commit 977f92c

Please sign in to comment.