From 376136232d3c4993d80278ded683f0a4fe223cef Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sat, 12 Jun 2021 17:10:38 +0200 Subject: [PATCH] adjust menu layout Signed-off-by: Toshaan Bharvani --- config/_default/menus.toml | 88 ++++++-------------------------------- 1 file changed, 13 insertions(+), 75 deletions(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 696a05e..8e89057 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -8,13 +8,13 @@ name = "Board of Directors" identifier = "bod" url = "/boardofdirectors/" - weight = -2000 + weight = -900 [[navbar]] parent = "about" name = "Steering Committee" identifier = "steeringcommittee" url = "/steeringcommittee" - weight = -1900 + weight = -800 [[navbar]] name = "Members" @@ -23,72 +23,16 @@ weight = -1900 [[navbar]] - name = "HUB" - identifier = "hub" - url = "/hub/" + name = "Working Groups" + identifier = "groups" + url = "/groups/" weight = -1800 [[navbar]] - name = "Links" - identifier = "community" - url = "/community/" - weight = -1700 -[[navbar]] - parent = "community" - name = "Git" - identifier = "git" - url = "https://git.openpower.foundation/" - post = "external link alternate icon" - weight = -2000 -[[navbar]] - parent = "community" - name = "Chat" - identifier = "chat" - url = "https://chat.openpower.foundation/" - post = "external link alternate icon" - weight = -1900 -[[navbar]] - parent = "community" - name = "Discuss" - identifier = "discuss" - url = "https://discuss.openpower.foundation/" - post = "external link alternate icon" - weight = -1800 -[[navbar]] - parent = "community" - name = "Planet" - identifier = "planet" - url = "https://planet.openpower.foundation" - post = "external link alternate icon" + name = "HUB" + identifier = "hub" + url = "/hub/" weight = -1700 -[[navbar]] - parent = "community" - name = "GitHub" - identifier = "github" - url = "https://github.com/open-power/" - post = "external link alternate icon" - weight = -1600 -[[navbar]] - parent = "community" - name = "GitLab" - identifier = "gitlab" - url = "https://gitlab.com/open-power/" - post = "external link alternate icon" - weight = -1500 -[[navbar]] - parent = "community" - name = "Slack" - identifier = "slack" - url = "https://openpwoerfoundation.slack.com/" - post = "external link alternate icon" - weight = -1400 -[[navbar]] - parent = "community" - name = "Causeway" - identifier = "causeway" - url = "https://members.openpowerfoundation.org" - post = "external link alternate icon" - weight = -1300 [[navbar]] name = "Events" @@ -96,38 +40,32 @@ url = "/events/" weight = -1600 -[[navbar]] - name = "Working Groups" - identifier = "groups" - url = "/groups/" - weight = -1600 - [[navbar]] name = "Technical" identifier = "resources" url = "/resources/" - weight = -1600 + weight = -1500 [[navbar]] parent = "resources" name = "Technical Specifications" identifier = "technicalspecifications" url = "/specifications/" - weight = -2900 + weight = -900 [[navbar]] parent = "resources" name = "SIG Designs" identifier = "referencedesigns" url = "/resources/referencedesigns/" - weight = -2800 + weight = -800 [[navbar]] parent = "resources" name = "OpenPOWER Ready" identifier = "ready" url = "/ready/" - weight = -2700 + weight = -700 [[navbar]] parent = "resources" name = "OpenPOWER Cases Designs" identifier = "usecases" url = "/resources/usecases/" - weight = -2600 + weight = -600