Skip to content
Merged

2.0.22 #2244

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix cloud-api quick links
  • Loading branch information
Matteo-it committed Nov 14, 2024
commit 3d369d8ad994a466183401d8af245c648777112c
7 changes: 7 additions & 0 deletions content/hardware/01.mkr/01.boards/mkr-wifi-1010/essentials.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
productsLibrariesMap:
- wifinina
- arduinomqttclient
- arduinoble
---

<EssentialsColumn title="First Steps">
<EssentialElement title="Quickstart Guide" link="/software/ide-v2/tutorials/ide-v2-board-manager" type="getting-started">
All you need to know to get started with your new Arduino board.
Expand Down
4 changes: 2 additions & 2 deletions content/programming/05.iot-cloud-api/iot-cloud-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ icon: IconBell
links:
[
{ title: "Dashboard V2 Create", url: /cloud-api/dashboards-api#Dashboards V2 List },
{ title: "Dashboard V2 Delete", url: /cloud-api/dashboards-api#Dashboards V2 { title: "Dashboard V2 Delete", url: /cloud-api/dashboards-api#Dashboards V2 List },
},
{ title: "Dashboard V2 Delete", url: /cloud-api/dashboards-api#Dashboards V2 },
{ title: "Dashboard V2 Delete", url: /cloud-api/dashboards-api#Dashboards V2 List },
{ title: "Dashboard V2 DeleteShare", url: /cloud-api/dashboards-api#Dashboards V2 Dashboard V2 DeleteShare },
{ title: "Dashboard V2 Link", url: /cloud-api/dashboards-api#Dashboards V2 Link },
{ title: "Dashboard V2 List", url: /cloud-api/dashboards-api#Dashboards V2 List },
Expand Down
8 changes: 4 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.22-alpha-2",
"@arduino/docs-arduino-cc": "^2.0.22-alpha-9",
"gatsby": "^5.11.0",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^3.11.0",
Expand Down