Skip to content

Commit 3bb0044

Browse files
committed
Secondary button max char 20
1 parent 255e4d9 commit 3bb0044

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Diff for: content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ forumCategorySlug: '/hardware/mkr-boards/mkr1000/137'
99
certifications: [CE, UKCA]
1010
status: end-of-life
1111
productCode: '017'
12+
sku: ABX00004
1213
---
1314

1415
The Arduino MKR 1000 WiFi is the easiest point of entry to basic IoT and pico-network application design. Whether you are looking at setting up a sensor network for your office or building a smart home, the MKR 1000 WiFi will make that journey easy.

Diff for: package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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.6-alpha-4",
21+
"@arduino/docs-arduino-cc": "^2.0.6-alpha-15",
2222
"gatsby": "^5.11.0",
2323
"gatsby-background-image": "^1.6.0",
2424
"gatsby-image": "^3.11.0",

Diff for: scripts/validation/rules/tutorial-metadata-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"secondary_button_title": {
8787
"type": "string",
88-
"maxLength": 15
88+
"maxLength": 20
8989
}
9090
},
9191
"required": ["title", "tags", "description", "author"],

0 commit comments

Comments
 (0)