mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
72479bb3a8
Add web app pages
107 lines
2.9 KiB
JavaScript
107 lines
2.9 KiB
JavaScript
module.exports = {
|
|
Sidebar: {
|
|
"Getting Started": [
|
|
"getting_started/about",
|
|
"getting_started/overview",
|
|
{
|
|
"Flashing Firmware": [
|
|
"getting_started/flashing_firmware/flashing_firmware_overview",
|
|
"getting_started/flashing_firmware/flashing_firmware_cli",
|
|
"getting_started/flashing_firmware/flashing_firmware_gui",
|
|
"getting_started/flashing_firmware/flashing_firmware_ota",
|
|
],
|
|
"Howto's": [],
|
|
},
|
|
"getting_started/concepts",
|
|
],
|
|
Software: [
|
|
"software/overview",
|
|
{
|
|
"Meshtastic Android": [],
|
|
},
|
|
{
|
|
"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",
|
|
"hardware/supported_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/faq",
|
|
"developers/device/http-api",
|
|
"developers/device/documents",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
};
|