mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
Updated menu layout. Updated gamedb.
This commit is contained in:
parent
05e9b1083c
commit
165ee5bb3b
|
@ -32,26 +32,32 @@ paginate = 20
|
|||
url = "/help/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "dev wiki"
|
||||
name = "game db"
|
||||
weight = 5
|
||||
identifier = "gamedb"
|
||||
url = "/game"
|
||||
|
||||
[[menu.main]]
|
||||
name = "dev wiki"
|
||||
weight = 6
|
||||
identifier = "devwiki"
|
||||
url = "/wiki/home/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "screenshots"
|
||||
weight = 6
|
||||
identifier = "screenshots"
|
||||
url = "/screenshots"
|
||||
#[[menu.main]]
|
||||
# name = "screenshots"
|
||||
# weight = 6
|
||||
# identifier = "screenshots"
|
||||
# url = "/screenshots"
|
||||
|
||||
[[menu.main]]
|
||||
name = "donate"
|
||||
weight = 7
|
||||
identifier = "donate"
|
||||
url = "/donate"
|
||||
#[[menu.main]]
|
||||
# name = "donate"
|
||||
# weight = 7
|
||||
# identifier = "donate"
|
||||
# url = "/donate"
|
||||
|
||||
[[menu.main]]
|
||||
name = "patreon"
|
||||
weight = 8
|
||||
weight = 7
|
||||
identifier = "patreon"
|
||||
url = "https://www.patreon.com/yuzuteam"
|
||||
|
||||
|
@ -61,6 +67,7 @@ paginate = 20
|
|||
DiscordURL = "https://discord.gg/u77vRWY"
|
||||
TwitterURL = "https://twitter.com/yuzuemu"
|
||||
GithubURL = "https://github.com/yuzu-emu/yuzu"
|
||||
GithubGamesWikiURL = "https://github.com/yuzu-emu/yuzu-games-wiki"
|
||||
GoogleAnalyticsTrackingId = "UA-112443698-1"
|
||||
|
||||
[Params.fmt]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 20c5bc62cac8c9170a8a597d5647f5a46282a314
|
||||
Subproject commit 4f18d0c1e94377d3ec2f3a8e6a6943771dd289c1
|
Loading…
Reference in a new issue