Merge pull request #276 from pycom/pugate_fix_toc

[pygate] added API in ToC
This commit is contained in:
Christian Ehlers
2020-06-18 10:51:19 +02:00
committed by GitHub

View File

@@ -640,6 +640,13 @@ theme = "doc-theme"
parent = "firmwareapi@pycom"
weight = 10
[[menu.main]]
name = "Pygate"
url = "/firmwareapi/pycom/machine/pygate/"
identifier = "firmwareapi@pycom@machine@pygate"
parent = "firmwareapi@pycom@machine"
weight = 5
[[menu.main]]
name = "ADC"
url = "/firmwareapi/pycom/machine/adc/"
@@ -844,6 +851,13 @@ theme = "doc-theme"
parent = "firmwareapi@pycom@network"
weight = 70
[[menu.main]]
name = "Ethernet"
url = "/firmwareapi/pycom/network/eth/"
identifier = "firmwareapi@pycom@network@eth"
parent = "firmwareapi@pycom@network"
weight = 80
[[menu.main]]
name = "AES"
url = "/firmwareapi/pycom/aes/"