Skip to content

Commit 417b17d

Browse files
Declarations of conformity for Opta Ext A0602 (#2105)
* 2.0.18 (#2069) * 2.0.18-alpha.1 * Essential title * 2.0.18-alpha.2 * 2.0.18-alpha.3 * 2.0.18-alpha.4 * 2.0.18-alpha.5 * remove git log * 2.0.18 * uploading declarations of conformity for Opta Ext A0602 --------- Co-authored-by: Matteo Marsala <m.marsala@arduino.cc>
1 parent 58bf37a commit 417b17d

File tree

7 files changed

+44
-6
lines changed

7 files changed

+44
-6
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29-
- run: git log -1 --pretty=format:%aI content/learn/04.electronics/05.servo-motors/servo-motors.md
3029
- uses: actions/setup-node@v4
3130
with:
3231
node-version: 18

content/_dev-test/product.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Test
3+
url_shop: /test/
4+
url_guide: /test/
5+
primary_button_url: /test/
6+
primary_button_title: Test
7+
secondary_button_url: /test/
8+
secondary_button_title: Test
9+
core: ""
10+
certifications: []
11+
sku: []
12+
essentials_title: "test"
13+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Opta Ext A0602
3+
certifications: [CE, UKCA]
4+
sku: [AFX00007]
5+
---

package-lock.json

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

0 commit comments

Comments
 (0)