module.exports = { Sidebar: { "Getting Started": [ "getting_started/overview_getting_started", "getting_started/flashing_firmware_getting_started", "getting_started/concepts_getting_started", { "Howto's": [], }, ], Software: [ "software/overview-software", { "Meshtastic Android": [], }, { "Meshtastic.js": [ "js/getting-started", "js/connecting", "js/events", "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", }, ], }, { 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/supported_hardware_hardware", "hardware/behaviour_hardware", "hardware/antenna_hardware", ], Developers: [ { Protobufs: ["protobufs/api"], }, "developers/api_developers", ], Device: [ "device/radio-settings", "device/supported-hardware", "device/faq", "device/http-api", "device/documents", ], }, };