mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 09:04:12 +01:00
fixed typo protEcols to protOcols
This commit is contained in:
48
config.toml
48
config.toml
@@ -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]]
|
||||
|
||||
@@ -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/)
|
||||
20
content/tutorials/networkprotocols/_index.md
Normal file
20
content/tutorials/networkprotocols/_index.md
Normal 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/)
|
||||
Reference in New Issue
Block a user