Skip to content

Commit 877861b

Browse files
authored
2.0.9 (#1864)
* 2.0.9-alpha-1 * Remove LR * remove cloudflare action * 2.0.9 * 2.0.10
1 parent b786da6 commit 877861b

File tree

17 files changed

+118
-53
lines changed

17 files changed

+118
-53
lines changed

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
3939
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
4040
find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
41+
find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
4142
4243
- name: Gatsby main cache
4344
uses: actions/cache@v4

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
3939
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
4040
find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
41+
find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
4142
4243
- name: Gatsby main cache
4344
uses: actions/cache@v4

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ node_modules
77
public
88
src
99
.DS_Store
10-
.vscode/settings.json
10+
.vscode/settings.json
11+
content/en
12+
content/de
13+
content/pt

content/_dev-test/content.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: ""
3+
title: ""
4+
categories: ""
5+
subCategories: ""
6+
leaf: false
7+
mainDescription: ""
8+
mainTitle: ""
9+
---

content/language-reference/01.functions/01.digital-io/digitalread/function.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/language-reference/01.functions/01.digital-io/digitalwrite/function.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/language-reference/01.functions/02.math/abs/function.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/language-reference/01.functions/02.math/constrain/function.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/language-reference/01.functions/category.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/language-reference/02.variables/01.constants/constants/variable.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/language-reference/02.variables/01.constants/floatingPointConstants/variable.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/language-reference/02.variables/category.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/language-reference/03.structure/category.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/language-reference/language-reference.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/programming/01.language-reference/language-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Language Reference
3-
url: https://www.arduino.cc/reference/en/
3+
url: /language-reference/
44
external: true
55
icon: IconArduino
66
links:

package-lock.json

Lines changed: 101 additions & 7 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.9-hotfix1",
21+
"@arduino/docs-arduino-cc": "^2.0.10",
2222
"gatsby": "^5.11.0",
2323
"gatsby-background-image": "^1.6.0",
2424
"gatsby-image": "^3.11.0",

0 commit comments

Comments
 (0)