From 7ad64f114772acaa47e87861b02fcc2665e6c36d Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Thu, 10 Oct 2024 13:39:49 +0200 Subject: [PATCH 01/10] 2.0.20 --- .../01.boards/mkr-wifi-1010/essentials.md | 24 +++++++------------ package-lock.json | 8 +++---- package.json | 2 +- 3 files changed, 14 insertions(+), 20 deletions(-) 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..56408feef0 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 @@ -1,3 +1,11 @@ +--- +productsLibrariesMap: + - wifinina + - WiFiNINA + - arduinomqttclient + - arduinoble +--- + All you need to know to get started with your new Arduino board. @@ -7,23 +15,9 @@ - - - The WiFiNINA library is designed to use the NINA-W102 module, which allows your Arduino to connect to the Internet, either as a server accepting incoming connections or a client making outgoing ones. - - - - The ArduinoMqttClient library allows you to send and receive MQTT messages using Arduino. Connect to brokers, publish and subscribe to topics. A great library for devices to communicate over the Internet. - - - -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..b2e6dbb274 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.20", "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.20", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.20/12c5900ef18f83c4e5b4473a4189e7888e7faee8", + "integrity": "sha512-0K58D1C2qazzch1e6WfOl/qqsjeJAfmt6EOvMP4On/V97A7+OkIJSZZVVFls/WG7xne+8boetwZtbA7GGcXfkw==", "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..0017da8c61 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.20", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From d58c19dc0b9f8c51a791d6c3d4110c77abb861f5 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Fri, 11 Oct 2024 08:38:48 +0200 Subject: [PATCH 02/10] avoid objectID --- content/hardware/01.mkr/01.boards/mkr-wifi-1010/essentials.md | 1 - 1 file changed, 1 deletion(-) 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 56408feef0..801b03d069 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 @@ -1,7 +1,6 @@ --- productsLibrariesMap: - wifinina - - WiFiNINA - arduinomqttclient - arduinoble --- From 77b41a06b01690e611978c90ea16402d260b010d Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Fri, 11 Oct 2024 14:22:08 +0200 Subject: [PATCH 03/10] 2.0.21-alpha-1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2e6dbb274..2651e338a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.20", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-1", "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.20", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.20/12c5900ef18f83c4e5b4473a4189e7888e7faee8", - "integrity": "sha512-0K58D1C2qazzch1e6WfOl/qqsjeJAfmt6EOvMP4On/V97A7+OkIJSZZVVFls/WG7xne+8boetwZtbA7GGcXfkw==", + "version": "2.0.21-alpha-1", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-1/b1e5d8146074f10a491fb04c51eb869e4917b774", + "integrity": "sha512-Asdh/E/dTLBS9eYrt3l8uNyCijDxQA31uNKZcuXDVlrqaC1cQtiHVKLWDV8TsD5d5L8pC9aN1yY63n12C4XcGA==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 0017da8c61..27a40aeb5f 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.20", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-1", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 2aab5eab6de9e1df9a9566754e3aab7cf2f709b1 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Fri, 11 Oct 2024 16:30:57 +0200 Subject: [PATCH 04/10] 2.0.21-alpha-2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2651e338a3..fe2970a37c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.21-alpha-1", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-2", "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.21-alpha-1", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-1/b1e5d8146074f10a491fb04c51eb869e4917b774", - "integrity": "sha512-Asdh/E/dTLBS9eYrt3l8uNyCijDxQA31uNKZcuXDVlrqaC1cQtiHVKLWDV8TsD5d5L8pC9aN1yY63n12C4XcGA==", + "version": "2.0.21-alpha-2", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-2/e0cb16f768902c58cc00b32709e28feeff0e60ce", + "integrity": "sha512-k972isQr/1ePAG9vCiEqwoWejRcJ3dXjxgUWjtcNRB066HeJFG5gtztHL7R2JeZBhATKFlstUSDa2EPbI0k5Vg==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 27a40aeb5f..4213c29d6e 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.21-alpha-1", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-2", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 82b86f08ba8338067855ba1e737139e7b2d07472 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Mon, 14 Oct 2024 11:21:22 +0200 Subject: [PATCH 05/10] 2.0.21-alpha-3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe2970a37c..7c29c69fdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.21-alpha-2", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-3", "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.21-alpha-2", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-2/e0cb16f768902c58cc00b32709e28feeff0e60ce", - "integrity": "sha512-k972isQr/1ePAG9vCiEqwoWejRcJ3dXjxgUWjtcNRB066HeJFG5gtztHL7R2JeZBhATKFlstUSDa2EPbI0k5Vg==", + "version": "2.0.21-alpha-3", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-3/a2383d42f7721b916293e69b51cf33d608936ed6", + "integrity": "sha512-kPxrSUa60x+V8T1na/hk0OFSqM2jYzUr0db0GtCnDM3eZlHIiwWx/MF8kQP9QJnHjRvnLpwb6vIgru0OMHvLgQ==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 4213c29d6e..77892a4e6f 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.21-alpha-2", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-3", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 256972c7ee8575fd017d57e1a3af8a39e8e4351f Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Mon, 14 Oct 2024 14:06:12 +0200 Subject: [PATCH 06/10] 2.0.21-alpha-4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c29c69fdf..0b9b04b5a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.21-alpha-3", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-4", "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.21-alpha-3", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-3/a2383d42f7721b916293e69b51cf33d608936ed6", - "integrity": "sha512-kPxrSUa60x+V8T1na/hk0OFSqM2jYzUr0db0GtCnDM3eZlHIiwWx/MF8kQP9QJnHjRvnLpwb6vIgru0OMHvLgQ==", + "version": "2.0.21-alpha-4", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-4/3c08879f8c3f0026ea964501b3a1b341578f1195", + "integrity": "sha512-CfaFEzj3oLMRrainYZxaC22r9vwShyNJDfEQLySilaZvPpjZ5VVohcSK+Uchs2pT6VtOeb6jJE1YKJa8v7eoSg==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 77892a4e6f..5a95a0372e 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.21-alpha-3", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-4", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 83c172d7b2181cbbe023d9d78866c7697382577c Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Mon, 14 Oct 2024 15:35:45 +0200 Subject: [PATCH 07/10] 2.0.21-alpha-5 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b9b04b5a2..10e85bcfb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.21-alpha-4", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-5", "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.21-alpha-4", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-4/3c08879f8c3f0026ea964501b3a1b341578f1195", - "integrity": "sha512-CfaFEzj3oLMRrainYZxaC22r9vwShyNJDfEQLySilaZvPpjZ5VVohcSK+Uchs2pT6VtOeb6jJE1YKJa8v7eoSg==", + "version": "2.0.21-alpha-5", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-5/a2d6380f252d3c74ca0cbb935c57bb821cb6b754", + "integrity": "sha512-GskN2dcdrlkBi5eGDoWRxHufiZw11+yqclEOd20XvZcMwqnopV3NSIKrx1vkBSN0okEV2s+9rAyyQ52Fg1KOLA==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 5a95a0372e..9d7bf3aad2 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.21-alpha-4", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-5", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From a873bdd654506c4ba1a7e10c528646d26ff778bf Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Tue, 15 Oct 2024 08:52:39 +0200 Subject: [PATCH 08/10] undo essentials --- .../01.boards/mkr-wifi-1010/essentials.md | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) 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 801b03d069..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 @@ -1,10 +1,3 @@ ---- -productsLibrariesMap: - - wifinina - - arduinomqttclient - - arduinoble ---- - All you need to know to get started with your new Arduino board. @@ -14,6 +7,20 @@ productsLibrariesMap: + + + The WiFiNINA library is designed to use the NINA-W102 module, which allows your Arduino to connect to the Internet, either as a server accepting incoming connections or a client making outgoing ones. + + + + The ArduinoMqttClient library allows you to send and receive MQTT messages using Arduino. Connect to brokers, publish and subscribe to topics. A great library for devices to communicate over the Internet. + + + +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. From 680795d67e1f322ef8a3eff77cfb8592c7ad5f38 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Tue, 15 Oct 2024 09:47:48 +0200 Subject: [PATCH 09/10] 2.0.21-alpha-6 --- content/_dev-test/essentials.md | 3 +++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 content/_dev-test/essentials.md 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/package-lock.json b/package-lock.json index 10e85bcfb9..c5ea27c54c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.21-alpha-5", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-6", "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.21-alpha-5", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-5/a2d6380f252d3c74ca0cbb935c57bb821cb6b754", - "integrity": "sha512-GskN2dcdrlkBi5eGDoWRxHufiZw11+yqclEOd20XvZcMwqnopV3NSIKrx1vkBSN0okEV2s+9rAyyQ52Fg1KOLA==", + "version": "2.0.21-alpha-6", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-6/5a8f1ca214784b955ade187b647a604472cebd64", + "integrity": "sha512-NJkm/2U8rHpjYg9ZwofOY6XBtC47lH/CMqsYbXnDCZp9xwgj8RpZgGWUUU6GyGf7bnw6G4hkg0+rxCSQfbx6ng==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 9d7bf3aad2..8d9c10a6d9 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.21-alpha-5", + "@arduino/docs-arduino-cc": "^2.0.21-alpha-6", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 15afbd415752731c8796b73068860c431dbdf8ae Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Tue, 15 Oct 2024 10:28:46 +0200 Subject: [PATCH 10/10] 2.0.21 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5ea27c54c..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.21-alpha-6", + "@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.21-alpha-6", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.21-alpha-6/5a8f1ca214784b955ade187b647a604472cebd64", - "integrity": "sha512-NJkm/2U8rHpjYg9ZwofOY6XBtC47lH/CMqsYbXnDCZp9xwgj8RpZgGWUUU6GyGf7bnw6G4hkg0+rxCSQfbx6ng==", + "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 8d9c10a6d9..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.21-alpha-6", + "@arduino/docs-arduino-cc": "^2.0.21", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0",