mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 14:39:54 -08:00
Merge branch 'master' into paxcounter-availability
This commit is contained in:
commit
d1a40a5b08
|
@ -77,14 +77,15 @@ By following this guide, you can enhance your Heltec ESP32 V3 board with valuabl
|
||||||
|
|
||||||
## Keyboard
|
## Keyboard
|
||||||
|
|
||||||
Comming Soon
|
Coming Soon
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Buzzer">
|
<TabItem value="Buzzer">
|
||||||
|
|
||||||
## Buzzer
|
## Buzzer
|
||||||
|
|
||||||
Commming Soon
|
Coming Soon
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ const config = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "Meshtastic",
|
|
||||||
hideOnScroll: true,
|
hideOnScroll: true,
|
||||||
logo: {
|
logo: {
|
||||||
alt: "Meshtastic Logo",
|
alt: "Meshtastic Logo",
|
||||||
|
@ -39,6 +38,10 @@ const config = {
|
||||||
label: "Downloads",
|
label: "Downloads",
|
||||||
to: "downloads",
|
to: "downloads",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Donate",
|
||||||
|
to: "docs/contributing/#supporting-and-contributing-to-meshtastic",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About",
|
||||||
position: "right",
|
position: "right",
|
||||||
|
|
Loading…
Reference in a new issue