Skip to content

Commit c0d19ec

Browse files
committed
associate docs tab with docs/intro
1 parent 3acdf42 commit c0d19ec

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docusaurus.config.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,13 @@ const config: Config = {
8383
src: "img/logo.png",
8484
},
8585
items: [
86-
{
87-
type: "docSidebar",
88-
sidebarId: "tutorialSidebar",
89-
position: "left",
90-
label: "Docs",
91-
},
86+
// {
87+
// type: "docSidebar",
88+
// sidebarId: "tutorialSidebar",
89+
// position: "left",
90+
// label: "Docs",
91+
// },
92+
{ to: "/docs/intro", label: "Docs", position: "left" },
9293
{ to: "/docs/manual", label: "Manual", position: "left" },
9394
// {to: '/blog', label: 'Blog', position: 'left'},
9495
{

0 commit comments

Comments
 (0)