From 7ef8f2c4cf1f1ac0e9eb4f41da48f1f7011abf3e Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 15 Apr 2021 13:58:34 -0600 Subject: [PATCH] renamed flashing overview --- ...shing_firmware_overview.md => overview.md} | 22 +++++++++++-------- website/sidebars.js | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) rename website/docs/getting_started/flashing_firmware/{flashing_firmware_overview.md => overview.md} (64%) diff --git a/website/docs/getting_started/flashing_firmware/flashing_firmware_overview.md b/website/docs/getting_started/flashing_firmware/overview.md similarity index 64% rename from website/docs/getting_started/flashing_firmware/flashing_firmware_overview.md rename to website/docs/getting_started/flashing_firmware/overview.md index bcde0976..e6c4870b 100644 --- a/website/docs/getting_started/flashing_firmware/flashing_firmware_overview.md +++ b/website/docs/getting_started/flashing_firmware/overview.md @@ -1,8 +1,7 @@ --- -id: flashing_firmware_overview +id: overview title: Overview sidebar_label: Overview -slug: /getting_started/flashing_firmware/overview --- ## Download Firmware @@ -16,11 +15,16 @@ Be very careful to install the correct load for your board. In particular the po | [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) | | :--------------: | :-----------------------: | -Firmware Flashing Methods -- [Command line interface](cli) -- [Graphic user interface](gui) +Firmware flashing methods +- Command line interface + - [Linux](linux#command-line-instructions) + - [MacOS](macos#command-line-instructions) + - [Windows](windows#command-line-instructions) +- Graphical user interface + - [Linux](linux#graphical-user-interface-instructions) + - [MacOS](macos#graphical-user-interface-instructions) + - [Windows](windows#graphical-user-interface-instructions) - [Over the air](ota) - -## Troubleshooting - -For any issues during setup, search [our forum](https://meshtastic.discourse.group) to find a solution. If you can't find one, please post your problem, providing as much detail as possible. +:::note +Over the air (OTA) firmware installation is currently only available on the Android App. +::: diff --git a/website/sidebars.js b/website/sidebars.js index e94255a0..f4353e46 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -5,10 +5,10 @@ module.exports = { "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", + "getting_started/flashing_firmware/overview", "getting_started/flashing_firmware/linux", "getting_started/flashing_firmware/macos", "getting_started/flashing_firmware/windows",