From f0be9e2c6a172dce80502c3101c9a6227c3f41b3 Mon Sep 17 00:00:00 2001 From: iwahdan88 Date: Tue, 15 Oct 2019 01:07:18 +0200 Subject: [PATCH] minor update --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.toml b/config.toml index 2641655..c5f25ee 100644 --- a/config.toml +++ b/config.toml @@ -337,6 +337,13 @@ theme = "doc-theme" identifier = "tutorials@all@repl" parent = "tutorials@all" weight = 10 + + [[menu.main]] + name = "PyGate" + url = "/tutorials/all/PyGate/" + identifier = "tutorials@all@PyGate" + parent = "tutorials@all" + weight = 10 [[menu.main]] name = "WLAN"