Skip to content

Commit 6221afb

Browse files
authored
Merge pull request #154 from arduino/sebromero/retired-products
Mark retired products
2 parents 19aa878 + 5cd5c9e commit 6221afb

File tree

7 files changed

+8
-5
lines changed

7 files changed

+8
-5
lines changed

content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/arduino-mkr1000-wifi
44
url_guide: /software/ide-v1/installing-samd21-core
55
core: arduino:samd
66
forumCategorySlug: '/hardware/mkr-boards/mkr1000/137'
7+
status: end-of-life
78
---
89

910
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.

content/hardware/01.mkr/01.boards/mkr-fox-1200/product.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: MKR FOX 1200
33
url_guide: /software/ide-v1/installing-samd21-core
44
core: arduino:samd
55
forumCategorySlug: '/mkr-boards/mkrfox1200/142'
6+
status: end-of-life
67
---
78

89
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.

content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: MKR GSM 1400
33
url_guide: /software/ide-v1/installing-samd21-core
44
core: arduino:samd
55
forumCategorySlug: '/hardware/mkr-boards/mkrgsm1400/146'
6+
status: end-of-life
67
---
78

89
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.

content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/mkr-wan-library-examples/mkr-wan-library-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: [LoRa, WAN]
55
author: Arduino
66
---
77

8-
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.
8+
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.
99

1010
## Hardware Required
1111

content/hardware/02.hero/boards/yun-rev2/tutorials/ShellCommands/ShellCommands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void loop() {
6565
Process p;
6666
```
6767

68-
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.
68+
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.
6969

7070
`p.runShellCommand("/usr/bin/pretty-wifi-info.lua | grep Signal");`
7171

@@ -92,7 +92,7 @@ while (p.available()) {
9292
}
9393
```
9494

95-
The LED should change its brightness as the WiFi signal strength fluctuates.
95+
The LED should change its brightness as the Wi-Fi signal strength fluctuates.
9696

9797
## Complete Sketch
9898

content/hardware/02.hero/boards/yun-rev2/tutorials/WiFiStatus/WiFiStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
tags: [Yún]
33
author: Arduino
4-
title: 'Arduino Yún Yún WiFi Status'
4+
title: 'Arduino Yún WiFi Status'
55
description: 'Runs a pre-configured script that reports back the strength of the current WiFi network.'
66
---
77

package.json

Lines changed: 1 addition & 1 deletion
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": "^1.0.14",
21+
"@arduino/docs-arduino-cc": "^1.0.17",
2222
"gatsby": "^4.3.0"
2323
},
2424
"volta": {

0 commit comments

Comments
 (0)