Skip to content

Commit fde114e

Browse files
committed
added items to menu tree
1 parent 622c477 commit fde114e

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

config.toml

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,14 +1466,52 @@ theme = "doc-theme"
14661466
identifier = "pybytes@pymeshintegration"
14671467
parent = "pybytes"
14681468
weight = 90
1469-
1469+
[[menu.main]]
1470+
name = "Example"
1471+
url = "/pybytes/pymeshintegration/example/"
1472+
identifier = "pybytes@pymeshintegration@example"
1473+
parent = "pybytes@pymeshintegration"
1474+
weight = 10
1475+
[[menu.main]]
1476+
name = "Monitoring"
1477+
url = "/pybytes/pymeshintegration/monitoring/"
1478+
identifier = "pybytes@pymeshintegration@monitoring"
1479+
parent = "pybytes@pymeshintegration"
1480+
weight = 20
1481+
[[menu.main]]
1482+
name = "Provisioning"
1483+
url = "/pybytes/pymeshintegration/provisioning/"
1484+
identifier = "pybytes@pymeshintegration@provisioning"
1485+
parent = "pybytes@pymeshintegration"
1486+
weight = 30
14701487
[[menu.main]]
14711488
name = "Machine Learning"
14721489
url = "/pybytes/mlintegration/"
14731490
identifier = "pybytes@mlintegration"
14741491
parent = "pybytes"
14751492
weight = 100
14761493

1494+
[[menu.main]]
1495+
name = "Device Settings"
1496+
url = "/pybytes/mlintegration/devicesettings/"
1497+
identifier = "pybytes@mlintegration@devicesettings"
1498+
parent = "pybytes@mlintegration"
1499+
weight = 10
1500+
1501+
[[menu.main]]
1502+
name = "Features"
1503+
url = "/pybytes/mlintegration/features/"
1504+
identifier = "pybytes@mlintegration@features"
1505+
parent = "pybytes@mlintegration"
1506+
weight = 20
1507+
[[menu.main]]
1508+
name = "Model Creation"
1509+
url = "/pybytes/mlintegration/modelcreation/"
1510+
identifier = "pybytes@mlintegration@modelcreation"
1511+
parent = "pybytes@mlintegration"
1512+
weight = 30
1513+
1514+
14771515
[[menu.main]]
14781516
name = "Amazon IoT"
14791517
url = "/pybytes/integrations/amazon-iot/"

content/pybytes/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ In a nutshell, Pybytes is an environment designed to optimise your IoT applicati
3535
* [Getting started with Pybytes](/pybytes/gettingstarted/)
3636
* [Connect your Pycom module to Pybytes](/pybytes/connect/)
3737
* [Visualise data from your device](/pybytes/dashboard/)
38-
* [LoRa Servers](/pybytes/lora)
39-
* [Integrations with external services](/pybytes/integrations/index.html)
38+
* [LoRa Servers](/pybytes/lora/)
39+
* [Integrations with external services](/pybytes/integrations/)

0 commit comments

Comments
 (0)