From 9710599f99b240fd002fd051fbbc18fce03e9574 Mon Sep 17 00:00:00 2001 From: Richard Scothern Date: Mon, 1 Feb 2016 15:22:25 -0800 Subject: [PATCH 1/2] Make 'Recipes' into the Registry menu Signed-off-by: Richard Scothern --- docs/recipes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/recipes.md b/docs/recipes.md index 0b4a4ab50..ef975b2ab 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -3,6 +3,8 @@ title = "Recipes" description = "Fun stuff to do with your registry" keywords = ["registry, on-prem, images, tags, repository, distribution, recipes, advanced"] +[menu.main] +parent="smn_registry" +++ From bd8b81a6868ad101fc01d10676034928e053e490 Mon Sep 17 00:00:00 2001 From: Richard Scothern Date: Tue, 2 Feb 2016 10:18:35 -0800 Subject: [PATCH 2/2] Make 'Recipes' the last item in the list Signed-off-by: Richard Scothern --- docs/recipes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/recipes.md b/docs/recipes.md index ef975b2ab..c7c511daa 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -5,6 +5,7 @@ description = "Fun stuff to do with your registry" keywords = ["registry, on-prem, images, tags, repository, distribution, recipes, advanced"] [menu.main] parent="smn_registry" +weight=7 +++