fixed typo protEcols to protOcols

This commit is contained in:
gijsio
2020-07-23 13:00:09 +02:00
parent c8621236d2
commit 92f9ca3f68
11 changed files with 44 additions and 44 deletions

View File

@@ -317,52 +317,52 @@ theme = "doc-theme"
weight = 50
[[menu.main]]
name = "Network Protecols"
url = "/tutorials/networkprotecols/"
identifier = "tutorials@networkprotecols"
name = "Network Protocols"
url = "/tutorials/networkprotocols/"
identifier = "tutorials@networkprotocols"
parent = "tutorials"
weight = 40
[[menu.main]]
name = "AWS"
url = "/tutorials/networkprotecols/aws/"
identifier = "tutorials@networkprotecols@aws"
parent = "tutorials@networkprotecols"
url = "/tutorials/networkprotocols/aws/"
identifier = "tutorials@networkprotocols@aws"
parent = "tutorials@networkprotocols"
weight = 10
[[menu.main]]
name = "HTTP Webserver"
url = "/tutorials/networkprotecols/webserver/"
identifier = "tutorials@networkprotecols@webserver"
parent = "tutorials@networkprotecols"
url = "/tutorials/networkprotocols/webserver/"
identifier = "tutorials@networkprotocols@webserver"
parent = "tutorials@networkprotocols"
weight = 15
[[menu.main]]
name = "HTTPS"
url = "/tutorials/networkprotecols/https/"
identifier = "tutorials@networkprotecols@https"
parent = "tutorials@networkprotecols"
url = "/tutorials/networkprotocols/https/"
identifier = "tutorials@networkprotocols@https"
parent = "tutorials@networkprotocols"
weight = 20
[[menu.main]]
name = "MQTT"
url = "/tutorials/networkprotecols/mqtt/"
identifier = "tutorials@networkprotecols@mqtt"
parent = "tutorials@networkprotecols"
url = "/tutorials/networkprotocols/mqtt/"
identifier = "tutorials@networkprotocols@mqtt"
parent = "tutorials@networkprotocols"
weight = 30
[[menu.main]]
name = "PoE"
url = "/tutorials/networkprotecols/PoE/"
identifier = "tutorials@networkprotecols@poe"
parent = "tutorials@networkprotecols"
url = "/tutorials/networkprotocols/PoE/"
identifier = "tutorials@networkprotocols@poe"
parent = "tutorials@networkprotocols"
weight = 40
[[menu.main]]
name = "NTP"
url = "/tutorials/networkprotecols/ntp/"
identifier = "tutorials@networkprotecols@ntp"
parent = "tutorials@networkprotecols"
url = "/tutorials/networkprotocols/ntp/"
identifier = "tutorials@networkprotocols@ntp"
parent = "tutorials@networkprotocols"
weight = 45
[[menu.main]]
name = "Sockets"
url = "/tutorials/networkprotecols/socket/"
identifier = "tutorials@networkprotecols@socket"
parent = "tutorials@networkprotecols"
url = "/tutorials/networkprotocols/socket/"
identifier = "tutorials@networkprotocols@socket"
parent = "tutorials@networkprotocols"
weight = 50
[[menu.main]]

View File

@@ -1,20 +0,0 @@
---
title: "Network Protecols"
aliases:
- tutorials/networkprotecols.html
- tutorials/networkprotecols
---
Using our devices, several different network protecols can be used. We have grouped them in different categories. Not all examples will work with every network. Generally, WiFi and LTE examples are simi SigFox and LoRa examples
**Protecols**
* [HTTPS](../networkprotecols/https/)
* [MQTT](../networkprotecols/mqtt/)
* [NTP](../networkprotecols/ntp/)
* [OTA-LoRaWAN](../networkprotecols/ota-lorawan/)
* [Socket](../networkprotecols/socket/)
* [HTTP Server](../networkprotecols/webserver/)
**Cloud**
* [AWS](../networkprotecols/aws/)

View File

@@ -0,0 +1,20 @@
---
title: "Network Protocols"
aliases:
- tutorials/networkprotocols.html
- tutorials/networkprotocols
---
Using our devices, several different network protocols can be used. We have grouped them in different categories. Not all examples will work with every network. Generally, examples are compatible with different networks.
**Protecols**
* [HTTPS](../networkprotocols/https/)
* [MQTT](../networkprotocols/mqtt/)
* [NTP](../networkprotocols/ntp/)
* [OTA-LoRaWAN](../networkprotocols/ota-lorawan/)
* [Socket](../networkprotocols/socket/)
* [HTTP Server](../networkprotocols/webserver/)
**Cloud**
* [AWS](../networkprotecols/aws/)