Skip to content

Commit ba171c8

Browse files
authored
Merge branch 'main' into taddy/braccio-carrier-power-spec-update
2 parents 676873d + f248e1d commit ba171c8

File tree

1,091 files changed

+19998
-1938
lines changed

Some content is hidden

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

1,091 files changed

+19998
-1938
lines changed

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Deploy to production
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

.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)" --repo arduino/docs-content
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
3232

3333
- name: Close PR
3434
env:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

Power_Tree_Max_Carrier.svg

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

content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md renamed to content/arduino-cloud/01.getting-started/01.iot-cloud-getting-started/iot-cloud-getting-started.md

Lines changed: 3 additions & 1 deletion

content/cloud/iot-cloud/tutorials/02.technical-reference/iot-cloud-tech-ref.md renamed to content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md

Lines changed: 6 additions & 6 deletions

content/cloud/iot-cloud/tutorials/04.cloud-lora-getting-started/cloud-lora-getting-started.md renamed to content/arduino-cloud/01.getting-started/04.cloud-lora-getting-started/cloud-lora-getting-started.md

Lines changed: 22 additions & 18 deletions

0 commit comments

Comments
 (0)