Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git log -1 --pretty=format:%aI content/learn/04.electronics/05.servo-motors/servo-motors.md
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
13 changes: 13 additions & 0 deletions content/_dev-test/product.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Test
url_shop: /test/
url_guide: /test/
primary_button_url: /test/
primary_button_title: Test
secondary_button_url: /test/
secondary_button_title: Test
core: ""
certifications: []
sku: []
essentials_title: "test"
---
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions content/hardware/_unlisted/kits/opta-ext-a0602/product.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Opta Ext A0602
certifications: [CE, UKCA]
sku: [AFX00007]
---
29 changes: 25 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/arduino/docs-content#readme",
"dependencies": {
"@arduino/docs-arduino-cc": "^2.0.17",
"@arduino/docs-arduino-cc": "^2.0.18",
"gatsby": "^5.11.0",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^3.11.0",
Expand Down