Skip to content

Commit 7a2f3ab

Browse files
committed
Merge branch 'main' into sebromero/datasheet-renderer-integration
# Conflicts: # package-lock.json # package.json
2 parents 2304462 + 77b6b5c commit 7a2f3ab

File tree

163 files changed

+179351
-285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+179351
-285
lines changed

.github/workflows/sync-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Sync PR
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.SYNC_GITHUB_CLI_TOKEN }}
31-
run: gh pr create --title "$(gh pr view $GITHUB_REF_NAME --json title --jq .title)" --body "$(gh pr view $GITHUB_REF_NAME --json body --jq .body)" --label "$(gh pr view $GITHUB_REF_NAME --json labels --jq .labels[].name)" --reviewer "$(gh pr view $GITHUB_REF_NAME --json reviewRequests --jq .reviewRequests[].login)" --label "arduino" --assignee "$(gh pr view $GITHUB_REF_NAME --json assignees --jq .assignees[].login)" --repo arduino/docs-content
31+
run: gh pr create --repo arduino/docs-content --head sync/${GITHUB_REF_NAME} --title "$(gh pr view $GITHUB_REF_NAME --json title --jq .title)" --body "$(gh pr view $GITHUB_REF_NAME --json body --jq .body)" --label "$(gh pr view $GITHUB_REF_NAME --json labels --jq .labels[].name)" --reviewer "$(gh pr view $GITHUB_REF_NAME --json reviewRequests --jq .reviewRequests[].login)" --label "arduino" --assignee "$(gh pr view $GITHUB_REF_NAME --json assignees --jq .assignees[].login)"
3232

3333
- name: Close PR
3434
env:

content/arduino-cloud/01.getting-started/01.iot-cloud-getting-started/iot-cloud-getting-started.md

Lines changed: 14 additions & 0 deletions

content/arduino-cloud/01.getting-started/06.cloud-variables/cloud-variables.md

Lines changed: 18 additions & 0 deletions

content/arduino-cloud/03.tutorials/alexa-mkr-rgb-shield/alexa-mkr-rgb-shield.md

Lines changed: 10 additions & 2 deletions

content/built-in-examples/01.basics/ReadAnalogVoltage/ReadAnalogVoltage.md

Lines changed: 3 additions & 3 deletions

content/hardware/01.mkr/01.boards/mkr-vidor-4000/tutorials/vidor-gsvhdl/content.md

Lines changed: 1 addition & 1 deletion

content/hardware/02.hero/boards/due/product.md

Lines changed: 1 addition & 1 deletion

content/hardware/02.hero/boards/mega-2560/datasheet/datasheet.md

Lines changed: 0 additions & 3 deletions

content/hardware/02.hero/boards/uno-mini-le/datasheet/datasheet.md

Lines changed: 1 addition & 4 deletions

content/hardware/02.hero/boards/uno-mini-le/features.md

Lines changed: 1 addition & 1 deletion

content/hardware/02.hero/boards/uno-mini-le/product.md

Lines changed: 1 addition & 1 deletion

content/hardware/02.hero/boards/uno-mini-le/tutorials/uno-mini-le-guide/uno-mini-le-guide.md

Lines changed: 2 additions & 2 deletions

content/hardware/02.hero/boards/uno-rev3/datasheet/datasheet.md

Lines changed: 0 additions & 3 deletions

content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/bluetooth/bluetooth.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../tutorials/generic/micropython-installation

content/hardware/03.nano/boards/nano-33-ble/tutorials/bluetooth/Bluetooth.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../tutorials/generic/micropython-installation

content/hardware/03.nano/boards/nano-33-iot/tutorials/bluetooth/content.md

Lines changed: 1 addition & 1 deletion

content/hardware/03.nano/boards/nano-every/datasheet/datasheet.md

Lines changed: 0 additions & 3 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../tutorials/generic/micropython-installation

content/hardware/03.nano/boards/nano/datasheet/datasheet.md

Lines changed: 0 additions & 3 deletions

content/hardware/03.nano/carriers/nano-motor-carrier/tutorials/nano-matlab-wifi-led/nanoMatlabWiFiLED.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../tutorials/generic/micropython-installation
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../tutorials/generic/micropython-installation

0 commit comments

Comments
 (0)