reordered navbar

This commit is contained in:
Foster Irwin 2022-02-11 23:38:55 -07:00
parent 4a3d33f0cf
commit 460ae4bf28

View file

@ -41,6 +41,11 @@ const config = {
activeBasePath: "docs/about", activeBasePath: "docs/about",
}, },
*/ */
{
label: "Showcase",
to: "showcase",
activeBasePath: "showcase",
},
{ {
label: "Documentation", label: "Documentation",
items: [ items: [
@ -80,11 +85,6 @@ const config = {
to: "downloads", to: "downloads",
activeBasePath: "downloads", activeBasePath: "downloads",
}, },
{
label: "Showcase",
to: "showcase",
activeBasePath: "showcase",
},
{ {
href: "https://meshtastic.discourse.group", href: "https://meshtastic.discourse.group",
label: "Forum", label: "Forum",