meshtastic/website/sidebars.js
2021-04-02 16:04:53 +11:00

42 lines
962 B
JavaScript

module.exports = {
Sidebar: {
"Getting Started": ["overview"],
Device: [
"device/radio-settings",
"device/supported-hardware",
"device/faq",
"device/http-api",
"device/documents",
],
Software: [
"software/sw-design",
"software/remote-hardware-service",
"software/rak815",
"software/power",
"software/plugin-api",
"software/pinetab",
"software/nrf52-TODO",
"software/mqtt",
"software/mesh-alg",
"software/install-OSX",
"software/esp32-arduino-build-notes",
"software/device-api",
"software/crypto",
"software/build-instructions",
"software/ant",
],
"Meshtastic.js": [
"js/getting-started",
"js/connecting",
"js/events",
"js/http-api",
{
type: "link",
label: "API Docs",
href: "https://js.meshtastic.org",
},
],
Protobufs: ["protobufs/api"],
},
};