From 3066fc9f1b2c11ab6729791af41bee554392a0ae Mon Sep 17 00:00:00 2001 From: Aline Date: Mon, 9 Mar 2020 11:59:29 +0100 Subject: [PATCH] fix: Pybytes IOS option was not on the menu --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.toml b/config.toml index 107deca..8553be2 100644 --- a/config.toml +++ b/config.toml @@ -1390,6 +1390,13 @@ theme = "doc-theme" parent = "pybytes@releases" weight = 20 +[[menu.main]] + name = "Pybytes iOS" + url = "/pybytes/smart/" + identifier = "pybytes@smart" + parent = "pybytes" + weight = 20 + [[menu.main]] name = "Networks" url = "/pybytes/networks/"