From 97ed91a48578cf7f4e4ddc98558a1b32a37c4f15 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sun, 9 Jan 2022 17:53:13 +0100 Subject: [PATCH] add openpower ready to about menu Signed-off-by: Toshaan Bharvani --- config/_default/menus.toml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 0abcbaf..5c8ccf9 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -16,18 +16,24 @@ identifier = "governance" url = "/about/governance/" weight = -900 +[[navbar]] + parent = "about" + name = "OpenPOWER Ready™" + identifier = "aboutready" + url= "/about/ready/" + weight = -800 [[navbar]] parent = "about" name = "Board of Directors" identifier = "bod" url = "/boardofdirectors/" - weight = -800 + weight = -700 [[navbar]] parent = "about" name = "Steering Committee" identifier = "steeringcommittee" url = "/steeringcommittee" - weight = -700 + weight = -600 [[navbar]] name = "Events" @@ -56,6 +62,7 @@ [[navbar]] name = "Technical" identifier = "technical" + url = "/technical/" weight = -1500 [[navbar]] parent = "technical" @@ -73,7 +80,7 @@ parent = "technical" name = "Compliance" identifier = "compliance" - url = "/Compliance/" + url = "/compliance/" weight = -700 [[navbar]] parent = "technical"