contribute dropdown

This commit is contained in:
Foster Irwin 2022-02-23 09:35:28 -07:00
parent 0185fadb39
commit a13bac24fe

View file

@ -49,10 +49,6 @@ const config = {
{
label: "Documentation",
items: [
{
label: "Meshtastic Software",
to: "docs/software",
},
{
label: "Getting Started",
to: "docs/getting-started",
@ -65,6 +61,15 @@ const config = {
label: "Hardware Details",
to: "docs/hardware",
},
{
label: "Meshtastic Software",
to: "docs/software",
},
],
},
{
label: "Contribute",
items: [
{
label: "Contribute to Meshtastic",
to: "docs/developers",
@ -77,7 +82,6 @@ const config = {
label: "Legal",
to: "docs/legal",
},
],
},
{