mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
initial getting started sidebar rework
This commit is contained in:
parent
50509c2328
commit
5633be9817
|
@ -2,6 +2,7 @@
|
||||||
id: clients
|
id: clients
|
||||||
title: Meshtastic Clients
|
title: Meshtastic Clients
|
||||||
sidebar_label: Meshtastic Clients
|
sidebar_label: Meshtastic Clients
|
||||||
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
import { DownloadCard } from '/src/pages/downloads/_components/DownloadCard.tsx';
|
import { DownloadCard } from '/src/pages/downloads/_components/DownloadCard.tsx';
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
id: first-steps
|
id: first-steps
|
||||||
title: First Steps
|
title: First Steps
|
||||||
sidebar_label: First Steps
|
sidebar_label: First Steps
|
||||||
|
sidebar_position: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
id: flashing-esp32
|
id: flashing-esp32
|
||||||
title: Flashing ESP32 devices firmware
|
title: Flashing ESP32 devices firmware
|
||||||
sidebar_label: ESP32 devices
|
sidebar_label: Manual Method - ESP32 devices
|
||||||
pagination_prev: getting-started/flashing-firmware
|
pagination_prev: getting-started/flashing-firmware/flashing-firmware
|
||||||
pagination_next: getting-started/clients
|
pagination_next: getting-started/clients
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
id: flashing-nrf52
|
id: flashing-nrf52
|
||||||
title: Flashing nRF52 devices firmware
|
title: Flashing nRF52 devices firmware
|
||||||
sidebar_label: nRF52 devices
|
sidebar_label: Manual Method - NRF52 devices
|
||||||
pagination_prev: getting-started/flashing-firmware
|
pagination_prev: getting-started/flashing-firmware/flashing-firmware
|
||||||
pagination_next: getting-started/clients
|
pagination_next: getting-started/clients
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
id: flashing-firmware
|
id: flashing-firmware
|
||||||
title: Firmware Flashing Prerequisites
|
title: Firmware Flashing Prerequisites
|
||||||
sidebar_label: Prerequisites
|
sidebar_label: Flashing Firmware
|
||||||
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
id: meshtastic-flasher
|
id: meshtastic-flasher
|
||||||
title: Using Meshtastic Flasher
|
title: Using Meshtastic Flasher
|
||||||
sidebar_label: Using Meshtastic Flasher
|
sidebar_label: Meshtastic Flasher Method
|
||||||
pagination_next: getting-started/clients
|
pagination_next: getting-started/clients
|
||||||
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
Loading…
Reference in a new issue