mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-22 20:09:34 +00:00
updating navbar for faq cahnges
This commit is contained in:
parent
6c8bada7ad
commit
4ae3ec88e8
|
@ -20,10 +20,10 @@ paginate = 20
|
||||||
url = "/downloads"
|
url = "/downloads"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "help"
|
name = "faq"
|
||||||
weight = 3
|
weight = 3
|
||||||
identifier = "help"
|
identifier = "faq"
|
||||||
url = "/help/"
|
url = "/wiki/faq"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "compatibility"
|
name = "compatibility"
|
||||||
|
@ -31,24 +31,24 @@ paginate = 20
|
||||||
identifier = "compatibility"
|
identifier = "compatibility"
|
||||||
url = "/game"
|
url = "/game"
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "dev wiki"
|
|
||||||
weight = 5
|
|
||||||
identifier = "devwiki"
|
|
||||||
url = "/wiki/home/"
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "screenshots"
|
name = "screenshots"
|
||||||
weight = 6
|
weight = 5
|
||||||
identifier = "screenshots"
|
identifier = "screenshots"
|
||||||
url = "/screenshots"
|
url = "/screenshots"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "patreon"
|
name = "patreon"
|
||||||
weight = 7
|
weight = 6
|
||||||
identifier = "patreon"
|
identifier = "patreon"
|
||||||
url = "https://www.patreon.com/yuzuteam"
|
url = "https://www.patreon.com/yuzuteam"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "profile"
|
||||||
|
weight = 7
|
||||||
|
identifier = "profile"
|
||||||
|
url = "https://profile.yuzu-emu.org"
|
||||||
|
|
||||||
[Params]
|
[Params]
|
||||||
Tenant = "yuzu"
|
Tenant = "yuzu"
|
||||||
BulmaPrimaryShade = "is-dark"
|
BulmaPrimaryShade = "is-dark"
|
||||||
|
|
Loading…
Reference in a new issue