mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 07:06:20 +01:00
added items to menu tree
This commit is contained in:
40
config.toml
40
config.toml
@@ -1466,7 +1466,24 @@ theme = "doc-theme"
|
||||
identifier = "pybytes@pymeshintegration"
|
||||
parent = "pybytes"
|
||||
weight = 90
|
||||
|
||||
[[menu.main]]
|
||||
name = "Example"
|
||||
url = "/pybytes/pymeshintegration/example/"
|
||||
identifier = "pybytes@pymeshintegration@example"
|
||||
parent = "pybytes@pymeshintegration"
|
||||
weight = 10
|
||||
[[menu.main]]
|
||||
name = "Monitoring"
|
||||
url = "/pybytes/pymeshintegration/monitoring/"
|
||||
identifier = "pybytes@pymeshintegration@monitoring"
|
||||
parent = "pybytes@pymeshintegration"
|
||||
weight = 20
|
||||
[[menu.main]]
|
||||
name = "Provisioning"
|
||||
url = "/pybytes/pymeshintegration/provisioning/"
|
||||
identifier = "pybytes@pymeshintegration@provisioning"
|
||||
parent = "pybytes@pymeshintegration"
|
||||
weight = 30
|
||||
[[menu.main]]
|
||||
name = "Machine Learning"
|
||||
url = "/pybytes/mlintegration/"
|
||||
@@ -1474,6 +1491,27 @@ theme = "doc-theme"
|
||||
parent = "pybytes"
|
||||
weight = 100
|
||||
|
||||
[[menu.main]]
|
||||
name = "Device Settings"
|
||||
url = "/pybytes/mlintegration/devicesettings/"
|
||||
identifier = "pybytes@mlintegration@devicesettings"
|
||||
parent = "pybytes@mlintegration"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
name = "Features"
|
||||
url = "/pybytes/mlintegration/features/"
|
||||
identifier = "pybytes@mlintegration@features"
|
||||
parent = "pybytes@mlintegration"
|
||||
weight = 20
|
||||
[[menu.main]]
|
||||
name = "Model Creation"
|
||||
url = "/pybytes/mlintegration/modelcreation/"
|
||||
identifier = "pybytes@mlintegration@modelcreation"
|
||||
parent = "pybytes@mlintegration"
|
||||
weight = 30
|
||||
|
||||
|
||||
[[menu.main]]
|
||||
name = "Amazon IoT"
|
||||
url = "/pybytes/integrations/amazon-iot/"
|
||||
|
||||
Reference in New Issue
Block a user