From 0e5e37f3f8e51f91796dee4c54c75c614aee83a9 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Thu, 30 Nov 2023 22:20:10 -0800 Subject: [PATCH] create index --- docs/hardware/devices/_category_.yml | 7 ---- docs/hardware/devices/index.mdx | 32 +++++++++++++++++++ .../devices/{Nano Series => nano}/buttons.mdx | 0 .../devices/{Nano Series => nano}/index.mdx | 0 vercel.json | 4 +++ 5 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 docs/hardware/devices/_category_.yml create mode 100644 docs/hardware/devices/index.mdx rename docs/hardware/devices/{Nano Series => nano}/buttons.mdx (100%) rename docs/hardware/devices/{Nano Series => nano}/index.mdx (100%) diff --git a/docs/hardware/devices/_category_.yml b/docs/hardware/devices/_category_.yml deleted file mode 100644 index 6c1cc508..00000000 --- a/docs/hardware/devices/_category_.yml +++ /dev/null @@ -1,7 +0,0 @@ -label: Devices -collapsible: true -position: 1 -link: - type: generated-index - title: Supported Devices - slug: supported-hardware diff --git a/docs/hardware/devices/index.mdx b/docs/hardware/devices/index.mdx new file mode 100644 index 00000000..28aae610 --- /dev/null +++ b/docs/hardware/devices/index.mdx @@ -0,0 +1,32 @@ +--- +id: devices +title: Devices +sidebar_label: Devices +sidebar_position: 1 +--- + +## Supported Devices + +### [RAK Wisblock](./rak/) +Modular hardware system with multiple Base and Core modules including the low-power and solar ready nRF52840-based Meshtastic Starter Kit. + +### [LILYGO® T-Beam](./tbeam/) +Boards come complete with GPS, 18650 holder, and optional screen. + +### [LILYGO® T-Echo](./techo/) +All-in-one unit with E-Ink screen, GPS and battery in injection-molded case. Features the low-power nRF52840 for long battery life. + +### [LILYGO® Lora](./lora/) +Inexpensive basic ESP32-based boards. + +### [HELTEC® LoRa 32](./heltec/) +Inexpensive basic ESP32-based boards. + +### [Station G1](./station-g1/) +High power LoRa transceiver designed for Meshtastic Licensed HAM operation. + +### [Nano Series](./nano/) +Portable and durable devices designed for Meshtastic. + +### [Raspberry Pi Pico](./raspberry-pi/) +Fast versatile boards using the RP2040 \ No newline at end of file diff --git a/docs/hardware/devices/Nano Series/buttons.mdx b/docs/hardware/devices/nano/buttons.mdx similarity index 100% rename from docs/hardware/devices/Nano Series/buttons.mdx rename to docs/hardware/devices/nano/buttons.mdx diff --git a/docs/hardware/devices/Nano Series/index.mdx b/docs/hardware/devices/nano/index.mdx similarity index 100% rename from docs/hardware/devices/Nano Series/index.mdx rename to docs/hardware/devices/nano/index.mdx diff --git a/vercel.json b/vercel.json index 3aa453ae..5665c180 100644 --- a/vercel.json +++ b/vercel.json @@ -48,6 +48,10 @@ "source": "/docs/software/android/android-installation", "destination": "/docs/software/android/installation" } + { + "source": "/docs/hardware/devices/Nano%20Series/", + "destination": "/docs/hardware/devices/nano/" + } ] }