Skip to content

Commit b67916f

Browse files
jacobhylenjhansson-ard
authored andcommitted
Update content/hardware/09.kits/maker/plant-watering-kit/tutorials/iot-smart-garden-setup-with-nanorp2040/content.md
Co-authored-by: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com>
1 parent f0ad966 commit b67916f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content/hardware/09.kits/maker/plant-watering-kit/tutorials/iot-smart-garden-setup-with-nanorp2040/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this tutorial we will learn how attaching an external relay to the Arduino Na
2727

2828
## Hardware & Software Needed
2929
* [Arduino Cloud](https://cloud.arduino.cc)
30-
* [Arduino Plant Watering Kit](https://store.arduino.cc/plant-watering-kit) *(currently out of stock)*
30+
* Arduino Plant Watering Kit
3131
* [3D-printed enclosure](https://www.printables.com/model/379111-plant-watering-kit-parts) (optional)
3232
* USB - wall adapter (not included in the kit)
3333

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/arduino/docs-content#readme",
2020
"dependencies": {
21-
"@arduino/docs-arduino-cc": "^2.0.5-alpha-3",
21+
"@arduino/docs-arduino-cc": "^2.0.5-alpha-8",
2222
"gatsby": "^5.11.0",
2323
"gatsby-background-image": "^1.6.0",
2424
"gatsby-image": "^3.11.0",

scripts/datasheet-rendering/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"datasheetFile" : "datasheet.md",
2+
"datasheetFile" : ["en-datasheet.md", "datasheet.md"],
33
"excludePatterns" : [".git", "template", "_unlisted"],
44
"defaultSourcePath" : "../../content/hardware",
55
"relativeBuildPath" : "../downloads",

0 commit comments

Comments
 (0)