From 6e86f458fdf39f193609cbb50314b94a85c39012 Mon Sep 17 00:00:00 2001 From: Vikram Karve Date: Fri, 30 Jun 2023 18:12:05 +0530 Subject: [PATCH] Add menu entry for chef license Signed-off-by: Vikram Karve --- config/_default/menu.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/_default/menu.toml b/config/_default/menu.toml index fce49edc50..e5a3b1f281 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -878,6 +878,12 @@ identifier = "chef_workstation" parent = "chef_workstation/chef_workstation_tools/chef_(executable)" url = "/workstation/ctl_chef/#chef-generate-waiver" + [[workstation]] + title = "chef license" + identifier = "chef_workstation/chef_workstation_tools/chef_(executable)/ctl_chef.md#chef-license chef license" + parent = "chef_workstation/chef_workstation_tools/chef_(executable)" + url = "/workstation/ctl_chef/#chef-license" + [[workstation]] title = "chef report cookbooks" identifier = "chef_workstation/chef_workstation_tools/chef_(executable)/ctl_chef.md#chef-report-cookbooks chef report cookbooks"