From 92f9ca3f6867aecca93470faf3cdb24b9595d969 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Thu, 23 Jul 2020 13:00:09 +0200 Subject: [PATCH] fixed typo protEcols to protOcols --- config.toml | 48 +++++++++---------- content/tutorials/networkprotecols/_index.md | 20 -------- .../PoE.md | 0 content/tutorials/networkprotocols/_index.md | 20 ++++++++ .../aws.md | 0 .../https.md | 0 .../mqtt.md | 0 .../ntp.md | 0 .../ota-lorawan.md | 0 .../socket.md | 0 .../webserver.md | 0 11 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 content/tutorials/networkprotecols/_index.md rename content/tutorials/{networkprotecols => networkprotocols}/PoE.md (100%) create mode 100644 content/tutorials/networkprotocols/_index.md rename content/tutorials/{networkprotecols => networkprotocols}/aws.md (100%) rename content/tutorials/{networkprotecols => networkprotocols}/https.md (100%) rename content/tutorials/{networkprotecols => networkprotocols}/mqtt.md (100%) rename content/tutorials/{networkprotecols => networkprotocols}/ntp.md (100%) rename content/tutorials/{networkprotecols => networkprotocols}/ota-lorawan.md (100%) rename content/tutorials/{networkprotecols => networkprotocols}/socket.md (100%) rename content/tutorials/{networkprotecols => networkprotocols}/webserver.md (100%) diff --git a/config.toml b/config.toml index d0be949..b279b4f 100644 --- a/config.toml +++ b/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]] diff --git a/content/tutorials/networkprotecols/_index.md b/content/tutorials/networkprotecols/_index.md deleted file mode 100644 index 9367282..0000000 --- a/content/tutorials/networkprotecols/_index.md +++ /dev/null @@ -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/) \ No newline at end of file diff --git a/content/tutorials/networkprotecols/PoE.md b/content/tutorials/networkprotocols/PoE.md similarity index 100% rename from content/tutorials/networkprotecols/PoE.md rename to content/tutorials/networkprotocols/PoE.md diff --git a/content/tutorials/networkprotocols/_index.md b/content/tutorials/networkprotocols/_index.md new file mode 100644 index 0000000..78da8e4 --- /dev/null +++ b/content/tutorials/networkprotocols/_index.md @@ -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/) \ No newline at end of file diff --git a/content/tutorials/networkprotecols/aws.md b/content/tutorials/networkprotocols/aws.md similarity index 100% rename from content/tutorials/networkprotecols/aws.md rename to content/tutorials/networkprotocols/aws.md diff --git a/content/tutorials/networkprotecols/https.md b/content/tutorials/networkprotocols/https.md similarity index 100% rename from content/tutorials/networkprotecols/https.md rename to content/tutorials/networkprotocols/https.md diff --git a/content/tutorials/networkprotecols/mqtt.md b/content/tutorials/networkprotocols/mqtt.md similarity index 100% rename from content/tutorials/networkprotecols/mqtt.md rename to content/tutorials/networkprotocols/mqtt.md diff --git a/content/tutorials/networkprotecols/ntp.md b/content/tutorials/networkprotocols/ntp.md similarity index 100% rename from content/tutorials/networkprotecols/ntp.md rename to content/tutorials/networkprotocols/ntp.md diff --git a/content/tutorials/networkprotecols/ota-lorawan.md b/content/tutorials/networkprotocols/ota-lorawan.md similarity index 100% rename from content/tutorials/networkprotecols/ota-lorawan.md rename to content/tutorials/networkprotocols/ota-lorawan.md diff --git a/content/tutorials/networkprotecols/socket.md b/content/tutorials/networkprotocols/socket.md similarity index 100% rename from content/tutorials/networkprotecols/socket.md rename to content/tutorials/networkprotocols/socket.md diff --git a/content/tutorials/networkprotecols/webserver.md b/content/tutorials/networkprotocols/webserver.md similarity index 100% rename from content/tutorials/networkprotecols/webserver.md rename to content/tutorials/networkprotocols/webserver.md