From 4ad6449095ff35f1d501a85bdba5912da963177f Mon Sep 17 00:00:00 2001 From: EarthmanT Date: Mon, 26 Mar 2018 12:24:05 +0300 Subject: [PATCH] Add Kubernetes Menu Item Merge after we copy the [commit](https://github.com/cloudify-cosmo/docs.getcloudify.org/pull/733/commits/93ac313c1d19ae7a0bd3830a73690b037084d2b2) to 4.3 and 4.2. --- config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d69c157..ed5252f 100644 --- a/config.toml +++ b/config.toml @@ -155,7 +155,12 @@ homepage="/intro/what-is-cloudify/" name = "Blueprint Composer" weight = 11 +[[menu.docs]] + identifier = "kubernetes" + name = "Kubernetes" + weight = 12 + [[menu.docs]] identifier = "apis" name = "APIs" - weight = 12 + weight = 13