2021-04-01 17:34:44 -07:00
|
|
|
module.exports = {
|
|
|
|
Sidebar: {
|
2021-04-10 22:49:24 -07:00
|
|
|
"Getting Started": [
|
2021-04-12 13:51:47 -07:00
|
|
|
"getting_started/about",
|
2021-04-11 18:29:30 -07:00
|
|
|
"getting_started/overview",
|
2021-04-10 22:49:24 -07:00
|
|
|
{
|
2021-04-12 14:42:07 -07:00
|
|
|
"Flashing Firmware": [
|
2021-04-15 12:58:34 -07:00
|
|
|
"getting_started/flashing_firmware/overview",
|
2021-04-15 12:57:34 -07:00
|
|
|
"getting_started/flashing_firmware/linux",
|
2021-04-15 12:55:57 -07:00
|
|
|
"getting_started/flashing_firmware/macos",
|
2021-04-15 12:59:43 -07:00
|
|
|
"getting_started/flashing_firmware/ota",
|
2021-04-15 12:55:31 -07:00
|
|
|
"getting_started/flashing_firmware/windows",
|
2021-04-12 14:42:07 -07:00
|
|
|
],
|
2021-04-10 22:49:24 -07:00
|
|
|
"Howto's": [],
|
|
|
|
},
|
2021-04-12 13:52:39 -07:00
|
|
|
"getting_started/concepts",
|
2021-04-10 22:49:24 -07:00
|
|
|
],
|
2021-04-01 17:34:44 -07:00
|
|
|
Software: [
|
2021-04-11 18:29:30 -07:00
|
|
|
"software/overview",
|
2021-04-10 22:49:24 -07:00
|
|
|
{
|
|
|
|
"Meshtastic Android": [],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Meshtastic.js": [
|
2021-04-11 18:29:30 -07:00
|
|
|
"software/js/getting-started",
|
|
|
|
"software/js/connecting",
|
|
|
|
"software/js/events",
|
|
|
|
"software/js/http-api",
|
2021-04-10 22:49:24 -07:00
|
|
|
{
|
|
|
|
type: "link",
|
|
|
|
label: "API Docs",
|
|
|
|
href: "https://js.meshtastic.org",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Meshtastic-python": [
|
|
|
|
{
|
|
|
|
type: "link",
|
|
|
|
label: "API Docs",
|
|
|
|
href: "https://meshtastic.github.io/Meshtastic-python",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
Other: [
|
|
|
|
"software/other/sw-design",
|
|
|
|
"software/other/remote-hardware-service",
|
|
|
|
"software/other/rak815",
|
|
|
|
"software/other/power",
|
|
|
|
"software/other/plugin-api",
|
|
|
|
"software/other/pinetab",
|
|
|
|
"software/other/nrf52-TODO",
|
|
|
|
"software/other/mqtt",
|
|
|
|
"software/other/mesh-alg",
|
|
|
|
"software/other/install-OSX",
|
|
|
|
"software/other/esp32-arduino-build-notes",
|
|
|
|
"software/other/device-api",
|
|
|
|
"software/other/crypto",
|
|
|
|
"software/other/build-instructions",
|
|
|
|
"software/other/ant",
|
|
|
|
],
|
|
|
|
},
|
2021-04-01 17:34:44 -07:00
|
|
|
],
|
2021-04-11 04:03:19 -07:00
|
|
|
Hardware: [
|
2021-04-11 18:29:30 -07:00
|
|
|
"hardware/overview",
|
|
|
|
"hardware/supported_hardware",
|
|
|
|
"hardware/behaviour",
|
|
|
|
"hardware/antenna",
|
2021-04-11 04:03:19 -07:00
|
|
|
],
|
2021-04-10 22:49:24 -07:00
|
|
|
Developers: [
|
2021-04-11 18:29:30 -07:00
|
|
|
"developers/overview",
|
2021-04-01 22:04:53 -07:00
|
|
|
{
|
2021-04-11 18:29:30 -07:00
|
|
|
Protobufs: ["developers/protobufs/api"],
|
|
|
|
},
|
|
|
|
"developers/api",
|
|
|
|
{
|
|
|
|
Device: [
|
|
|
|
"developers/device/radio-settings",
|
|
|
|
"developers/device/supported-hardware",
|
|
|
|
"developers/device/faq",
|
|
|
|
"developers/device/http-api",
|
|
|
|
"developers/device/documents",
|
|
|
|
],
|
2021-04-01 22:04:53 -07:00
|
|
|
},
|
2021-04-01 17:34:44 -07:00
|
|
|
],
|
|
|
|
},
|
|
|
|
};
|