Skip to content

Commit 89db077

Browse files
authored
[WEDO-6781]Add redeem flow entrypoints + 2.0.34 (#2484)
* Add redeem flow entrypoints * 2.0.34-alpha.2 * 2.0.34
1 parent 3ff38a2 commit 89db077

File tree

5 files changed

+34
-6
lines changed

5 files changed

+34
-6
lines changed

content/hardware/02.hero/boards/uno-r4-minima/features.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ A reference to all technical features on this board, with pointers to additional
1919
The UNO R4 Minima is the first UNO to feature a USB-C® connector.
2020
</Feature>
2121

22+
<Feature title="3 months of Cloud Maker plan included" image="cloud">
23+
24+
With Arduino UNO R4 you will get 3 months of cloud maker plan for free
25+
26+
<FeatureWrapper>
27+
<FeatureLink variant="primary" title="Register product" url="https://digital-store.arduino.cc/subscriptions/redeem"/>
28+
</FeatureWrapper>
29+
</Feature>
30+
2231
<Feature title="Real-Time Clock (RTC)" image="mcu">
2332
Keep track of time & date and set alarms with the built-in RTC.
2433
<FeatureWrapper>

content/hardware/02.hero/boards/uno-r4-wifi/features.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ A reference to all technical features on this board, with pointers to additional
2222
</FeatureWrapper>
2323
</Feature>
2424

25+
<Feature title="3 months of Cloud Maker plan included" image="cloud">
26+
27+
With Arduino UNO R4 you will get 3 months of cloud maker plan for free
28+
29+
<FeatureWrapper>
30+
<FeatureLink variant="primary" title="Register product" url="https://digital-store.arduino.cc/subscriptions/redeem"/>
31+
</FeatureWrapper>
32+
</Feature>
33+
2534
<Feature title="5 V Operating Voltage" image="power">
2635
The RA4M1 and the GPIOs of this board operates on 5 V.
2736
</Feature>

content/hardware/09.kits/maker/plug-and-make-kit/features.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,20 @@ This kit includes instructions for 7 projects that use the Modulino® nodes, giv
1414

1515
<Feature title="Modulino® Base" image="configurability">
1616

17-
The kit includes a mounting plate for you to build your projects on, enabling you to quickly build physical interfaces.
17+
The kit includes a mounting plate for you to build your projects on, enabling you to quickly build physical interfaces.
1818

1919
</Feature>
2020

21+
<Feature title="3 months of Cloud Maker plan included" image="cloud">
22+
23+
With Plug and Make kit you will get 3 months of cloud maker plan for free
24+
25+
<FeatureWrapper>
26+
<FeatureLink variant="primary" title="Register product" url="https://digital-store.arduino.cc/subscriptions/redeem"/>
27+
</FeatureWrapper>
28+
</Feature>
29+
30+
2131
<Feature title="Qwiic Connectors" image="connection">
2232

2333
The Modulino® connects to your UNO R4 WiFi with Qwiic cables, letting you focus on learning programming without building complex circuits.

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.33",
21+
"@arduino/docs-arduino-cc": "^2.0.34",
2222
"gatsby": "^5.11.0",
2323
"gatsby-background-image": "^1.6.0",
2424
"gatsby-image": "^3.11.0",

0 commit comments

Comments
 (0)