Skip to content

Commit 2dc9ff5

Browse files
committed
feat: Added new level - Networks
1 parent a45ec4b commit 2dc9ff5

File tree

8 files changed

+45
-30
lines changed

8 files changed

+45
-30
lines changed

config.toml

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,27 +1173,6 @@ theme = "doc-theme"
11731173
parent = "pybytes@connect"
11741174
weight = 10
11751175

1176-
[[menu.main]]
1177-
name = "Sigfox"
1178-
url = "/pybytes/sigfox/"
1179-
identifier = "pybytes@sigfox"
1180-
parent = "pybytes"
1181-
weight = 30
1182-
1183-
[[menu.main]]
1184-
name = "DevKit contract"
1185-
url = "/pybytes/sigfox/devkit/"
1186-
identifier = "pybytes@sigfox@devkit"
1187-
parent = "pybytes@sigfox"
1188-
weight = 10
1189-
1190-
[[menu.main]]
1191-
name = "Custom contract"
1192-
url = "/pybytes/sigfox/custom/"
1193-
identifier = "pybytes@sigfox@custom"
1194-
parent = "pybytes@sigfox"
1195-
weight = 20
1196-
11971176
[[menu.main]]
11981177
name = "Project Releases"
11991178
url = "/pybytes/releases/"
@@ -1223,18 +1202,46 @@ theme = "doc-theme"
12231202
weight = 20
12241203

12251204
[[menu.main]]
1226-
name = "LoRa"
1227-
url = "/pybytes/lora/"
1228-
identifier = "pybytes@lora"
1205+
name = "Networks"
1206+
url = "/pybytes/networks/"
1207+
identifier = "pybytes@networks"
12291208
parent = "pybytes"
1230-
weight = 30
1209+
weight = 20
1210+
1211+
[[menu.main]]
1212+
name = "Sigfox"
1213+
url = "/pybytes/networks/sigfox/"
1214+
identifier = "pybytes@networks@sigfox"
1215+
parent = "pybytes@networks"
1216+
weight = 20
1217+
1218+
[[menu.main]]
1219+
name = "DevKit contract"
1220+
url = "/pybytes/networks/sigfox/devkit/"
1221+
identifier = "pybytes@networks@sigfox@devkit"
1222+
parent = "pybytes@networks@sigfox"
1223+
weight = 20
1224+
1225+
[[menu.main]]
1226+
name = "Custom contract"
1227+
url = "/pybytes/networks/sigfox/custom/"
1228+
identifier = "pybytes@networks@sigfox@custom"
1229+
parent = "pybytes@networks@sigfox"
1230+
weight = 20
1231+
1232+
[[menu.main]]
1233+
name = "LoRa"
1234+
url = "/pybytes/networks/lora/"
1235+
identifier = "pybytes@networks@lora"
1236+
parent = "pybytes@networks"
1237+
weight = 20
12311238

12321239
[[menu.main]]
12331240
name = "Pycom LoRa Server"
1234-
url = "/pybytes/lora/pycomLoraServerSetup/"
1235-
identifier = "pybytes@lora@pycomLoraServerSetup"
1236-
parent = "pybytes@lora"
1237-
weight = 10
1241+
url = "/pybytes/networks/lora/pycomLoraServerSetup/"
1242+
identifier = "pybytes@networks@lora@pycomLoraServerSetup"
1243+
parent = "pybytes@networks@lora"
1244+
weight = 20
12381245

12391246
[[menu.main]]
12401247
name = "Visualise data"

content/pybytes/networks/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Networks"
3+
aliases:
4+
---
5+
6+
[**Sigfox**](/pybytes/networks/sigfox)
7+
8+
[**LoRa**](/pybytes/networks/lora)

content/pybytes/lora/_index.md renamed to content/pybytes/networks/lora/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pybytes supports [The Things Network](https://www.thethingsnetwork.org/) and Chi
1111

1212
Once a device is created in Pybytes with LoRa network, and the TTN Server is selected, the device is automatically created in TTN server.
1313

14-
## LoRa Server
14+
## ChirpStack
1515

1616
Pybytes has its own LoRa Server based on [ChirpStack](https://www.chirpstack.io/).
1717

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)