mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-30 06:44:04 +00:00
Merge pull request #175 from yuzu-emu/update-navbar
updating navbar for faq changes
This commit is contained in:
commit
9171934266
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue