module.exports = { Sidebar: { "Getting Started": [ "getting-started/about", "getting-started/overview", { "Flashing Firmware": [ "getting-started/flashing-firmware/overview", "getting-started/flashing-firmware/linux", "getting-started/flashing-firmware/macos", "getting-started/flashing-firmware/ota", "getting-started/flashing-firmware/windows", ], "Howto's": [], }, "getting-started/concepts", ], Software: [ "software/overview", { "Meshtastic Android": [ "software/android/android-installation", "software/android/android-usage", ], }, { "Meshtastic iOS": [ "software/ios/ios-development", ], }, { "Meshtastic.js": [ "software/js/getting-started", "software/js/connecting", "software/js/events", "software/js/http-api", { type: "link", label: "API Docs", href: "https://js.meshtastic.org", }, ], }, { "Meshtastic-python": [ { type: "link", label: "API Docs", href: "https://meshtastic.github.io/Meshtastic-python", }, ], }, { "Plugins": [ "software/plugins/plugins", "software/plugins/range-test-plugin", "software/plugins/ext-notif-plugin", "software/plugins/serial-plugin", "software/plugins/store-forward-plugin", "software/plugins/environment-plugin", ], }, { "Web interface": [ "software/web/web-app-software", "software/web/web-config-software", "software/web/web-usage-software", "software/web/web-partitions-software", "software/web/web-development-software", ], }, { 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", ], }, ], Hardware: [ "hardware/overview", { "Supported Hardware": [ "hardware/tbeam-hardware", "hardware/lora-hardware", "hardware/heltec-hardware", "hardware/techo-hardware", ], }, "hardware/behaviour", "hardware/antenna", ], Developers: [ "developers/overview", { Protobufs: ["developers/protobufs/api"], }, "developers/api", { Device: [ "developers/device/radio-settings", "developers/device/supported-hardware", "developers/device/http-api", "developers/device/documents", ], }, ], Legal: [ "legal/overview", "legal/licensing", "legal/trademark", ], }, };