From 4ed20ae18ff86c242ea50d354582be1e43739812 Mon Sep 17 00:00:00 2001 From: Fernando Carletti Date: Tue, 2 Jul 2019 10:25:57 -0500 Subject: [PATCH] Add missing menu entry for MySQL docs in Python section (#1261) --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index b6455e27324c..770546c55c48 100644 --- a/config.toml +++ b/config.toml @@ -293,6 +293,11 @@ sectionPagesMenu = "main" name = "pulumi_linode" url = "/reference/pkg/python/pulumi_linode/" +[[menu.reference]] + parent = "python" + name = "pulumi_mysql" + url = "/reference/pkg/python/pulumi_mysql/" + [[menu.reference]] parent = "python" name = "pulumi_newrelic"