From 715e9f1fd24f0a5b70c16d15de844e05a9cfc97c Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Thu, 7 Apr 2022 17:52:13 +0200 Subject: [PATCH 1/3] Mark retired products --- content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md | 1 + content/hardware/01.mkr/01.boards/mkr-fox-1200/product.md | 1 + content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md | 1 + package.json | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md index aaf123c8b8..1337c1e594 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/arduino-mkr1000-wifi url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/mkr-boards/mkr1000/137' +status: end-of-life --- The Arduino MKR 1000 WiFi is the easiest point of entry to basic IoT and pico-network application design. Whether you are looking at setting up a sensor network for your office or building a smart home, the MKR 1000 WiFi will make that journey easy. \ No newline at end of file diff --git a/content/hardware/01.mkr/01.boards/mkr-fox-1200/product.md b/content/hardware/01.mkr/01.boards/mkr-fox-1200/product.md index a99eef2213..2f05800120 100644 --- a/content/hardware/01.mkr/01.boards/mkr-fox-1200/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-fox-1200/product.md @@ -3,6 +3,7 @@ title: MKR FOX 1200 url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/mkr-boards/mkrfox1200/142' +status: end-of-life --- The MKR FOX 1200 is your entry point to start working with the European Sigfox networks. The board can easily be added to the Sigfox infrastructure. It also features very low power consumption, and is designed to run on batteries for a longer period of time. \ No newline at end of file diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md index d5fd790a8a..cbe8dda23f 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md @@ -3,6 +3,7 @@ title: MKR GSM 1400 url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/mkr-boards/mkrgsm1400/146' +status: end-of-life --- The Arduino MKR GSM 1400 is a great starting point for building IoT projects connected to GSM / 3G network. Whether you are looking at building a sensor network for agricultural projects, or for urban data collection, the MKR GSM 1400 is your go-to board for IoT projects when Wi-Fi is not available. \ No newline at end of file diff --git a/package.json b/package.json index e40d38c6b3..adb60a0e6c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/arduino/docs-content#readme", "dependencies": { - "@arduino/docs-arduino-cc": "^1.0.14", + "@arduino/docs-arduino-cc": "^1.0.16", "gatsby": "^4.3.0" }, "volta": { From 15ab1515ae4e853be939565df70f9ded72b026a8 Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Fri, 8 Apr 2022 00:27:17 +0200 Subject: [PATCH 2/3] Silence some linter warnings --- .../mkr-wan-library-examples/mkr-wan-library-examples.md | 2 +- .../boards/yun-rev2/tutorials/ShellCommands/ShellCommands.md | 4 ++-- .../boards/yun-rev2/tutorials/WiFiStatus/WiFiStatus.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/mkr-wan-library-examples/mkr-wan-library-examples.md b/content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/mkr-wan-library-examples/mkr-wan-library-examples.md index 0e4f4c4f50..c7c9c0e6b3 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/mkr-wan-library-examples/mkr-wan-library-examples.md +++ b/content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/mkr-wan-library-examples/mkr-wan-library-examples.md @@ -5,7 +5,7 @@ tags: [LoRa, WAN] author: Arduino --- -These examples will show you how to set up your board to use the LoRa network and how to send and receive data from the LoRa network. +These examples will show you how to set up your board to use the LoRa® network and how to send and receive data from the LoRa® network. ## Hardware Required diff --git a/content/hardware/02.hero/boards/yun-rev2/tutorials/ShellCommands/ShellCommands.md b/content/hardware/02.hero/boards/yun-rev2/tutorials/ShellCommands/ShellCommands.md index 92046fe2d6..328288b859 100644 --- a/content/hardware/02.hero/boards/yun-rev2/tutorials/ShellCommands/ShellCommands.md +++ b/content/hardware/02.hero/boards/yun-rev2/tutorials/ShellCommands/ShellCommands.md @@ -65,7 +65,7 @@ void loop() { Process p; ``` -Pass `runShellCommand()` the path of the script you wish to run, along with any additional commands. In this case, you'll call "grep Signal" to pull out just the signal strength of the WiFi connection. +Pass `runShellCommand()` the path of the script you wish to run, along with any additional commands. In this case, you'll call "grep Signal" to pull out just the signal strength of the Wi-Fi connection. `p.runShellCommand("/usr/bin/pretty-wifi-info.lua | grep Signal");` @@ -92,7 +92,7 @@ while (p.available()) { } ``` -The LED should change its brightness as the WiFi signal strength fluctuates. +The LED should change its brightness as the Wi-Fi signal strength fluctuates. ## Complete Sketch diff --git a/content/hardware/02.hero/boards/yun-rev2/tutorials/WiFiStatus/WiFiStatus.md b/content/hardware/02.hero/boards/yun-rev2/tutorials/WiFiStatus/WiFiStatus.md index 28217858c3..deb8cc81c2 100644 --- a/content/hardware/02.hero/boards/yun-rev2/tutorials/WiFiStatus/WiFiStatus.md +++ b/content/hardware/02.hero/boards/yun-rev2/tutorials/WiFiStatus/WiFiStatus.md @@ -1,7 +1,7 @@ --- tags: [Yún] author: Arduino -title: 'Arduino Yún Yún WiFi Status' +title: 'Arduino Yún WiFi Status' description: 'Runs a pre-configured script that reports back the strength of the current WiFi network.' --- From 5cd5c9e7ab37bb9d1b8b52988933d66372a4e17d Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Fri, 8 Apr 2022 11:04:07 +0200 Subject: [PATCH 3/3] Require docs 1.0.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adb60a0e6c..7780f0cf21 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/arduino/docs-content#readme", "dependencies": { - "@arduino/docs-arduino-cc": "^1.0.16", + "@arduino/docs-arduino-cc": "^1.0.17", "gatsby": "^4.3.0" }, "volta": {