diff --git a/config.toml b/config.toml index 149d4d7..ebe8244 100644 --- a/config.toml +++ b/config.toml @@ -1173,27 +1173,6 @@ theme = "doc-theme" parent = "pybytes@connect" weight = 10 -[[menu.main]] - name = "Sigfox" - url = "/pybytes/sigfox/" - identifier = "pybytes@sigfox" - parent = "pybytes" - weight = 30 - -[[menu.main]] - name = "DevKit contract" - url = "/pybytes/sigfox/devkit/" - identifier = "pybytes@sigfox@devkit" - parent = "pybytes@sigfox" - weight = 10 - -[[menu.main]] - name = "Custom contract" - url = "/pybytes/sigfox/custom/" - identifier = "pybytes@sigfox@custom" - parent = "pybytes@sigfox" - weight = 20 - [[menu.main]] name = "Project Releases" url = "/pybytes/releases/" @@ -1223,18 +1202,46 @@ theme = "doc-theme" weight = 20 [[menu.main]] - name = "LoRa" - url = "/pybytes/lora/" - identifier = "pybytes@lora" + name = "Networks" + url = "/pybytes/networks/" + identifier = "pybytes@networks" parent = "pybytes" - weight = 30 + weight = 20 + +[[menu.main]] + name = "Sigfox" + url = "/pybytes/networks/sigfox/" + identifier = "pybytes@networks@sigfox" + parent = "pybytes@networks" + weight = 20 + +[[menu.main]] + name = "DevKit contract" + url = "/pybytes/networks/sigfox/devkit/" + identifier = "pybytes@networks@sigfox@devkit" + parent = "pybytes@networks@sigfox" + weight = 20 + +[[menu.main]] + name = "Custom contract" + url = "/pybytes/networks/sigfox/custom/" + identifier = "pybytes@networks@sigfox@custom" + parent = "pybytes@networks@sigfox" + weight = 20 + +[[menu.main]] + name = "LoRa" + url = "/pybytes/networks/lora/" + identifier = "pybytes@networks@lora" + parent = "pybytes@networks" + weight = 20 [[menu.main]] name = "Pycom LoRa Server" - url = "/pybytes/lora/pycomLoraServerSetup/" - identifier = "pybytes@lora@pycomLoraServerSetup" - parent = "pybytes@lora" - weight = 10 + url = "/pybytes/networks/lora/pycomLoraServerSetup/" + identifier = "pybytes@networks@lora@pycomLoraServerSetup" + parent = "pybytes@networks@lora" + weight = 20 [[menu.main]] name = "Visualise data" diff --git a/content/pybytes/networks/_index.md b/content/pybytes/networks/_index.md new file mode 100644 index 0000000..492c7d0 --- /dev/null +++ b/content/pybytes/networks/_index.md @@ -0,0 +1,8 @@ +--- +title: "Networks" +aliases: +--- + +[**Sigfox**](/pybytes/networks/sigfox) + +[**LoRa**](/pybytes/networks/lora) diff --git a/content/pybytes/lora/_index.md b/content/pybytes/networks/lora/_index.md similarity index 96% rename from content/pybytes/lora/_index.md rename to content/pybytes/networks/lora/_index.md index f70b9e9..8c4b499 100644 --- a/content/pybytes/lora/_index.md +++ b/content/pybytes/networks/lora/_index.md @@ -11,7 +11,7 @@ Pybytes supports [The Things Network](https://www.thethingsnetwork.org/) and Chi Once a device is created in Pybytes with LoRa network, and the TTN Server is selected, the device is automatically created in TTN server. -## LoRa Server +## ChirpStack Pybytes has its own LoRa Server based on [ChirpStack](https://www.chirpstack.io/). diff --git a/content/pybytes/lora/lora.md b/content/pybytes/networks/lora/lora.md similarity index 100% rename from content/pybytes/lora/lora.md rename to content/pybytes/networks/lora/lora.md diff --git a/content/pybytes/lora/pycomLoraServerSetup.md b/content/pybytes/networks/lora/pycomLoraServerSetup.md similarity index 100% rename from content/pybytes/lora/pycomLoraServerSetup.md rename to content/pybytes/networks/lora/pycomLoraServerSetup.md diff --git a/content/pybytes/sigfox/_index.md b/content/pybytes/networks/sigfox/_index.md similarity index 100% rename from content/pybytes/sigfox/_index.md rename to content/pybytes/networks/sigfox/_index.md diff --git a/content/pybytes/sigfox/custom.md b/content/pybytes/networks/sigfox/custom.md similarity index 100% rename from content/pybytes/sigfox/custom.md rename to content/pybytes/networks/sigfox/custom.md diff --git a/content/pybytes/sigfox/devkit.md b/content/pybytes/networks/sigfox/devkit.md similarity index 100% rename from content/pybytes/sigfox/devkit.md rename to content/pybytes/networks/sigfox/devkit.md