Skip to content

Commit 35d4046

Browse files
committed
fix: set default to stable
1 parent ab66037 commit 35d4046

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ const config = {
9898
},
9999
items: [
100100
{
101-
type: 'docSidebar',
102-
sidebarId: 'tutorialSidebar',
101+
type: 'doc',
102+
docId: 'intro',
103103
position: 'left',
104104
label: 'Documents',
105105
},
106106
{
107-
type: 'docSidebar',
108-
sidebarId: 'apiSidebar',
107+
type: 'doc',
108+
docId: 'api/intro',
109109
position: 'left',
110110
label: 'API',
111111
},

0 commit comments

Comments
 (0)