From 121ecb8ebf46f5f4016070c69716e3cb8b3f8c8a Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Wed, 25 Jan 2023 14:37:30 +0100
Subject: [PATCH 1/8] Add `contributeURL` metadata
---
.../amplitude-serial-plotter/amplitude-serial-plotter.md | 1 +
.../micropython-installation/micropython-installation.md | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md b/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md
index 32cbdc0135..0dadff51ff 100644
--- a/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md
+++ b/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md
@@ -17,6 +17,7 @@ software:
- ide-v1
- ide-v2
- web-editor
+contributeURL: content/tutorials/generic/
---
## Introduction
diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md
index 1c2b934785..f4e390df9f 100644
--- a/content/tutorials/generic/micropython-installation/micropython-installation.md
+++ b/content/tutorials/generic/micropython-installation/micropython-installation.md
@@ -11,7 +11,7 @@ hardware:
- hardware/04.pro/boards/portenta-h7
software:
- ide-v2
-
+contributeURL: "content/tutorials/generic/"
author: "Jacob Hylén"
---
## Introduction
From d63ba4d23b6954b1900dd68364acef14c97c46ca Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Wed, 25 Jan 2023 15:08:18 +0100
Subject: [PATCH 2/8] Update docs package
---
package-lock.json | 6 +++---
package.json | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 4dad13dbb8..cee9d9c074 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -25102,9 +25102,9 @@
}
},
"@arduino/docs-arduino-cc": {
- "version": "1.7.83",
- "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.7.83/0028e5a4abc6286671d35f91ea47cea74ec349fc",
- "integrity": "sha512-v8f6iP8Qmu9F5XZ61ZKeI+tVe9jRMScvalQZeT0FtX1kQ1gbikvjhJSGA2KTXsYmvKO9AsQPknJ1SHpga6VtyQ==",
+ "version": "1.7.84-b",
+ "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.7.84-b/088766393e0199c256ba70ae22ef2133fdd1cb76",
+ "integrity": "sha512-z/XIfCoo9lZ+03nLbzDdMVQMSShpTsIhH8x9h+QGRWfcm3uUTG9lMeQ9lsvuoul6jt6Zy/FWRNcp+bX4trmeRA==",
"requires": {
"@algolia/autocomplete-core": "^1.5.3",
"@algolia/autocomplete-preset-algolia": "^1.5.3",
diff --git a/package.json b/package.json
index 1393d73dcb..3024ef9ff7 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
},
"homepage": "https://github.com/arduino/docs-content#readme",
"dependencies": {
- "@arduino/docs-arduino-cc": "^1.7.83",
+ "@arduino/docs-arduino-cc": "^1.7.84-b",
"gatsby": "^4.9.2"
},
"volta": {
From 0eeb151c74e3564b176110e9ae4e4f6b4a82e996 Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Wed, 25 Jan 2023 19:10:47 +0100
Subject: [PATCH 3/8] Use docs 'v1.8.4'
---
package-lock.json | 6 +++---
package.json | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index cee9d9c074..fbfe25be05 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -25102,9 +25102,9 @@
}
},
"@arduino/docs-arduino-cc": {
- "version": "1.7.84-b",
- "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.7.84-b/088766393e0199c256ba70ae22ef2133fdd1cb76",
- "integrity": "sha512-z/XIfCoo9lZ+03nLbzDdMVQMSShpTsIhH8x9h+QGRWfcm3uUTG9lMeQ9lsvuoul6jt6Zy/FWRNcp+bX4trmeRA==",
+ "version": "1.7.84",
+ "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.7.84/0f22bc184e4b76e10f83deb6f664b70a8536a018",
+ "integrity": "sha512-FHkXy1aClc55EioZykxkRv/Eln1munGXgAgByKrhHpBcRP96sTTR2RoWKFdtAqXFIPi8/aQ2IONbbG8GAO62NA==",
"requires": {
"@algolia/autocomplete-core": "^1.5.3",
"@algolia/autocomplete-preset-algolia": "^1.5.3",
diff --git a/package.json b/package.json
index 3024ef9ff7..644c6aaec6 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
},
"homepage": "https://github.com/arduino/docs-content#readme",
"dependencies": {
- "@arduino/docs-arduino-cc": "^1.7.84-b",
+ "@arduino/docs-arduino-cc": "^1.7.84",
"gatsby": "^4.9.2"
},
"volta": {
From 88206db6732aa4ea6b8059b09781c4f0a6fadc88 Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Thu, 26 Jan 2023 11:31:44 +0100
Subject: [PATCH 4/8] Fix hardware order and contrtibuteURLs
---
.../tutorials/mkr-485-communication/mkr-485-communication.md | 2 +-
.../tutorials/mkr-can-communication/mkr-can-communication.md | 2 +-
.../tutorials/mkr-env-shield-basic/mkr-env-shield-basic.md | 2 +-
.../mkr-eth-shield-webserver/mkr-eth-shield-webserver.md | 2 +-
.../mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md | 2 +-
.../tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md | 2 +-
.../mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md | 2 +-
.../tutorials/mkr-relay-shield-basic/mkr-relay-basic.md | 3 ++-
.../mkr-rgb-shield/tutorials/mkr-rgb-fade/mkr-rgb-fade.md | 2 +-
.../tutorials/mkr-rgb-fill-stroke/mkr-rgb-fill-stroke.md | 3 ++-
.../mkr-sd-proto-shield-data-logger.md | 2 +-
.../tutorials/mkr-therm-shield-basic/mkr-therm-shield-basic.md | 2 +-
.../mkr-motor-carrier-battery/mkr-motor-carrier-battery.md | 2 +-
.../tutorials/4-relay-shield-basics/4-relay-shield-basics.md | 2 +-
.../msr3-controlling-dc-motor/msr3-controlling-dc-motor.md | 2 +-
.../portenta-h7/tutorials/over-the-air-update/content.md | 2 +-
.../portenta-max-carrier/tutorials/catm1-and-nbiot/content.md | 2 +-
.../tutorials/connecting-to-ttn/content.md | 1 +
.../portenta-max-carrier/tutorials/getting-started/content.md | 2 +-
.../tutorials/getting-started/getting-started.md | 2 +-
.../portenta-vision-shield/tutorials/blob-detection/content.md | 2 +-
.../tutorials/camera-to-bitmap-sd-card/content.md | 2 +-
.../tutorials/connecting-to-ttn/content.md | 2 +-
.../tutorials/creating-basic-face-filter/content.md | 2 +-
.../tutorials/custom-machine-learning-model/content.md | 2 +-
.../tutorials/ethernet-with-ide/content.md | 2 +-
.../tutorials/ethernet-with-openmv/content.md | 2 +-
.../tutorials/getting-started-camera/content.md | 2 +-
.../tutorials/things-network-openmv/content.md | 2 +-
.../enclosure-kit/tutorials/assembly-instructions/content.md | 2 +-
.../amplitude-serial-plotter/amplitude-serial-plotter.md | 2 +-
content/tutorials/generic/clap-detector/clap-detector.md | 1 +
content/tutorials/generic/dns-web-client/dns-web-client.md | 3 ++-
content/tutorials/generic/firmware-updater/firmware-updater.md | 1 +
content/tutorials/generic/midi-device/midi-device.md | 1 +
content/tutorials/generic/multiple-blinks/multiple-blinks.md | 1 +
.../scheduled-wifi-ssl-web-client.md | 1 +
.../generic/simple-audio-player/simple-audio-player.md | 1 +
content/tutorials/generic/wave-playback/wave-playback.md | 1 +
content/tutorials/generic/whistle-detector/whistle-detector.md | 1 +
contribution-templates/how-to-template/how-to-template.md | 1 +
contribution-templates/tutorial-template/tutorial-template.md | 1 +
42 files changed, 45 insertions(+), 31 deletions(-)
diff --git a/content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/mkr-485-communication/mkr-485-communication.md b/content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/mkr-485-communication/mkr-485-communication.md
index ac1cbc7e7f..6607e50abb 100644
--- a/content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/mkr-485-communication/mkr-485-communication.md
+++ b/content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/mkr-485-communication/mkr-485-communication.md
@@ -11,8 +11,8 @@ libraries:
- name: Arduino RS485
url: https://www.arduino.cc/en/Reference/ArduinoRS485
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-485-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
- _snippets/hardware/jumper-wires
software:
- ide-v1
diff --git a/content/hardware/01.mkr/02.shields/mkr-can-shield/tutorials/mkr-can-communication/mkr-can-communication.md b/content/hardware/01.mkr/02.shields/mkr-can-shield/tutorials/mkr-can-communication/mkr-can-communication.md
index 1dda5b1871..fe36c73ab4 100644
--- a/content/hardware/01.mkr/02.shields/mkr-can-shield/tutorials/mkr-can-communication/mkr-can-communication.md
+++ b/content/hardware/01.mkr/02.shields/mkr-can-shield/tutorials/mkr-can-communication/mkr-can-communication.md
@@ -10,8 +10,8 @@ libraries:
- name: CAN
url: https://github.com/sandeepmistry/arduino-CAN
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-can-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
- _snippets/hardware/jumper-wires
software:
- ide-v1
diff --git a/content/hardware/01.mkr/02.shields/mkr-env-shield/tutorials/mkr-env-shield-basic/mkr-env-shield-basic.md b/content/hardware/01.mkr/02.shields/mkr-env-shield/tutorials/mkr-env-shield-basic/mkr-env-shield-basic.md
index 55b2e3a661..1a287cffc4 100644
--- a/content/hardware/01.mkr/02.shields/mkr-env-shield/tutorials/mkr-env-shield-basic/mkr-env-shield-basic.md
+++ b/content/hardware/01.mkr/02.shields/mkr-env-shield/tutorials/mkr-env-shield-basic/mkr-env-shield-basic.md
@@ -11,8 +11,8 @@ libraries:
- name: Arduino_MKRENV
url: https://www.arduino.cc/en/Reference/ArduinoMKRENV
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-env-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-webserver/mkr-eth-shield-webserver.md b/content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-webserver/mkr-eth-shield-webserver.md
index 0965f8a606..70a232e44e 100644
--- a/content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-webserver/mkr-eth-shield-webserver.md
+++ b/content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-webserver/mkr-eth-shield-webserver.md
@@ -11,8 +11,8 @@ libraries:
- name: Ethernet
url: https://www.arduino.cc/reference/en/libraries/ethernet/
hardware:
- - hardware/01.mkr/01.boards/mkr-zero
- hardware/01.mkr/02.shields/mkr-eth-shield
+ - hardware/01.mkr/01.boards/mkr-zero
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/02.shields/mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md b/content/hardware/01.mkr/02.shields/mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md
index aa28ad52cb..919e782508 100644
--- a/content/hardware/01.mkr/02.shields/mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md
+++ b/content/hardware/01.mkr/02.shields/mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md
@@ -10,8 +10,8 @@ libraries:
- name: Arduino_MKRGPS
url: https://www.arduino.cc/en/Reference/ArduinoMKRGPS
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-gps-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/02.shields/mkr-imu-shield/tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md b/content/hardware/01.mkr/02.shields/mkr-imu-shield/tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md
index a7bc015ed5..f1632f79cc 100644
--- a/content/hardware/01.mkr/02.shields/mkr-imu-shield/tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md
+++ b/content/hardware/01.mkr/02.shields/mkr-imu-shield/tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md
@@ -12,8 +12,8 @@ libraries:
- name: MKRIMU
url: https://www.arduino.cc/reference/en/libraries/mkrimu/
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-imu-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/02.shields/mkr-mem-shield/tutorials/mkr-mem-shield/mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md b/content/hardware/01.mkr/02.shields/mkr-mem-shield/tutorials/mkr-mem-shield/mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md
index 36ec6dd74b..c0749b2399 100644
--- a/content/hardware/01.mkr/02.shields/mkr-mem-shield/tutorials/mkr-mem-shield/mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md
+++ b/content/hardware/01.mkr/02.shields/mkr-mem-shield/tutorials/mkr-mem-shield/mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md
@@ -11,8 +11,8 @@ libraries:
- name: SD
url: https://www.arduino.cc/en/Reference/SD
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-mem-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/02.shields/mkr-relay-proto-shield/tutorials/mkr-relay-shield-basic/mkr-relay-basic.md b/content/hardware/01.mkr/02.shields/mkr-relay-proto-shield/tutorials/mkr-relay-shield-basic/mkr-relay-basic.md
index daa67cadd4..4b0ac3b01d 100644
--- a/content/hardware/01.mkr/02.shields/mkr-relay-proto-shield/tutorials/mkr-relay-shield-basic/mkr-relay-basic.md
+++ b/content/hardware/01.mkr/02.shields/mkr-relay-proto-shield/tutorials/mkr-relay-shield-basic/mkr-relay-basic.md
@@ -8,8 +8,9 @@ tags:
- LEDs
author: 'Karl Söderby'
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-relay-proto-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
+
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fade/mkr-rgb-fade.md b/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fade/mkr-rgb-fade.md
index 41b112fd7c..9a2bf8a602 100644
--- a/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fade/mkr-rgb-fade.md
+++ b/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fade/mkr-rgb-fade.md
@@ -13,8 +13,8 @@ libraries:
- name: ArduinoGraphics
url: https://www.arduino.cc/en/Reference/ArduinoGraphics
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-rgb-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fill-stroke/mkr-rgb-fill-stroke.md b/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fill-stroke/mkr-rgb-fill-stroke.md
index f43cdad800..c3896530fb 100644
--- a/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fill-stroke/mkr-rgb-fill-stroke.md
+++ b/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fill-stroke/mkr-rgb-fill-stroke.md
@@ -13,8 +13,9 @@ libraries:
- name: ArduinoGraphics
url: https://www.arduino.cc/en/Reference/ArduinoGraphics
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-rgb-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
+
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/tutorials/mkr-sd-proto-shield-data-logger/mkr-sd-proto-shield-data-logger.md b/content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/tutorials/mkr-sd-proto-shield-data-logger/mkr-sd-proto-shield-data-logger.md
index be9c7f0928..65268c308f 100644
--- a/content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/tutorials/mkr-sd-proto-shield-data-logger/mkr-sd-proto-shield-data-logger.md
+++ b/content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/tutorials/mkr-sd-proto-shield-data-logger/mkr-sd-proto-shield-data-logger.md
@@ -11,8 +11,8 @@ libraries:
- name: SD
url: https://www.arduino.cc/en/Reference/SD
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-sd-proto-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/02.shields/mkr-therm-shield/tutorials/mkr-therm-shield-basic/mkr-therm-shield-basic.md b/content/hardware/01.mkr/02.shields/mkr-therm-shield/tutorials/mkr-therm-shield-basic/mkr-therm-shield-basic.md
index 89df43e29f..f02f16f85c 100644
--- a/content/hardware/01.mkr/02.shields/mkr-therm-shield/tutorials/mkr-therm-shield-basic/mkr-therm-shield-basic.md
+++ b/content/hardware/01.mkr/02.shields/mkr-therm-shield/tutorials/mkr-therm-shield-basic/mkr-therm-shield-basic.md
@@ -11,8 +11,8 @@ libraries:
- name: Arduino_MKRTHERM
url: https://www.arduino.cc/en/Reference/ArduinoMKRTHERM
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/02.shields/mkr-therm-shield
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/01.mkr/03.carriers/mkr-motor-carrier/tutorials/mkr-motor-carrier-battery/mkr-motor-carrier-battery.md b/content/hardware/01.mkr/03.carriers/mkr-motor-carrier/tutorials/mkr-motor-carrier-battery/mkr-motor-carrier-battery.md
index b17ba2402a..6ac6a01d2f 100644
--- a/content/hardware/01.mkr/03.carriers/mkr-motor-carrier/tutorials/mkr-motor-carrier-battery/mkr-motor-carrier-battery.md
+++ b/content/hardware/01.mkr/03.carriers/mkr-motor-carrier/tutorials/mkr-motor-carrier-battery/mkr-motor-carrier-battery.md
@@ -10,8 +10,8 @@ libraries:
- name: ArduinoMotorCarrier
url: https://github.com/arduino-libraries/ArduinoMotorCarrier
hardware:
- - hardware/01.mkr/01.boards/mkr-wifi-1010
- hardware/01.mkr/03.carriers/mkr-motor-carrier
+ - hardware/01.mkr/01.boards/mkr-wifi-1010
- _snippets/hardware/dc-motor
software:
- ide-v1
diff --git a/content/hardware/02.hero/shields/4-relays-shield/tutorials/4-relay-shield-basics/4-relay-shield-basics.md b/content/hardware/02.hero/shields/4-relays-shield/tutorials/4-relay-shield-basics/4-relay-shield-basics.md
index c09680b60a..dcdb04ac48 100644
--- a/content/hardware/02.hero/shields/4-relays-shield/tutorials/4-relay-shield-basics/4-relay-shield-basics.md
+++ b/content/hardware/02.hero/shields/4-relays-shield/tutorials/4-relay-shield-basics/4-relay-shield-basics.md
@@ -7,8 +7,8 @@ tags:
- Relays
author: 'Karl Söderby'
hardware:
- - hardware/02.hero/boards/uno-rev3
- hardware/02.hero/shields/4-relays-shield
+ - hardware/02.hero/boards/uno-rev3
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/02.hero/shields/motor-shield-rev3/tutorials/msr3-controlling-dc-motor/msr3-controlling-dc-motor.md b/content/hardware/02.hero/shields/motor-shield-rev3/tutorials/msr3-controlling-dc-motor/msr3-controlling-dc-motor.md
index 6e17e4ff31..9a8c5e0a9c 100644
--- a/content/hardware/02.hero/shields/motor-shield-rev3/tutorials/msr3-controlling-dc-motor/msr3-controlling-dc-motor.md
+++ b/content/hardware/02.hero/shields/motor-shield-rev3/tutorials/msr3-controlling-dc-motor/msr3-controlling-dc-motor.md
@@ -8,8 +8,8 @@ tags:
- PWM
author: 'Karl Söderby'
hardware:
- - hardware/02.hero/boards/uno-rev3
- hardware/02.hero/shields/motor-shield-rev3
+ - hardware/02.hero/boards/uno-rev3
- _snippets/hardware/dc-motor
- _snippets/hardware/power-source
software:
diff --git a/content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md b/content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md
index ef563101cb..8cffa6d751 100644
--- a/content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md
+++ b/content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md
@@ -14,7 +14,7 @@ libraries:
url: https://github.com/arduino-libraries/Arduino_Portenta_OTA
hardware:
- hardware/04.pro/boards/portenta-h7
- - hardware/04.pro/boards/portenta-h7-lite-connected
+ - hardware/04.pro/boards/portenta-h7-lite-connected
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/catm1-and-nbiot/content.md b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/catm1-and-nbiot/content.md
index 3ae080bfbf..913bf42d65 100644
--- a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/catm1-and-nbiot/content.md
+++ b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/catm1-and-nbiot/content.md
@@ -8,8 +8,8 @@ tags:
- NBIOT
author: 'Benjamin Dannegård'
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04pro/carriers/portenta-max-carrier
+ - hardware/04.pro/boards/portenta-h7
- _snippets/hardware/sim-card
software:
- ide-v1
diff --git a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn/content.md b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn/content.md
index 6dc8ac0dd1..d01de80039 100644
--- a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn/content.md
+++ b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn/content.md
@@ -9,6 +9,7 @@ author: Taddy Chung, José Bagur
libraries:
- name: MKRWAN
hardware:
+ - hardware/04pro/carriers/portenta-max-carrier
- hardware/04.pro/boards/portenta-h7
software:
- ide-v1
diff --git a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/getting-started/content.md b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/getting-started/content.md
index 0dafd6a423..683fd23db8 100644
--- a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/getting-started/content.md
+++ b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/getting-started/content.md
@@ -6,8 +6,8 @@ tags:
- Getting Started
author: José Bagur, Taddy Chung
hardware:
+ - hardware/04pro/carriers/portenta-max-carrier
- hardware/04.pro/boards/portenta-h7
- - hardware/04.pro/carriers/portenta-max-carrier
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/getting-started/getting-started.md b/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/getting-started/getting-started.md
index 202fa0cd53..e417a42082 100644
--- a/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/getting-started/getting-started.md
+++ b/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/getting-started/getting-started.md
@@ -9,8 +9,8 @@ tags:
- NBIOT
author: 'Benjamin Dannegård'
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04pro/shields/portenta-cat-m1-nb-iot-gnss-shield
+ - hardware/04.pro/boards/portenta-h7
- _snippets/hardware/dipole-antenna
- _snippets/hardware/sim-card
software:
diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/blob-detection/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/blob-detection/content.md
index f5ae63ee1e..e0be94fafa 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/blob-detection/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/blob-detection/content.md
@@ -6,8 +6,8 @@ tags: [OpenMV, Blob Detection, Machine Vision, Machine Learning]
description: This tutorial will show you how to use the Portenta Vision Shield to detect the presence and the position of objects in a camera image.
author: Sebastian Romero
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04.pro/shields/portenta-vision-shield
+ - hardware/04.pro/boards/portenta-h7
software:
- openmv
---
diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
index be608a6c7e..dfb196b35f 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
@@ -8,8 +8,8 @@ libraries:
- name: Arduino_Pro_Tutorials
url: https://github.com/arduino-libraries/Arduino_Pro_Tutorials
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04.pro/shields/portenta-vision-shield
+ - hardware/04.pro/boards/portenta-h7
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/connecting-to-ttn/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/connecting-to-ttn/content.md
index a98d9ee7e9..c428484fdc 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/connecting-to-ttn/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/connecting-to-ttn/content.md
@@ -6,8 +6,8 @@ tags: [Things Network, LoRa, Vision Shield]
description: This tutorial explains how to connect your Portenta H7 to The Things Network (TTN) using the the Vision Shield's LoRa® Connectivity feature.
author: Lenard George, Ignacio Herrera
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04.pro/shields/portenta-vision-shield
+ - hardware/04.pro/boards/portenta-h7
---
## Overview
diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/creating-basic-face-filter/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/creating-basic-face-filter/content.md
index fd1d7cd7a2..a6d73b69e6 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/creating-basic-face-filter/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/creating-basic-face-filter/content.md
@@ -6,8 +6,8 @@ tags: [OpenMV, Face Detection, Haar Cascade, Machine Vision, Machine Learning]
description: In this tutorial you will build a MicroPython application with OpenMV, to use the Portenta Vision Shield to detect faces and overlay them with a custom bitmap image.
author: Sebastian Romero, Lenard George
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04.pro/shields/portenta-vision-shield
+ - hardware/04.pro/boards/portenta-h7
software:
- openmv
---
diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/custom-machine-learning-model/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/custom-machine-learning-model/content.md
index d6f526d99a..ae030609e5 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/custom-machine-learning-model/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/custom-machine-learning-model/content.md
@@ -6,8 +6,8 @@ tags: [Machine Learning, Edge Impulse, TinyML, Tensorflow]
description: This tutorial teaches you how to train a custom machine learning model with Edge Impulse and to run it using the Portenta Vision Shield.
author: Sebastian Romero
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04.pro/shields/portenta-vision-shield
+ - hardware/04.pro/boards/portenta-h7
software:
- EdgeImpulse
---
diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-ide/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-ide/content.md
index 4893c93f91..ffbc0af415 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-ide/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-ide/content.md
@@ -12,8 +12,8 @@ libraries:
- name: Ethernet
url: https://www.arduino.cc/en/Reference/Ethernet
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04.pro/shields/portenta-vision-shield
+ - hardware/04.pro/boards/portenta-h7
software:
- ide-v1
- ide-v2
diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-openmv/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-openmv/content.md
index a2cad5d95a..c162a67a37 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-openmv/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-openmv/content.md
@@ -12,8 +12,8 @@ libraries:
- name: Ethernet
url: https://www.arduino.cc/en/Reference/Ethernet
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04.pro/shields/portenta-vision-shield
+ - hardware/04.pro/boards/portenta-h7
software:
- openmv
---
diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/getting-started-camera/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/getting-started-camera/content.md
index eee8e76988..42947d0426 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/getting-started-camera/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/getting-started-camera/content.md
@@ -6,8 +6,8 @@ tags: [Getting Started, Camera, Processing, Serial]
description: This tutorial shows you how to capture frames from the Portenta Vision Shield Camera module and visualize the video output through a Processing sketch.
author: Lenard George, Sebastian Romero
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04.pro/shields/portenta-vision-shield
+ - hardware/04.pro/boards/portenta-h7
---
## Overview
diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/things-network-openmv/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/things-network-openmv/content.md
index 859745a4c6..b41dfcb98d 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/things-network-openmv/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/things-network-openmv/content.md
@@ -6,8 +6,8 @@ tags: [Getting Started, OpenMV, IDE, Setup, TTN, LoRa]
description: This tutorial explains how to connect your Portenta H7 to The Things Network (TTN) using the Vision Shield's LoRa® Connectivity feature.
author: Lenard George, Ignacio Herrera, Benjamin Dannegård
hardware:
- - hardware/04.pro/boards/portenta-h7
- hardware/04.pro/shields/portenta-vision-shield
+ - hardware/04.pro/boards/portenta-h7
software:
- openmv
---
diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/enclosure-kit/tutorials/assembly-instructions/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/enclosure-kit/tutorials/assembly-instructions/content.md
index 147ad1d069..383866febf 100644
--- a/content/hardware/05.pro-solutions/solutions-and-kits/enclosure-kit/tutorials/assembly-instructions/content.md
+++ b/content/hardware/05.pro-solutions/solutions-and-kits/enclosure-kit/tutorials/assembly-instructions/content.md
@@ -7,8 +7,8 @@ tags:
- Getting started
author: 'Benjamin Dannegård'
hardware:
- - hardware/04.pro/carriers/edge-control
- hardware/05.pro-solutions/solutions-and-kits/enclosure-kit
+ - hardware/04.pro/carriers/edge-control
---
## Introduction
diff --git a/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md b/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md
index 0dadff51ff..137d6e33d0 100644
--- a/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md
+++ b/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md
@@ -12,7 +12,7 @@ libraries:
hardware:
- hardware/01.mkr/01.boards/mkr-zero
- hardware/01.mkr/01.boards/mkr-1000-wifi
- - hardware/02.hero/boards/zero
+ - hardware/02.hero/boards/zero
software:
- ide-v1
- ide-v2
diff --git a/content/tutorials/generic/clap-detector/clap-detector.md b/content/tutorials/generic/clap-detector/clap-detector.md
index b1f6dc2e2f..b481dc671f 100644
--- a/content/tutorials/generic/clap-detector/clap-detector.md
+++ b/content/tutorials/generic/clap-detector/clap-detector.md
@@ -18,6 +18,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
+contributeURL: content/tutorials/generic/
---
## Introduction
This example reads audio data from an Invensense's ICS43432I2S microphone breakout board, and uses the input to detect clapping sounds. The built-in LED is toggled when a clap is detected.
diff --git a/content/tutorials/generic/dns-web-client/dns-web-client.md b/content/tutorials/generic/dns-web-client/dns-web-client.md
index 47c578e0ab..6fc0b17a19 100644
--- a/content/tutorials/generic/dns-web-client/dns-web-client.md
+++ b/content/tutorials/generic/dns-web-client/dns-web-client.md
@@ -8,11 +8,12 @@ libraries:
- name: Ethernet Library
url: https://www.arduino.cc/en/Reference/Ethernet
hardware:
- - hardware/02.hero/boards/uno-rev3
+ - hardware/02.hero/boards/uno-rev3
software:
- ide-v1
- ide-v2
- web-editor
+contributeURL: content/tutorials/generic/
---
diff --git a/content/tutorials/generic/firmware-updater/firmware-updater.md b/content/tutorials/generic/firmware-updater/firmware-updater.md
index 64649fc0e9..190be74820 100644
--- a/content/tutorials/generic/firmware-updater/firmware-updater.md
+++ b/content/tutorials/generic/firmware-updater/firmware-updater.md
@@ -12,6 +12,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
+contributeURL: content/tutorials/generic/
---
diff --git a/content/tutorials/generic/midi-device/midi-device.md b/content/tutorials/generic/midi-device/midi-device.md
index d9e1415f47..7e1302aa30 100644
--- a/content/tutorials/generic/midi-device/midi-device.md
+++ b/content/tutorials/generic/midi-device/midi-device.md
@@ -16,6 +16,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
+contributeURL: content/tutorials/generic/
---
## Introduction
diff --git a/content/tutorials/generic/multiple-blinks/multiple-blinks.md b/content/tutorials/generic/multiple-blinks/multiple-blinks.md
index c3307b5925..3cc362242f 100644
--- a/content/tutorials/generic/multiple-blinks/multiple-blinks.md
+++ b/content/tutorials/generic/multiple-blinks/multiple-blinks.md
@@ -18,6 +18,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
+contributeURL: content/tutorials/generic/
---
diff --git a/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md b/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md
index ce1d837591..759fd58740 100644
--- a/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md
+++ b/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md
@@ -23,6 +23,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
+contributeURL: content/tutorials/generic/
---
## Introduction
diff --git a/content/tutorials/generic/simple-audio-player/simple-audio-player.md b/content/tutorials/generic/simple-audio-player/simple-audio-player.md
index 629703c7a2..e9987c79cb 100644
--- a/content/tutorials/generic/simple-audio-player/simple-audio-player.md
+++ b/content/tutorials/generic/simple-audio-player/simple-audio-player.md
@@ -18,6 +18,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
+contributeURL: content/tutorials/generic/
---
## Introduction
diff --git a/content/tutorials/generic/wave-playback/wave-playback.md b/content/tutorials/generic/wave-playback/wave-playback.md
index 99cfe48329..6417916ba9 100644
--- a/content/tutorials/generic/wave-playback/wave-playback.md
+++ b/content/tutorials/generic/wave-playback/wave-playback.md
@@ -17,6 +17,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
+contributeURL: content/tutorials/generic/
---
## Introduction
diff --git a/content/tutorials/generic/whistle-detector/whistle-detector.md b/content/tutorials/generic/whistle-detector/whistle-detector.md
index 8a594e9a56..db34663234 100644
--- a/content/tutorials/generic/whistle-detector/whistle-detector.md
+++ b/content/tutorials/generic/whistle-detector/whistle-detector.md
@@ -18,6 +18,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
+contributeURL: content/tutorials/generic/
---
## Introduction
diff --git a/contribution-templates/how-to-template/how-to-template.md b/contribution-templates/how-to-template/how-to-template.md
index 2937fa076f..0e14d52009 100644
--- a/contribution-templates/how-to-template/how-to-template.md
+++ b/contribution-templates/how-to-template/how-to-template.md
@@ -14,6 +14,7 @@ software:
- ide-v2
- web-editor
- iot-cloud
+contributeURL: contribution-templates/
---
Update the frontmatter above with information that fits your article. Remove the section that are not relevant or filled in. Note that you **must** at least fill in the title, description and author. Remove the sections that are not filled in.
diff --git a/contribution-templates/tutorial-template/tutorial-template.md b/contribution-templates/tutorial-template/tutorial-template.md
index e26c438f89..4b3ff926cd 100644
--- a/contribution-templates/tutorial-template/tutorial-template.md
+++ b/contribution-templates/tutorial-template/tutorial-template.md
@@ -14,6 +14,7 @@ software:
- ide-v2
- web-editor
- iot-cloud
+contributeURL: contribution-templates/
---
Update the frontmatter above with information that fits your tutorial. Remove the section that are not relevant or filled in. Note that you **must** at least fill in the title, description and author. Remove the sections that are not filled in.
From 1a514f0be5c4e93005b7a280ad38f6f0f58a12d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pablo=20Marqu=C3=ADnez=20Ferr=C3=A1ndiz?=
<11246294+marqdevx@users.noreply.github.com>
Date: Thu, 26 Jan 2023 12:06:49 +0100
Subject: [PATCH 5/8] Apply suggestions from code review
Co-authored-by: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com>
---
.../portenta-max-carrier/tutorials/catm1-and-nbiot/content.md | 2 +-
.../portenta-max-carrier/tutorials/connecting-to-ttn/content.md | 2 +-
.../portenta-max-carrier/tutorials/getting-started/content.md | 2 +-
.../tutorials/getting-started/getting-started.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/catm1-and-nbiot/content.md b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/catm1-and-nbiot/content.md
index 913bf42d65..9fe81b7502 100644
--- a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/catm1-and-nbiot/content.md
+++ b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/catm1-and-nbiot/content.md
@@ -8,7 +8,7 @@ tags:
- NBIOT
author: 'Benjamin Dannegård'
hardware:
- - hardware/04pro/carriers/portenta-max-carrier
+ - hardware/04.pro/carriers/portenta-max-carrier
- hardware/04.pro/boards/portenta-h7
- _snippets/hardware/sim-card
software:
diff --git a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn/content.md b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn/content.md
index d01de80039..fffb213b8d 100644
--- a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn/content.md
+++ b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn/content.md
@@ -9,7 +9,7 @@ author: Taddy Chung, José Bagur
libraries:
- name: MKRWAN
hardware:
- - hardware/04pro/carriers/portenta-max-carrier
+ - hardware/04.pro/carriers/portenta-max-carrier
- hardware/04.pro/boards/portenta-h7
software:
- ide-v1
diff --git a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/getting-started/content.md b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/getting-started/content.md
index 683fd23db8..9127263dcd 100644
--- a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/getting-started/content.md
+++ b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/getting-started/content.md
@@ -6,7 +6,7 @@ tags:
- Getting Started
author: José Bagur, Taddy Chung
hardware:
- - hardware/04pro/carriers/portenta-max-carrier
+ - hardware/04.pro/carriers/portenta-max-carrier
- hardware/04.pro/boards/portenta-h7
software:
- ide-v1
diff --git a/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/getting-started/getting-started.md b/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/getting-started/getting-started.md
index e417a42082..18ee6e79b8 100644
--- a/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/getting-started/getting-started.md
+++ b/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/getting-started/getting-started.md
@@ -9,7 +9,7 @@ tags:
- NBIOT
author: 'Benjamin Dannegård'
hardware:
- - hardware/04pro/shields/portenta-cat-m1-nb-iot-gnss-shield
+ - hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield
- hardware/04.pro/boards/portenta-h7
- _snippets/hardware/dipole-antenna
- _snippets/hardware/sim-card
From 9980ca36e05448bddf1a362fec10c99d2c8b27fa Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Thu, 26 Jan 2023 12:08:29 +0100
Subject: [PATCH 6/8] Fix compatible hardware
---
.../enclosure-kit/tutorials/assembly-instructions/content.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/enclosure-kit/tutorials/assembly-instructions/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/enclosure-kit/tutorials/assembly-instructions/content.md
index 383866febf..ec9b5931a2 100644
--- a/content/hardware/05.pro-solutions/solutions-and-kits/enclosure-kit/tutorials/assembly-instructions/content.md
+++ b/content/hardware/05.pro-solutions/solutions-and-kits/enclosure-kit/tutorials/assembly-instructions/content.md
@@ -8,7 +8,7 @@ tags:
author: 'Benjamin Dannegård'
hardware:
- hardware/05.pro-solutions/solutions-and-kits/enclosure-kit
- - hardware/04.pro/carriers/edge-control
+ - hardware/05.pro-solutions/solutions-and-kits/edge-control
---
## Introduction
From fa45bdf1c1d76ad724c2421ebb1b3d104e3eac1c Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Tue, 31 Jan 2023 10:09:42 +0100
Subject: [PATCH 7/8] Remove contributeURL from templates
---
contribution-templates/how-to-template/how-to-template.md | 1 -
contribution-templates/tutorial-template/tutorial-template.md | 1 -
2 files changed, 2 deletions(-)
diff --git a/contribution-templates/how-to-template/how-to-template.md b/contribution-templates/how-to-template/how-to-template.md
index 0e14d52009..2937fa076f 100644
--- a/contribution-templates/how-to-template/how-to-template.md
+++ b/contribution-templates/how-to-template/how-to-template.md
@@ -14,7 +14,6 @@ software:
- ide-v2
- web-editor
- iot-cloud
-contributeURL: contribution-templates/
---
Update the frontmatter above with information that fits your article. Remove the section that are not relevant or filled in. Note that you **must** at least fill in the title, description and author. Remove the sections that are not filled in.
diff --git a/contribution-templates/tutorial-template/tutorial-template.md b/contribution-templates/tutorial-template/tutorial-template.md
index 4b3ff926cd..e26c438f89 100644
--- a/contribution-templates/tutorial-template/tutorial-template.md
+++ b/contribution-templates/tutorial-template/tutorial-template.md
@@ -14,7 +14,6 @@ software:
- ide-v2
- web-editor
- iot-cloud
-contributeURL: contribution-templates/
---
Update the frontmatter above with information that fits your tutorial. Remove the section that are not relevant or filled in. Note that you **must** at least fill in the title, description and author. Remove the sections that are not filled in.
From 383228ecc920f3d13047c54e7447f91e3ffb5955 Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Tue, 31 Jan 2023 10:21:59 +0100
Subject: [PATCH 8/8] fix some `contributeURL`
---
.../amplitude-serial-plotter/amplitude-serial-plotter.md | 2 +-
content/tutorials/generic/clap-detector/clap-detector.md | 2 +-
content/tutorials/generic/dns-web-client/dns-web-client.md | 2 +-
content/tutorials/generic/firmware-updater/firmware-updater.md | 2 +-
.../micropython-installation/micropython-installation.md | 2 +-
content/tutorials/generic/midi-device/midi-device.md | 2 +-
content/tutorials/generic/multiple-blinks/multiple-blinks.md | 2 +-
.../scheduled-wifi-ssl-web-client.md | 2 +-
.../generic/simple-audio-player/simple-audio-player.md | 2 +-
content/tutorials/generic/wave-playback/wave-playback.md | 2 +-
content/tutorials/generic/whistle-detector/whistle-detector.md | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md b/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md
index 137d6e33d0..d9d261da96 100644
--- a/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md
+++ b/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md
@@ -17,7 +17,7 @@ software:
- ide-v1
- ide-v2
- web-editor
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
## Introduction
diff --git a/content/tutorials/generic/clap-detector/clap-detector.md b/content/tutorials/generic/clap-detector/clap-detector.md
index b481dc671f..7c8bb86693 100644
--- a/content/tutorials/generic/clap-detector/clap-detector.md
+++ b/content/tutorials/generic/clap-detector/clap-detector.md
@@ -18,7 +18,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
## Introduction
This example reads audio data from an Invensense's ICS43432I2S microphone breakout board, and uses the input to detect clapping sounds. The built-in LED is toggled when a clap is detected.
diff --git a/content/tutorials/generic/dns-web-client/dns-web-client.md b/content/tutorials/generic/dns-web-client/dns-web-client.md
index 6fc0b17a19..15ea68dac2 100644
--- a/content/tutorials/generic/dns-web-client/dns-web-client.md
+++ b/content/tutorials/generic/dns-web-client/dns-web-client.md
@@ -13,7 +13,7 @@ software:
- ide-v1
- ide-v2
- web-editor
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
diff --git a/content/tutorials/generic/firmware-updater/firmware-updater.md b/content/tutorials/generic/firmware-updater/firmware-updater.md
index 190be74820..555587aacc 100644
--- a/content/tutorials/generic/firmware-updater/firmware-updater.md
+++ b/content/tutorials/generic/firmware-updater/firmware-updater.md
@@ -12,7 +12,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md
index f4e390df9f..6b61d7feeb 100644
--- a/content/tutorials/generic/micropython-installation/micropython-installation.md
+++ b/content/tutorials/generic/micropython-installation/micropython-installation.md
@@ -11,7 +11,7 @@ hardware:
- hardware/04.pro/boards/portenta-h7
software:
- ide-v2
-contributeURL: "content/tutorials/generic/"
+contributeURL: "content/tutorials/generic"
author: "Jacob Hylén"
---
## Introduction
diff --git a/content/tutorials/generic/midi-device/midi-device.md b/content/tutorials/generic/midi-device/midi-device.md
index 7e1302aa30..e04351f16f 100644
--- a/content/tutorials/generic/midi-device/midi-device.md
+++ b/content/tutorials/generic/midi-device/midi-device.md
@@ -16,7 +16,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
## Introduction
diff --git a/content/tutorials/generic/multiple-blinks/multiple-blinks.md b/content/tutorials/generic/multiple-blinks/multiple-blinks.md
index 3cc362242f..ec06c84b68 100644
--- a/content/tutorials/generic/multiple-blinks/multiple-blinks.md
+++ b/content/tutorials/generic/multiple-blinks/multiple-blinks.md
@@ -18,7 +18,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
diff --git a/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md b/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md
index 759fd58740..328ad517dd 100644
--- a/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md
+++ b/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md
@@ -23,7 +23,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
## Introduction
diff --git a/content/tutorials/generic/simple-audio-player/simple-audio-player.md b/content/tutorials/generic/simple-audio-player/simple-audio-player.md
index e9987c79cb..bea686dc32 100644
--- a/content/tutorials/generic/simple-audio-player/simple-audio-player.md
+++ b/content/tutorials/generic/simple-audio-player/simple-audio-player.md
@@ -18,7 +18,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
## Introduction
diff --git a/content/tutorials/generic/wave-playback/wave-playback.md b/content/tutorials/generic/wave-playback/wave-playback.md
index 6417916ba9..f32b4ca766 100644
--- a/content/tutorials/generic/wave-playback/wave-playback.md
+++ b/content/tutorials/generic/wave-playback/wave-playback.md
@@ -17,7 +17,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
## Introduction
diff --git a/content/tutorials/generic/whistle-detector/whistle-detector.md b/content/tutorials/generic/whistle-detector/whistle-detector.md
index db34663234..fca8514d9e 100644
--- a/content/tutorials/generic/whistle-detector/whistle-detector.md
+++ b/content/tutorials/generic/whistle-detector/whistle-detector.md
@@ -18,7 +18,7 @@ software:
- ide-v2
- web-editor
author: "Arduino"
-contributeURL: content/tutorials/generic/
+contributeURL: content/tutorials/generic
---
## Introduction