Skip to content

Commit 3d369d8

Browse files
committed
Fix cloud-api quick links
1 parent bd8b86d commit 3d369d8

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/essentials.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
productsLibrariesMap:
3+
- wifinina
4+
- arduinomqttclient
5+
- arduinoble
6+
---
7+
18
<EssentialsColumn title="First Steps">
29
<EssentialElement title="Quickstart Guide" link="/software/ide-v2/tutorials/ide-v2-board-manager" type="getting-started">
310
All you need to know to get started with your new Arduino board.

content/programming/05.iot-cloud-api/iot-cloud-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ icon: IconBell
66
links:
77
[
88
{ title: "Dashboard V2 Create", url: /cloud-api/dashboards-api#Dashboards V2 List },
9-
{ title: "Dashboard V2 Delete", url: /cloud-api/dashboards-api#Dashboards V2 { title: "Dashboard V2 Delete", url: /cloud-api/dashboards-api#Dashboards V2 List },
10-
},
9+
{ title: "Dashboard V2 Delete", url: /cloud-api/dashboards-api#Dashboards V2 },
10+
{ title: "Dashboard V2 Delete", url: /cloud-api/dashboards-api#Dashboards V2 List },
1111
{ title: "Dashboard V2 DeleteShare", url: /cloud-api/dashboards-api#Dashboards V2 Dashboard V2 DeleteShare },
1212
{ title: "Dashboard V2 Link", url: /cloud-api/dashboards-api#Dashboards V2 Link },
1313
{ title: "Dashboard V2 List", url: /cloud-api/dashboards-api#Dashboards V2 List },

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.22-alpha-2",
21+
"@arduino/docs-arduino-cc": "^2.0.22-alpha-9",
2222
"gatsby": "^5.11.0",
2323
"gatsby-background-image": "^1.6.0",
2424
"gatsby-image": "^3.11.0",

0 commit comments

Comments
 (0)