meshtastic/website/sidebars.js

171 lines
4.8 KiB
JavaScript
Raw Normal View History

2021-04-01 17:34:44 -07:00
module.exports = {
Sidebar: {
2021-04-10 22:49:24 -07:00
"Getting Started": [
"getting-started/about",
"getting-started/overview",
2021-04-10 22:49:24 -07:00
{
2021-04-12 14:42:07 -07:00
"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",
2021-04-12 14:42:07 -07:00
],
2021-04-10 22:49:24 -07:00
"Howto's": [],
},
"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-25 14:50:52 -07:00
{
2021-05-01 10:51:51 -07:00
"Meshtastic device": [
"software/device/device-software",
"software/device/device-channels",
"software/device/device-remote-admin",
"software/device/remote-hardware-service",
"software/device/device-wifi",
"software/device/device-power",
2021-04-25 15:21:15 -07:00
"software/device/critical-error-codes",
2021-04-25 14:50:52 -07:00
],
},
2021-04-10 22:49:24 -07:00
{
2021-04-24 14:51:11 -07:00
"Meshtastic Android": [
"software/android/android-installation",
2021-04-24 17:14:39 -07:00
"software/android/android-usage",
2021-04-24 14:51:11 -07:00
],
2021-04-10 22:49:24 -07:00
},
2021-04-25 06:44:04 -07:00
{
"Meshtastic iOS": [
"software/ios/ios-development",
],
},
2021-04-10 22:49:24 -07:00
{
"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": [
2021-04-28 14:38:14 -07:00
"software/python/python-installation",
"software/python/python-cli",
"software/python/python-usage",
2021-04-10 22:49:24 -07:00
{
type: "link",
label: "API Docs",
href: "https://meshtastic.github.io/Meshtastic-python",
},
],
},
2021-04-13 12:18:52 -07:00
{
"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",
],
},
2021-04-15 03:19:53 -07:00
{
2021-04-15 04:55:19 -07:00
"Web interface": [
2021-04-15 03:19:53 -07:00
"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",
],
},
2021-05-01 07:12:21 -07:00
{
"Community projects": [
"software/community/community-overview",
"software/community/community-atak",
"software/community/community-pygui",
],
},
2021-04-10 22:49:24 -07:00
{
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/build-instructions",
"software/other/ant",
],
},
2021-05-05 06:40:44 -07:00
{
Settings: [
"software/settings/overview",
"software/settings/channel",
"software/settings/gps",
"software/settings/mqtt",
"software/settings/power",
"software/settings/router",
"software/settings/wifi",
{
"Plugins": [
"software/settings/environmental-measurement-plugin",
"software/settings/external-notification-plugin",
"software/settings/range-test-plugin",
"software/settings/serial-plugin",
"software/settings/store-and-forward-plugin",
],
},
"software/settings/misc",
]
},
2021-04-01 17:34:44 -07:00
],
Hardware: [
2021-04-11 18:29:30 -07:00
"hardware/overview",
2021-04-17 17:45:58 -07:00
{
"Supported Hardware": [
"hardware/tbeam-hardware",
"hardware/lora-hardware",
"hardware/heltec-hardware",
"hardware/techo-hardware",
2021-05-03 14:49:20 -07:00
"hardware/wisBlock-hardware",
2021-04-17 17:45:58 -07:00
],
},
2021-04-11 18:29:30 -07:00
"hardware/behaviour",
"hardware/antenna",
],
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",
2021-04-25 15:21:15 -07:00
"developers/device/encryption",
"developers/device/portnum",
2021-04-11 18:29:30 -07:00
"developers/device/http-api",
"developers/device/documents",
],
2021-04-01 22:04:53 -07:00
},
2021-04-01 17:34:44 -07:00
],
Legal: [
2021-04-17 06:55:18 -07:00
"legal/overview",
"legal/licensing",
"legal/trademark",
2021-05-02 16:54:21 -07:00
"legal/privacy",
],
2021-04-01 17:34:44 -07:00
},
};