From 4ae3ec88e83b5bd5a4cdd0ebc619aa3e61fe709b Mon Sep 17 00:00:00 2001 From: Schplee Date: Mon, 11 May 2020 20:59:30 -0700 Subject: [PATCH] updating navbar for faq cahnges --- site/config.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/site/config.toml b/site/config.toml index 64a45b6a..8677e203 100644 --- a/site/config.toml +++ b/site/config.toml @@ -20,10 +20,10 @@ paginate = 20 url = "/downloads" [[menu.main]] - name = "help" + name = "faq" weight = 3 - identifier = "help" - url = "/help/" + identifier = "faq" + url = "/wiki/faq" [[menu.main]] name = "compatibility" @@ -31,24 +31,24 @@ paginate = 20 identifier = "compatibility" url = "/game" -[[menu.main]] - name = "dev wiki" - weight = 5 - identifier = "devwiki" - url = "/wiki/home/" - [[menu.main]] name = "screenshots" - weight = 6 + weight = 5 identifier = "screenshots" url = "/screenshots" [[menu.main]] name = "patreon" - weight = 7 + weight = 6 identifier = "patreon" url = "https://www.patreon.com/yuzuteam" +[[menu.main]] + name = "profile" + weight = 7 + identifier = "profile" + url = "https://profile.yuzu-emu.org" + [Params] Tenant = "yuzu" BulmaPrimaryShade = "is-dark"