fix: update menus
This commit is contained in:
parent
65dfe423be
commit
e54714c504
|
@ -61,7 +61,7 @@ const config = {
|
||||||
type: "docSidebar",
|
type: "docSidebar",
|
||||||
sidebarId: "tutorialSidebar",
|
sidebarId: "tutorialSidebar",
|
||||||
position: "left",
|
position: "left",
|
||||||
label: "Tutorial",
|
label: "Start",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -72,8 +72,8 @@ const config = {
|
||||||
title: "Docs",
|
title: "Docs",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Tutorial",
|
label: "Start",
|
||||||
to: "/docs/intro",
|
to: "/",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue