Merge pull request #175 from yuzu-emu/update-navbar

updating navbar for faq changes
This commit is contained in:
Schplee 2020-05-11 21:02:01 -07:00 committed by GitHub
commit 9171934266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"