diff --git a/config.toml b/config.toml index ce1f90b..cee6424 100644 --- a/config.toml +++ b/config.toml @@ -1243,6 +1243,27 @@ theme = "doc-theme" parent = "pybytes@integrations" weight = 10 +[[menu.main]] + name = "Microsoft Azure" + url = "/pybytes/integrations/azure/" + identifier = "pybytes@integrations@azure" + parent = "pybytes@integrations" + weight = 20 + +[[menu.main]] + name = "Google Cloud IoT" + url = "/pybytes/integrations/google/" + identifier = "pybytes@integrations@google" + parent = "pybytes@integrations" + weight = 30 + +[[menu.main]] + name = "Webhooks" + url = "/pybytes/integrations/webhooks/" + identifier = "pybytes@integrations@webhooks" + parent = "pybytes@integrations" + weight = 40 + # *** Pymesh [[menu.main]] name = "Pymesh"