From f0b65b1f94111f8b33e510e184e080e88aacd7d7 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sun, 9 Jan 2022 16:44:05 +0100 Subject: [PATCH] menu changes for technical section * update technical * add compliance * add resources Signed-off-by: Toshaan Bharvani --- config/_default/menus.toml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index b7e185f..0abcbaf 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -55,20 +55,32 @@ [[navbar]] name = "Technical" - identifier = "resources" + identifier = "technical" weight = -1500 [[navbar]] - parent = "resources" - name = "Technical Specifications" - identifier = "technicalspecifications" + parent = "technical" + name = "Specifications" + identifier = "specifications" url = "/specifications/" weight = -900 [[navbar]] - parent = "resources" + parent = "technical" name = "OpenPOWER Ready" identifier = "ready" url = "/ready/" + weight = -800 +[[navbar]] + parent = "technical" + name = "Compliance" + identifier = "compliance" + url = "/Compliance/" weight = -700 +[[navbar]] + parent = "technical" + name = "Resources" + identifier = "resources" + url = "/resources/" + weight= -600 ### social [[social]]