diff --git a/content/_dev-test/essentials.md b/content/_dev-test/essentials.md
new file mode 100644
index 0000000000..198cb0b808
--- /dev/null
+++ b/content/_dev-test/essentials.md
@@ -0,0 +1,3 @@
+---
+productsLibrariesMap: []
+---
\ No newline at end of file
diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/essentials.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/essentials.md
index 0d155fcc52..e59b21bd54 100644
--- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/essentials.md
+++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/essentials.md
@@ -17,13 +17,13 @@
-The ArduinoBLE library is designed for Arduino boards that have hardware enabled for Bluetooth® Low Energy and Bluetooth® 4.0 and above.
+The ArduinoBLE library is designed for Arduino boards that have hardware enabled for Bluetooth® Low Energy and Bluetooth® 4.0 and above.
- Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
+ Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
diff --git a/package-lock.json b/package-lock.json
index 6a09a7c35f..c9caa1dbc4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
- "@arduino/docs-arduino-cc": "^2.0.19",
+ "@arduino/docs-arduino-cc": "^2.0.21",
"gatsby": "^5.11.0",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^3.11.0",
@@ -339,9 +339,9 @@
}
},
"node_modules/@arduino/docs-arduino-cc": {
- "version": "2.0.19",
- "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.19/ba4e3b632635c9ed263e19cdc628ff7387eaba19",
- "integrity": "sha512-xoCBamhEkLDpOgNlgZ9p0CmoVXZ/ZlSDYOTC8d7SsprF9w104JMMGytVXSv3YhQgc2Q5kon6e5YRNNqNICn4DQ==",
+ "version": "2.0.21",
+ "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21/160470dee270b84e1e05d4d67a71a6cf66c608b2",
+ "integrity": "sha512-e8Gl9pbdSxANmsYtdbYT/WwMXsE3aX3wW+38sFsyN86m1GaXtQBrhIi7RgbqQCd8KeqCkcOit1RFEmZo4h7bMg==",
"dependencies": {
"@algolia/autocomplete-core": "^1.10.0",
"@algolia/autocomplete-plugin-recent-searches": "^1.17.0",
diff --git a/package.json b/package.json
index b56ca1a478..a6d08341c7 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
},
"homepage": "https://github.com/arduino/docs-content#readme",
"dependencies": {
- "@arduino/docs-arduino-cc": "^2.0.19",
+ "@arduino/docs-arduino-cc": "^2.0.21",
"gatsby": "^5.11.0",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^3.11.0",