2021-04-01 17:34:44 -07:00
|
|
|
module.exports = {
|
2022-01-19 11:32:54 -08:00
|
|
|
About: {
|
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": [
|
2021-12-22 06:42:57 -08:00
|
|
|
"software/device/device-firmware",
|
2021-05-01 10:51:51 -07:00
|
|
|
"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",
|
2022-01-23 10:14:26 -08:00
|
|
|
"software/device/ham",
|
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-11-18 12:41:11 -08:00
|
|
|
"software/android/location-access",
|
2021-04-24 14:51:11 -07:00
|
|
|
],
|
2021-04-10 22:49:24 -07:00
|
|
|
},
|
2021-04-25 06:44:04 -07:00
|
|
|
{
|
2021-11-18 12:41:11 -08:00
|
|
|
"Meshtastic iOS": ["software/ios/ios-development"],
|
2021-04-25 06:44:04 -07:00
|
|
|
},
|
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",
|
2022-01-11 12:51:33 -08:00
|
|
|
"software/python/python-standalone",
|
2021-04-28 14:38:14 -07:00
|
|
|
"software/python/python-cli",
|
2021-12-29 10:49:34 -08:00
|
|
|
"software/python/python-uses",
|
2022-01-01 22:54:49 -08:00
|
|
|
"software/python/python-stream",
|
2021-04-10 22:49:24 -07:00
|
|
|
{
|
|
|
|
type: "link",
|
|
|
|
label: "API Docs",
|
2022-01-15 04:13:49 -08:00
|
|
|
href: "https://python.meshtastic.org/",
|
2021-04-10 22:49:24 -07:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2021-04-13 12:18:52 -07:00
|
|
|
{
|
2021-11-18 12:41:11 -08:00
|
|
|
Plugins: [
|
2021-04-13 12:18:52 -07:00
|
|
|
"software/plugins/plugins",
|
|
|
|
"software/plugins/range-test-plugin",
|
|
|
|
"software/plugins/ext-notif-plugin",
|
2022-01-18 14:27:59 -08:00
|
|
|
"software/plugins/canned-message-plugin",
|
2021-04-13 12:18:52 -07:00
|
|
|
"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-07-15 15:09:15 -07:00
|
|
|
"software/community/community-go",
|
2021-05-01 07:12:21 -07:00
|
|
|
],
|
|
|
|
},
|
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/pinetab",
|
|
|
|
"software/other/nrf52-TODO",
|
|
|
|
"software/other/mqtt",
|
|
|
|
"software/other/install-OSX",
|
2021-11-02 07:47:44 -07:00
|
|
|
"software/other/esp32-arduino-build",
|
2021-04-10 22:49:24 -07:00
|
|
|
"software/other/build-instructions",
|
|
|
|
"software/other/ant",
|
|
|
|
],
|
|
|
|
},
|
2022-01-19 11:32:54 -08:00
|
|
|
],
|
|
|
|
},
|
|
|
|
GettingStarted: {
|
|
|
|
"Getting Started": [
|
|
|
|
"getting-started/overview",
|
|
|
|
"getting-started/faq",
|
|
|
|
{
|
|
|
|
"Flashing firmware": [
|
2022-01-31 13:42:48 -08:00
|
|
|
"getting-started/meshtastic-flasher",
|
2022-01-19 11:32:54 -08:00
|
|
|
"getting-started/flashing-esp32",
|
|
|
|
"getting-started/flashing-nrf52",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
"getting-started/concepts",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
Settings: {
|
|
|
|
Settings: [
|
|
|
|
"software/settings/overview",
|
|
|
|
"software/settings/channel",
|
|
|
|
"software/settings/gps",
|
2022-01-24 08:23:50 -08:00
|
|
|
"software/settings/ham",
|
2022-01-19 11:32:54 -08:00
|
|
|
"software/settings/mqtt",
|
|
|
|
"software/settings/power",
|
|
|
|
"software/settings/router",
|
|
|
|
"software/settings/wifi",
|
2021-05-05 06:40:44 -07:00
|
|
|
{
|
2022-01-19 11:32:54 -08:00
|
|
|
Plugins: [
|
2022-01-28 10:03:02 -08:00
|
|
|
"software/settings/canned-message-plugin",
|
2022-01-19 11:32:54 -08:00
|
|
|
"software/settings/environmental-measurement-plugin",
|
|
|
|
"software/settings/external-notification-plugin",
|
|
|
|
"software/settings/range-test-plugin",
|
2022-01-28 10:03:02 -08:00
|
|
|
"software/settings/rotary-encoder-plugin",
|
2022-01-19 11:32:54 -08:00
|
|
|
"software/settings/serial-plugin",
|
|
|
|
"software/settings/store-and-forward-plugin",
|
|
|
|
],
|
|
|
|
Advanced: [
|
|
|
|
"software/settings/channel-advanced",
|
|
|
|
"software/settings/misc",
|
2021-11-18 12:41:11 -08:00
|
|
|
],
|
2021-05-05 06:40:44 -07:00
|
|
|
},
|
2021-04-01 17:34:44 -07:00
|
|
|
],
|
2022-01-19 11:32:54 -08:00
|
|
|
},
|
|
|
|
Hardware: {
|
2021-04-11 04:03:19 -07:00
|
|
|
Hardware: [
|
2021-04-11 18:29:30 -07:00
|
|
|
"hardware/overview",
|
2021-04-17 17:45:58 -07:00
|
|
|
{
|
|
|
|
"Supported Hardware": [
|
2022-01-01 22:54:49 -08:00
|
|
|
"hardware/supported/tbeam",
|
|
|
|
"hardware/supported/lora",
|
|
|
|
"hardware/supported/heltec",
|
|
|
|
"hardware/supported/techo",
|
|
|
|
"hardware/supported/wisBlock",
|
|
|
|
"hardware/supported/linux",
|
2021-04-17 17:45:58 -07:00
|
|
|
],
|
|
|
|
},
|
2021-06-04 18:06:18 -07:00
|
|
|
"hardware/buttons",
|
2022-01-01 22:54:49 -08:00
|
|
|
"hardware/battery",
|
2021-05-09 06:51:23 -07:00
|
|
|
{
|
2021-11-18 12:41:11 -08:00
|
|
|
Antennas: [
|
2021-05-09 06:51:23 -07:00
|
|
|
"hardware/antenna/antenna",
|
|
|
|
"hardware/antenna/aerials",
|
|
|
|
"hardware/antenna/non-aerial",
|
2021-05-09 06:52:02 -07:00
|
|
|
"hardware/antenna/antenna-testing",
|
2021-05-09 06:51:23 -07:00
|
|
|
"hardware/antenna/resources",
|
|
|
|
],
|
|
|
|
},
|
2021-04-11 04:03:19 -07:00
|
|
|
],
|
2022-01-19 11:32:54 -08:00
|
|
|
},
|
|
|
|
Contribute: {
|
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",
|
2021-05-25 14:12:57 -07:00
|
|
|
"developers/build-env",
|
2021-11-16 19:52:00 -08:00
|
|
|
"developers/publish",
|
2021-05-25 14:12:57 -07:00
|
|
|
"developers/codespaces",
|
2021-04-11 18:29:30 -07:00
|
|
|
{
|
|
|
|
Device: [
|
2021-05-17 15:05:32 -07:00
|
|
|
"developers/device/device-api",
|
2021-04-11 18:29:30 -07:00
|
|
|
"developers/device/radio-settings",
|
2021-05-17 15:05:32 -07:00
|
|
|
"developers/device/mesh-alg",
|
2021-04-25 15:21:15 -07:00
|
|
|
"developers/device/encryption",
|
|
|
|
"developers/device/portnum",
|
2021-05-17 15:05:32 -07:00
|
|
|
"developers/device/plugin-api",
|
2021-04-11 18:29:30 -07:00
|
|
|
"developers/device/http-api",
|
|
|
|
"developers/device/documents",
|
|
|
|
],
|
2021-04-01 22:04:53 -07:00
|
|
|
},
|
2021-05-25 14:12:57 -07:00
|
|
|
{
|
|
|
|
"Android App": [
|
|
|
|
"developers/android/build-app",
|
|
|
|
"developers/android/mapbox",
|
|
|
|
],
|
|
|
|
},
|
2021-04-01 17:34:44 -07:00
|
|
|
],
|
2022-01-19 11:32:54 -08:00
|
|
|
},
|
2022-01-31 08:33:02 -08:00
|
|
|
Documentation: {
|
|
|
|
"About Documentation": [
|
|
|
|
"about-documentation/overview",
|
2022-02-07 14:55:24 -08:00
|
|
|
{
|
|
|
|
Dependencies: [
|
|
|
|
"about-documentation/docusaurus",
|
|
|
|
"about-documentation/github",
|
|
|
|
"about-documentation/vercel",
|
|
|
|
],
|
2022-02-08 05:34:08 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
Examples: [
|
|
|
|
"about-documentation/serve-docs-locally",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Style Guides": [
|
|
|
|
"about-documentation/style-guides/style-guide-settings",
|
|
|
|
],
|
|
|
|
},
|
2022-02-07 14:55:24 -08:00
|
|
|
],
|
2022-01-31 08:33:02 -08:00
|
|
|
},
|
2022-01-19 11:32:54 -08:00
|
|
|
Legal: {
|
2021-04-16 23:37:28 -07:00
|
|
|
Legal: [
|
2021-04-17 06:55:18 -07:00
|
|
|
"legal/overview",
|
2021-04-16 23:37:28 -07:00
|
|
|
"legal/licensing",
|
|
|
|
"legal/trademark",
|
2021-05-02 16:54:21 -07:00
|
|
|
"legal/privacy",
|
2021-04-16 23:37:28 -07:00
|
|
|
],
|
2021-04-01 17:34:44 -07:00
|
|
|
},
|
|
|
|
};
|