Skip to content

Commit

Permalink
fix tab
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Apr 2, 2024
1 parent e401973 commit 5a26431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const config: Config = {
},
{
type: 'docSidebar',
sidebarId: 'specSidebar',
sidebarId: 'specificationSidebar',
position: 'right',
label: 'Specification',
},
Expand Down
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const sidebars: SidebarsConfig = {
// tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
startSidebar: [{type: 'autogenerated', dirName: 'start'}],
introductionSidebar: [{type: 'autogenerated', dirName: 'introduction'}],
specificationSidebar: [{type: 'autogenerated', dirName: 'specification'}],
guideSidebar: [{type: 'autogenerated', dirName: 'guide'}],

// But you can create a sidebar manually
Expand Down

0 comments on commit 5a26431

Please sign in to comment.