mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
reordered navbar
This commit is contained in:
parent
4a3d33f0cf
commit
460ae4bf28
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue