Skip to content

Commit

Permalink
upd: Fix jump error
Browse files Browse the repository at this point in the history
  • Loading branch information
s111z committed Sep 15, 2023
1 parent 256ba4b commit e218d05
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@ const config = {
src: 'img/logo.png',
},
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Tutorial',
},
{to: '/docs/about', label: 'Tutorial', position: 'left'},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/buctsnc/docs',
Expand Down

0 comments on commit e218d05

Please sign in to comment.