fix: update menus

This commit is contained in:
Derrick Hammer 2023-09-06 08:18:39 -04:00
parent 65dfe423be
commit e54714c504
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 3 deletions

View File

@ -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: "/",
}, },
], ],
}, },