From 9be7a9657c1e32919dffdd451934fb69ed1d4f32 Mon Sep 17 00:00:00 2001
From: Matteo Marsala <matteo.marsala92@gmail.com>
Date: Fri, 16 May 2025 08:13:01 +0200
Subject: [PATCH 1/3] Add redeem flow entrypoints

---
 .../02.hero/boards/uno-r4-minima/features.md         |  9 +++++++++
 .../hardware/02.hero/boards/uno-r4-wifi/features.md  |  9 +++++++++
 .../09.kits/maker/plug-and-make-kit/features.md      | 12 +++++++++++-
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/content/hardware/02.hero/boards/uno-r4-minima/features.md b/content/hardware/02.hero/boards/uno-r4-minima/features.md
index 1b4e69aa27..d16ddc8547 100644
--- a/content/hardware/02.hero/boards/uno-r4-minima/features.md
+++ b/content/hardware/02.hero/boards/uno-r4-minima/features.md
@@ -19,6 +19,15 @@ A reference to all technical features on this board, with pointers to additional
 The UNO R4 Minima is the first UNO to feature a USB-C® connector.
 </Feature>
 
+<Feature title="3 months of Cloud Maker plan included" image="cloud">
+
+With Arduino UNO R4 you will get 3 months of cloud maker plan for free
+
+<FeatureWrapper>
+<FeatureLink variant="primary" title="Register product" url="https://digital-store.arduino.cc/subscriptions/redeem"/>
+</FeatureWrapper>
+</Feature>
+
 <Feature title="Real-Time Clock (RTC)" image="mcu">
 Keep track of time & date and set alarms with the built-in RTC.
 <FeatureWrapper>
diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/features.md b/content/hardware/02.hero/boards/uno-r4-wifi/features.md
index e573154417..76b3fe2963 100644
--- a/content/hardware/02.hero/boards/uno-r4-wifi/features.md
+++ b/content/hardware/02.hero/boards/uno-r4-wifi/features.md
@@ -22,6 +22,15 @@ A reference to all technical features on this board, with pointers to additional
 </FeatureWrapper>
 </Feature>
 
+<Feature title="3 months of Cloud Maker plan included" image="cloud">
+
+With Arduino UNO R4 you will get 3 months of cloud maker plan for free
+
+<FeatureWrapper>
+<FeatureLink variant="primary" title="Register product" url="https://digital-store.arduino.cc/subscriptions/redeem"/>
+</FeatureWrapper>
+</Feature>
+
 <Feature title="5 V Operating Voltage" image="power">
 The RA4M1 and the GPIOs of this board operates on 5 V.
 </Feature>
diff --git a/content/hardware/09.kits/maker/plug-and-make-kit/features.md b/content/hardware/09.kits/maker/plug-and-make-kit/features.md
index 9cb8e23909..8b6a2e9eac 100644
--- a/content/hardware/09.kits/maker/plug-and-make-kit/features.md
+++ b/content/hardware/09.kits/maker/plug-and-make-kit/features.md
@@ -14,10 +14,20 @@ This kit includes instructions for 7 projects that use the Modulino® nodes, giv
 
 <Feature title="Modulino® Base" image="configurability">
 
-The kit includes a mounting plate for you to build your projects on, enabling you to quickly build physical interfaces.  
+The kit includes a mounting plate for you to build your projects on, enabling you to quickly build physical interfaces.
 
 </Feature>
 
+<Feature title="3 months of Cloud Maker plan included" image="cloud">
+
+With Plug and Make kit you will get 3 months of cloud maker plan for free
+
+<FeatureWrapper>
+<FeatureLink variant="primary" title="Register product" url="https://digital-store.arduino.cc/subscriptions/redeem"/>
+</FeatureWrapper>
+</Feature>
+
+
 <Feature title="Qwiic Connectors" image="connection">
 
 The Modulino® connects to your UNO R4 WiFi with Qwiic cables, letting you focus on learning programming without building complex circuits.

From 6b15db23d52394ae833bb11a2498a2e14320da1b Mon Sep 17 00:00:00 2001
From: Matteo Marsala <matteo.marsala92@gmail.com>
Date: Fri, 16 May 2025 16:22:18 +0200
Subject: [PATCH 2/3] 2.0.34-alpha.2

---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 440cebfc31..4f6eab31b8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
       "hasInstallScript": true,
       "license": "ISC",
       "dependencies": {
-        "@arduino/docs-arduino-cc": "^2.0.33",
+        "@arduino/docs-arduino-cc": "^2.0.34-alpha.2",
         "gatsby": "^5.11.0",
         "gatsby-background-image": "^1.6.0",
         "gatsby-image": "^3.11.0",
@@ -339,9 +339,9 @@
       }
     },
     "node_modules/@arduino/docs-arduino-cc": {
-      "version": "2.0.33",
-      "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.33/8ed225a355a57e39612fef63f401d5c2c4678294",
-      "integrity": "sha512-NFT//kx64xQaaknpCR6mbbd3KfE2zuaye6e3tk02DUW5PtG+K2hBOhvGZxll7wsKjQe4F9X1riB0lym3t14kMQ==",
+      "version": "2.0.34-alpha.2",
+      "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.34-alpha.2/2dea5df36de61563d93038fcf7849d187951df2f",
+      "integrity": "sha512-arObdNTuYUQnam8UEmty6eY8B/qFPXOXpCg7zEuoREw8L8OY3k7Yjbl7aeGwqkT1OSrdziZT4625zl93VfNUGA==",
       "dependencies": {
         "@algolia/autocomplete-core": "^1.10.0",
         "@algolia/autocomplete-plugin-recent-searches": "^1.17.0",
diff --git a/package.json b/package.json
index e4ec773369..eb942d5a0d 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
   },
   "homepage": "https://github.com/arduino/docs-content#readme",
   "dependencies": {
-    "@arduino/docs-arduino-cc": "^2.0.33",
+    "@arduino/docs-arduino-cc": "^2.0.34-alpha.2",
     "gatsby": "^5.11.0",
     "gatsby-background-image": "^1.6.0",
     "gatsby-image": "^3.11.0",

From 677f39a7f6390c32dcd63c1aad8a742c67199814 Mon Sep 17 00:00:00 2001
From: Matteo Marsala <matteo.marsala92@gmail.com>
Date: Mon, 19 May 2025 08:16:04 +0200
Subject: [PATCH 3/3] 2.0.34

---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 4f6eab31b8..e874921deb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
       "hasInstallScript": true,
       "license": "ISC",
       "dependencies": {
-        "@arduino/docs-arduino-cc": "^2.0.34-alpha.2",
+        "@arduino/docs-arduino-cc": "^2.0.34",
         "gatsby": "^5.11.0",
         "gatsby-background-image": "^1.6.0",
         "gatsby-image": "^3.11.0",
@@ -339,9 +339,9 @@
       }
     },
     "node_modules/@arduino/docs-arduino-cc": {
-      "version": "2.0.34-alpha.2",
-      "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.34-alpha.2/2dea5df36de61563d93038fcf7849d187951df2f",
-      "integrity": "sha512-arObdNTuYUQnam8UEmty6eY8B/qFPXOXpCg7zEuoREw8L8OY3k7Yjbl7aeGwqkT1OSrdziZT4625zl93VfNUGA==",
+      "version": "2.0.34",
+      "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.34/83342079ae994cea80368e7b5650918cd4c5da3e",
+      "integrity": "sha512-oEidliqMkwB16ZR563VZ1HpbNFr4k+LPinD0+2DD0k9BPVhO8NbEIeztVDqLEqZCmmxs58DbnhT7CmqyMpgaUw==",
       "dependencies": {
         "@algolia/autocomplete-core": "^1.10.0",
         "@algolia/autocomplete-plugin-recent-searches": "^1.17.0",
diff --git a/package.json b/package.json
index eb942d5a0d..bdc3ba88ed 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
   },
   "homepage": "https://github.com/arduino/docs-content#readme",
   "dependencies": {
-    "@arduino/docs-arduino-cc": "^2.0.34-alpha.2",
+    "@arduino/docs-arduino-cc": "^2.0.34",
     "gatsby": "^5.11.0",
     "gatsby-background-image": "^1.6.0",
     "gatsby-image": "^3.11.0",