Skip to content

Commit

Permalink
add fury serialization specification tab (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang authored Apr 3, 2024
1 parent 3215ec1 commit d6f914d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ const config: Config = {
position: 'right',
label: 'Guide',
},
{
type: 'docSidebar',
sidebarId: 'specificationSidebar',
position: 'right',
label: 'Specification',
},
{to: '/blog', label: 'Blog', position: 'right'},
{
type: 'dropdown',
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 d6f914d

Please sign in to comment.