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