From 0566e4a27db6130f676362e0514fdd717a36c0b1 Mon Sep 17 00:00:00 2001 From: Geza Husi Date: Tue, 3 Dec 2019 19:45:24 +0100 Subject: [PATCH 1/2] Make MDNS documentation visible --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.toml b/config.toml index c21e651..e28ac14 100644 --- a/config.toml +++ b/config.toml @@ -815,6 +815,13 @@ theme = "doc-theme" parent = "firmwareapi@pycom@network" weight = 60 +[[menu.main]] + name = "MDNS" + url = "/firmwareapi/pycom/network/mdns/" + identifier = "firmwareapi@pycom@network@mdns" + parent = "firmwareapi@pycom@network" + weight = 70 + [[menu.main]] name = "AES" url = "/firmwareapi/pycom/aes/" From 5f860124c3c241ac4f30f49594ac2e0f4c33f431 Mon Sep 17 00:00:00 2001 From: Geza Husi Date: Tue, 3 Dec 2019 19:51:19 +0100 Subject: [PATCH 2/2] Small format related correction --- content/firmwareapi/pycom/network/mdns.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/firmwareapi/pycom/network/mdns.md b/content/firmwareapi/pycom/network/mdns.md index 2986ccd..31917f6 100644 --- a/content/firmwareapi/pycom/network/mdns.md +++ b/content/firmwareapi/pycom/network/mdns.md @@ -114,6 +114,7 @@ If the service is found then the function returns with a list of `MDNS_Query` ob ## MDNS_Query class The `MDNS_Query` aggregates all of the properties of a successful query session entry: + * `hostname` is the hostname of the host advertising the service * `instance_name` is the instance_name of the service * `addr` is the IPv4 address belonging to the service