From d352b2533e6a234b7a0543018a6a9ce8bbda27bd Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 23 Dec 2024 20:30:12 -0800 Subject: [PATCH] Move "Mega" class product categories to appropriate parent category The subcategories of the "Official Hardware" category are to be organized under a subcategory for each of the product classes. These product classes are defined by the hardware documentation home page. That hardware documentation places the products that use the "Mega" form factor under a class named "Mega". Previously the categories for the products of these classes were directly under the "Official Hardware" top level category. They are hereby moved under the appropriate "Mega" product class parent category. --- .../_topics/how-to-get-the-best-out-of-this-forum | 1 - .../_topics/how-to-get-the-best-out-of-this-forum | 1 - .../official-hardware/{ => mega}/arduino-due/README.md | 2 +- .../official-hardware/{ => mega}/arduino-due/_pins.md | 0 .../arduino-due/_topics/about-the-arduino-due-category/1.md | 0 .../_topics/about-the-arduino-due-category/README.md | 0 .../_topics/how-to-get-the-best-out-of-this-forum | 1 + .../{ => mega}/giga-display-shield/README.md | 2 +- .../{ => mega}/giga-display-shield/_pins.md | 0 .../_topics/about-the-giga-display-shield-category/1.md | 0 .../about-the-giga-display-shield-category/README.md | 0 .../_topics/how-to-get-the-best-out-of-this-forum | 1 + .../official-hardware/{ => mega}/giga-r1/README.md | 2 +- .../official-hardware/{ => mega}/giga-r1/_pins.md | 0 .../giga-r1/_topics/about-the-giga-r1-category/1.md | 0 .../giga-r1/_topics/about-the-giga-r1-category/README.md | 0 content/categories/order.md | 6 +++--- 17 files changed, 8 insertions(+), 8 deletions(-) delete mode 120000 content/categories/official-hardware/arduino-due/_topics/how-to-get-the-best-out-of-this-forum delete mode 120000 content/categories/official-hardware/giga-display-shield/_topics/how-to-get-the-best-out-of-this-forum rename content/categories/official-hardware/{ => mega}/arduino-due/README.md (71%) rename content/categories/official-hardware/{ => mega}/arduino-due/_pins.md (100%) rename content/categories/official-hardware/{ => mega}/arduino-due/_topics/about-the-arduino-due-category/1.md (100%) rename content/categories/official-hardware/{ => mega}/arduino-due/_topics/about-the-arduino-due-category/README.md (100%) create mode 120000 content/categories/official-hardware/mega/arduino-due/_topics/how-to-get-the-best-out-of-this-forum rename content/categories/official-hardware/{ => mega}/giga-display-shield/README.md (69%) rename content/categories/official-hardware/{ => mega}/giga-display-shield/_pins.md (100%) rename content/categories/official-hardware/{ => mega}/giga-display-shield/_topics/about-the-giga-display-shield-category/1.md (100%) rename content/categories/official-hardware/{ => mega}/giga-display-shield/_topics/about-the-giga-display-shield-category/README.md (100%) create mode 120000 content/categories/official-hardware/mega/giga-display-shield/_topics/how-to-get-the-best-out-of-this-forum rename content/categories/official-hardware/{ => mega}/giga-r1/README.md (71%) rename content/categories/official-hardware/{ => mega}/giga-r1/_pins.md (100%) rename content/categories/official-hardware/{ => mega}/giga-r1/_topics/about-the-giga-r1-category/1.md (100%) rename content/categories/official-hardware/{ => mega}/giga-r1/_topics/about-the-giga-r1-category/README.md (100%) diff --git a/content/categories/official-hardware/arduino-due/_topics/how-to-get-the-best-out-of-this-forum b/content/categories/official-hardware/arduino-due/_topics/how-to-get-the-best-out-of-this-forum deleted file mode 120000 index c71ec9f9..00000000 --- a/content/categories/official-hardware/arduino-due/_topics/how-to-get-the-best-out-of-this-forum +++ /dev/null @@ -1 +0,0 @@ -../../../../_topics/how-to-get-the-best-out-of-this-forum \ No newline at end of file diff --git a/content/categories/official-hardware/giga-display-shield/_topics/how-to-get-the-best-out-of-this-forum b/content/categories/official-hardware/giga-display-shield/_topics/how-to-get-the-best-out-of-this-forum deleted file mode 120000 index c71ec9f9..00000000 --- a/content/categories/official-hardware/giga-display-shield/_topics/how-to-get-the-best-out-of-this-forum +++ /dev/null @@ -1 +0,0 @@ -../../../../_topics/how-to-get-the-best-out-of-this-forum \ No newline at end of file diff --git a/content/categories/official-hardware/arduino-due/README.md b/content/categories/official-hardware/mega/arduino-due/README.md similarity index 71% rename from content/categories/official-hardware/arduino-due/README.md rename to content/categories/official-hardware/mega/arduino-due/README.md index a3196a65..099628aa 100644 --- a/content/categories/official-hardware/arduino-due/README.md +++ b/content/categories/official-hardware/mega/arduino-due/README.md @@ -8,4 +8,4 @@ ## Published At -https://forum.arduino.cc/c/official-hardware/arduino-due/64 +https://forum.arduino.cc/c/official-hardware/mega/arduino-due/64 diff --git a/content/categories/official-hardware/arduino-due/_pins.md b/content/categories/official-hardware/mega/arduino-due/_pins.md similarity index 100% rename from content/categories/official-hardware/arduino-due/_pins.md rename to content/categories/official-hardware/mega/arduino-due/_pins.md diff --git a/content/categories/official-hardware/arduino-due/_topics/about-the-arduino-due-category/1.md b/content/categories/official-hardware/mega/arduino-due/_topics/about-the-arduino-due-category/1.md similarity index 100% rename from content/categories/official-hardware/arduino-due/_topics/about-the-arduino-due-category/1.md rename to content/categories/official-hardware/mega/arduino-due/_topics/about-the-arduino-due-category/1.md diff --git a/content/categories/official-hardware/arduino-due/_topics/about-the-arduino-due-category/README.md b/content/categories/official-hardware/mega/arduino-due/_topics/about-the-arduino-due-category/README.md similarity index 100% rename from content/categories/official-hardware/arduino-due/_topics/about-the-arduino-due-category/README.md rename to content/categories/official-hardware/mega/arduino-due/_topics/about-the-arduino-due-category/README.md diff --git a/content/categories/official-hardware/mega/arduino-due/_topics/how-to-get-the-best-out-of-this-forum b/content/categories/official-hardware/mega/arduino-due/_topics/how-to-get-the-best-out-of-this-forum new file mode 120000 index 00000000..66aa0e71 --- /dev/null +++ b/content/categories/official-hardware/mega/arduino-due/_topics/how-to-get-the-best-out-of-this-forum @@ -0,0 +1 @@ +../../../../../_topics/how-to-get-the-best-out-of-this-forum \ No newline at end of file diff --git a/content/categories/official-hardware/giga-display-shield/README.md b/content/categories/official-hardware/mega/giga-display-shield/README.md similarity index 69% rename from content/categories/official-hardware/giga-display-shield/README.md rename to content/categories/official-hardware/mega/giga-display-shield/README.md index f00066ff..15af201e 100644 --- a/content/categories/official-hardware/giga-display-shield/README.md +++ b/content/categories/official-hardware/mega/giga-display-shield/README.md @@ -8,4 +8,4 @@ ## Published At -https://forum.arduino.cc/c/official-hardware/giga-display-shield/191 +https://forum.arduino.cc/c/official-hardware/mega/giga-display-shield/191 diff --git a/content/categories/official-hardware/giga-display-shield/_pins.md b/content/categories/official-hardware/mega/giga-display-shield/_pins.md similarity index 100% rename from content/categories/official-hardware/giga-display-shield/_pins.md rename to content/categories/official-hardware/mega/giga-display-shield/_pins.md diff --git a/content/categories/official-hardware/giga-display-shield/_topics/about-the-giga-display-shield-category/1.md b/content/categories/official-hardware/mega/giga-display-shield/_topics/about-the-giga-display-shield-category/1.md similarity index 100% rename from content/categories/official-hardware/giga-display-shield/_topics/about-the-giga-display-shield-category/1.md rename to content/categories/official-hardware/mega/giga-display-shield/_topics/about-the-giga-display-shield-category/1.md diff --git a/content/categories/official-hardware/giga-display-shield/_topics/about-the-giga-display-shield-category/README.md b/content/categories/official-hardware/mega/giga-display-shield/_topics/about-the-giga-display-shield-category/README.md similarity index 100% rename from content/categories/official-hardware/giga-display-shield/_topics/about-the-giga-display-shield-category/README.md rename to content/categories/official-hardware/mega/giga-display-shield/_topics/about-the-giga-display-shield-category/README.md diff --git a/content/categories/official-hardware/mega/giga-display-shield/_topics/how-to-get-the-best-out-of-this-forum b/content/categories/official-hardware/mega/giga-display-shield/_topics/how-to-get-the-best-out-of-this-forum new file mode 120000 index 00000000..66aa0e71 --- /dev/null +++ b/content/categories/official-hardware/mega/giga-display-shield/_topics/how-to-get-the-best-out-of-this-forum @@ -0,0 +1 @@ +../../../../../_topics/how-to-get-the-best-out-of-this-forum \ No newline at end of file diff --git a/content/categories/official-hardware/giga-r1/README.md b/content/categories/official-hardware/mega/giga-r1/README.md similarity index 71% rename from content/categories/official-hardware/giga-r1/README.md rename to content/categories/official-hardware/mega/giga-r1/README.md index b9dba252..bb91169c 100644 --- a/content/categories/official-hardware/giga-r1/README.md +++ b/content/categories/official-hardware/mega/giga-r1/README.md @@ -8,4 +8,4 @@ ## Published At -https://forum.arduino.cc/c/official-hardware/giga-r1/182 +https://forum.arduino.cc/c/official-hardware/mega/giga-r1/182 diff --git a/content/categories/official-hardware/giga-r1/_pins.md b/content/categories/official-hardware/mega/giga-r1/_pins.md similarity index 100% rename from content/categories/official-hardware/giga-r1/_pins.md rename to content/categories/official-hardware/mega/giga-r1/_pins.md diff --git a/content/categories/official-hardware/giga-r1/_topics/about-the-giga-r1-category/1.md b/content/categories/official-hardware/mega/giga-r1/_topics/about-the-giga-r1-category/1.md similarity index 100% rename from content/categories/official-hardware/giga-r1/_topics/about-the-giga-r1-category/1.md rename to content/categories/official-hardware/mega/giga-r1/_topics/about-the-giga-r1-category/1.md diff --git a/content/categories/official-hardware/giga-r1/_topics/about-the-giga-r1-category/README.md b/content/categories/official-hardware/mega/giga-r1/_topics/about-the-giga-r1-category/README.md similarity index 100% rename from content/categories/official-hardware/giga-r1/_topics/about-the-giga-r1-category/README.md rename to content/categories/official-hardware/mega/giga-r1/_topics/about-the-giga-r1-category/README.md diff --git a/content/categories/order.md b/content/categories/order.md index 21ab11b9..e191d132 100644 --- a/content/categories/order.md +++ b/content/categories/order.md @@ -46,6 +46,9 @@ - Nano 33 BLE Sense - Nano RP2040 Connect - Mega + - Arduino Due + - GIGA Display Shield + - GIGA R1 - MKR Family - MKRVIDOR4000 - MKR1000 @@ -72,7 +75,6 @@ - Arduino Science Journal & Arduino Science Kit - The Arduino Starter Kit - Arduino 101 - - Arduino Due - Arduino Esplora - Arduino GSM Shield - WiFi Shield 101 @@ -83,8 +85,6 @@ - Nicla Vision - Nicla Voice - Opta - - GIGA R1 - - GIGA Display Shield - UNO R4 - Yún Shield - Other Hardware