diff --git a/website/docs/developers/overview.md b/website/docs/developers/overview.md index 125d13c3..6f15bd57 100644 --- a/website/docs/developers/overview.md +++ b/website/docs/developers/overview.md @@ -4,3 +4,27 @@ title: Overview sidebar_label: Overview slug: /developers --- +# How to Help + +Meshtastic is a team of volunteers and as such there is always plenty of ways to help. This project gets great contributions from people in their off hours and those contributers work on the features they are interested in. It is a very open and welcoming developer community and we are always looking for help improving Meshtastic. + +Here are some ways to help and people to connect with if you have an interest in helping with development. + +## Plugins + +## Firmware + +## Device Support + +## Web Application + +@sachaw has been making tons of progress on the web app and would love help with + + * Saving of preferences + * Better loading state indicators + * Chat scroll lock + * Various plugin support + +## Phone Apps + +## Documentation diff --git a/website/sidebars.js b/website/sidebars.js index 37e0684c..a89ffc11 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -2,7 +2,7 @@ module.exports = { Sidebar: { "Getting Started": [ "getting-started/overview", - "getting-started/FAQ", + "getting-started/faq", { "Flashing firmware": [ "getting-started/flashing-esp32", @@ -28,13 +28,11 @@ module.exports = { "Meshtastic Android": [ "software/android/android-installation", "software/android/android-usage", - "software/android/location-access" + "software/android/location-access", ], }, { - "Meshtastic iOS": [ - "software/ios/ios-development", - ], + "Meshtastic iOS": ["software/ios/ios-development"], }, { "Meshtastic.js": [ @@ -62,7 +60,7 @@ module.exports = { ], }, { - "Plugins": [ + Plugins: [ "software/plugins/plugins", "software/plugins/range-test-plugin", "software/plugins/ext-notif-plugin", @@ -113,19 +111,19 @@ module.exports = { "software/settings/router", "software/settings/wifi", { - "Plugins": [ + Plugins: [ "software/settings/environmental-measurement-plugin", "software/settings/external-notification-plugin", "software/settings/range-test-plugin", "software/settings/serial-plugin", "software/settings/store-and-forward-plugin", ], - "Advanced": [ + Advanced: [ "software/settings/channel-advanced", "software/settings/misc", ], }, - ] + ], }, ], Hardware: [ @@ -141,7 +139,7 @@ module.exports = { }, "hardware/buttons", { - "Antennas": [ + Antennas: [ "hardware/antenna/antenna", "hardware/antenna/aerials", "hardware/antenna/non-aerial", diff --git a/website/yarn.lock b/website/yarn.lock index 0b098537..7be6e6c2 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -1826,7 +1826,7 @@ dependencies: "@types/unist" "*" -"@types/node@*", "@types/node@^16.11.7": +"@types/node@*": version "16.11.7" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.7.tgz#36820945061326978c42a01e56b61cd223dfdc42" integrity sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw== @@ -1836,6 +1836,11 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa" integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A== +"@types/node@^16.11.7": + version "16.11.8" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.8.tgz#a1aeb23f0aa33cb111e64ccaa1687b2ae0423b69" + integrity sha512-hmT5gfpRkkHr7DZZHMf3jBe/zNcVGN+jXSL2f8nAsYfBPxQFToKwQlS/zES4Sjp488Bi73i+p6bvrNRRGU0x9Q== + "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" @@ -7281,9 +7286,9 @@ typedarray-to-buffer@^3.1.5: is-typedarray "^1.0.0" typescript@^4.4.4: - version "4.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" - integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== + version "4.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998" + integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw== ua-parser-js@^0.7.30: version "0.7.31"