From 302ff258c4632cfd4b9a661731bda7fd5e8ab60c Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 3 Feb 2024 21:23:09 -0800 Subject: [PATCH] move enclosures --- docs/community/enclosures/_category_.yml | 6 ++++++ .../enclosures.mdx => community/enclosures/heltec-v2.mdx} | 7 ++++--- .../enclosures/lilygo-lora32-v2.mdx} | 7 ++++--- .../enclosures/rak}/harbor-breeze-solar-enclosure.mdx | 0 .../rak/enclosures => community/enclosures/rak}/index.mdx | 7 ++++--- .../enclosures.mdx => community/enclosures/tbeam.mdx} | 7 ++++--- .../enclosures.mdx => community/enclosures/techo.mdx} | 5 +++-- docs/hardware/devices/lora/buttons.mdx | 2 +- docs/hardware/devices/lora/gpio.mdx | 2 +- docs/hardware/devices/tbeam/buttons.mdx | 2 +- docs/hardware/devices/techo/buttons.mdx | 2 +- 11 files changed, 29 insertions(+), 18 deletions(-) create mode 100644 docs/community/enclosures/_category_.yml rename docs/{hardware/devices/heltec/enclosures.mdx => community/enclosures/heltec-v2.mdx} (86%) rename docs/{hardware/devices/lora/enclosures.mdx => community/enclosures/lilygo-lora32-v2.mdx} (86%) rename docs/{hardware/devices/rak/enclosures => community/enclosures/rak}/harbor-breeze-solar-enclosure.mdx (100%) rename docs/{hardware/devices/rak/enclosures => community/enclosures/rak}/index.mdx (95%) rename docs/{hardware/devices/tbeam/enclosures.mdx => community/enclosures/tbeam.mdx} (86%) rename docs/{hardware/devices/techo/enclosures.mdx => community/enclosures/techo.mdx} (83%) diff --git a/docs/community/enclosures/_category_.yml b/docs/community/enclosures/_category_.yml new file mode 100644 index 00000000..83a6f549 --- /dev/null +++ b/docs/community/enclosures/_category_.yml @@ -0,0 +1,6 @@ +position: 3 +label: Enclosures +collapsible: true # make the category collapsible +link: + type: generated-index + title: Meshtastic Community Enclosures diff --git a/docs/hardware/devices/heltec/enclosures.mdx b/docs/community/enclosures/heltec-v2.mdx similarity index 86% rename from docs/hardware/devices/heltec/enclosures.mdx rename to docs/community/enclosures/heltec-v2.mdx index 07a10c7f..54ee5804 100644 --- a/docs/hardware/devices/heltec/enclosures.mdx +++ b/docs/community/enclosures/heltec-v2.mdx @@ -1,8 +1,9 @@ --- -id: enclosures +id: heltec-enclosures title: Heltec LoRa 32 Enclosures -sidebar_label: Enclosures -sidebar_position: 2 +description: Enclosures +sidebar_label: Heltec V2 +sidebar_position: 5 --- import Tropho from "/img/enclosures/3dp-tropho-heltec32.webp"; diff --git a/docs/hardware/devices/lora/enclosures.mdx b/docs/community/enclosures/lilygo-lora32-v2.mdx similarity index 86% rename from docs/hardware/devices/lora/enclosures.mdx rename to docs/community/enclosures/lilygo-lora32-v2.mdx index 9ede5c36..51a7786c 100644 --- a/docs/hardware/devices/lora/enclosures.mdx +++ b/docs/community/enclosures/lilygo-lora32-v2.mdx @@ -1,8 +1,9 @@ --- -id: enclosures +id: lilygo-lora32-v2-enclosures title: LILYGO® TTGO Lora Enclosures -sidebar_label: Enclosures -sidebar_position: 3 +description: Enclosures +sidebar_label: LILYGO® Lora V2 +sidebar_position: 4 --- import Tropho from "/img/enclosures/3dp-tropho-lora32.webp"; diff --git a/docs/hardware/devices/rak/enclosures/harbor-breeze-solar-enclosure.mdx b/docs/community/enclosures/rak/harbor-breeze-solar-enclosure.mdx similarity index 100% rename from docs/hardware/devices/rak/enclosures/harbor-breeze-solar-enclosure.mdx rename to docs/community/enclosures/rak/harbor-breeze-solar-enclosure.mdx diff --git a/docs/hardware/devices/rak/enclosures/index.mdx b/docs/community/enclosures/rak/index.mdx similarity index 95% rename from docs/hardware/devices/rak/enclosures/index.mdx rename to docs/community/enclosures/rak/index.mdx index 568f9061..d0ff123d 100644 --- a/docs/hardware/devices/rak/enclosures/index.mdx +++ b/docs/community/enclosures/rak/index.mdx @@ -1,8 +1,9 @@ --- -id: enclosures +id: rak-enclosures title: RAK WisBlock Enclosures -sidebar_label: Enclosures -sidebar_position: 3 +description: Enclosures +sidebar_label: RAK WisBlock +sidebar_position: 1 --- ## Created by KeithMon/Voltaic Enclosures diff --git a/docs/hardware/devices/tbeam/enclosures.mdx b/docs/community/enclosures/tbeam.mdx similarity index 86% rename from docs/hardware/devices/tbeam/enclosures.mdx rename to docs/community/enclosures/tbeam.mdx index add81e79..9141a9df 100644 --- a/docs/hardware/devices/tbeam/enclosures.mdx +++ b/docs/community/enclosures/tbeam.mdx @@ -1,8 +1,9 @@ --- -id: enclosures +id: tbeam-enclosures title: T-Beam Enclosures -sidebar_label: Enclosures -sidebar_position: 3 +description: Enclosures +sidebar_label: T-Beam V1 +sidebar_position: 2 --- ## Created by tropho/TonyG diff --git a/docs/hardware/devices/techo/enclosures.mdx b/docs/community/enclosures/techo.mdx similarity index 83% rename from docs/hardware/devices/techo/enclosures.mdx rename to docs/community/enclosures/techo.mdx index e554ab83..748053fc 100644 --- a/docs/hardware/devices/techo/enclosures.mdx +++ b/docs/community/enclosures/techo.mdx @@ -1,7 +1,8 @@ --- -id: enclosures +id: techo-enclosures title: T-Echo Enclosures -sidebar_label: Enclosures +description: Enclosures +sidebar_label: T-Echo sidebar_position: 3 --- diff --git a/docs/hardware/devices/lora/buttons.mdx b/docs/hardware/devices/lora/buttons.mdx index 5d23852f..987f8d46 100644 --- a/docs/hardware/devices/lora/buttons.mdx +++ b/docs/hardware/devices/lora/buttons.mdx @@ -2,7 +2,7 @@ id: buttons title: LILYGO® TTGO Lora Hardware Buttons sidebar_label: Buttons -sidebar_position: 3 +sidebar_position: 1 --- ## Functionality diff --git a/docs/hardware/devices/lora/gpio.mdx b/docs/hardware/devices/lora/gpio.mdx index cc11587a..773b1cc1 100644 --- a/docs/hardware/devices/lora/gpio.mdx +++ b/docs/hardware/devices/lora/gpio.mdx @@ -2,7 +2,7 @@ id: gpio title: LILYGO® TTGO Lora GPIO sidebar_label: GPIO -sidebar_position: 4 +sidebar_position: 2 --- ## GPIO IO12 diff --git a/docs/hardware/devices/tbeam/buttons.mdx b/docs/hardware/devices/tbeam/buttons.mdx index 34973c17..9f3ed3b1 100644 --- a/docs/hardware/devices/tbeam/buttons.mdx +++ b/docs/hardware/devices/tbeam/buttons.mdx @@ -2,7 +2,7 @@ id: buttons title: T-Beam Hardware Buttons sidebar_label: Buttons -sidebar_position: 3 +sidebar_position: 1 --- ## Functionality diff --git a/docs/hardware/devices/techo/buttons.mdx b/docs/hardware/devices/techo/buttons.mdx index b68ad41b..7cd9ada8 100644 --- a/docs/hardware/devices/techo/buttons.mdx +++ b/docs/hardware/devices/techo/buttons.mdx @@ -2,7 +2,7 @@ id: buttons title: T-Echo Hardware Buttons sidebar_label: Buttons -sidebar_position: 3 +sidebar_position: 1 --- ## Functionality