Updated menu layout. Updated gamedb.

This commit is contained in:
chris062689@gmail.com 2018-11-10 17:22:59 -05:00
parent 05e9b1083c
commit 165ee5bb3b
2 changed files with 20 additions and 13 deletions

View file

@ -32,26 +32,32 @@ paginate = 20
url = "/help/" url = "/help/"
[[menu.main]] [[menu.main]]
name = "dev wiki" name = "game db"
weight = 5 weight = 5
identifier = "gamedb"
url = "/game"
[[menu.main]]
name = "dev wiki"
weight = 6
identifier = "devwiki" identifier = "devwiki"
url = "/wiki/home/" url = "/wiki/home/"
[[menu.main]] #[[menu.main]]
name = "screenshots" # name = "screenshots"
weight = 6 # weight = 6
identifier = "screenshots" # identifier = "screenshots"
url = "/screenshots" # url = "/screenshots"
[[menu.main]] #[[menu.main]]
name = "donate" # name = "donate"
weight = 7 # weight = 7
identifier = "donate" # identifier = "donate"
url = "/donate" # url = "/donate"
[[menu.main]] [[menu.main]]
name = "patreon" name = "patreon"
weight = 8 weight = 7
identifier = "patreon" identifier = "patreon"
url = "https://www.patreon.com/yuzuteam" url = "https://www.patreon.com/yuzuteam"
@ -61,6 +67,7 @@ paginate = 20
DiscordURL = "https://discord.gg/u77vRWY" DiscordURL = "https://discord.gg/u77vRWY"
TwitterURL = "https://twitter.com/yuzuemu" TwitterURL = "https://twitter.com/yuzuemu"
GithubURL = "https://github.com/yuzu-emu/yuzu" GithubURL = "https://github.com/yuzu-emu/yuzu"
GithubGamesWikiURL = "https://github.com/yuzu-emu/yuzu-games-wiki"
GoogleAnalyticsTrackingId = "UA-112443698-1" GoogleAnalyticsTrackingId = "UA-112443698-1"
[Params.fmt] [Params.fmt]

@ -1 +1 @@
Subproject commit 20c5bc62cac8c9170a8a597d5647f5a46282a314 Subproject commit 4f18d0c1e94377d3ec2f3a8e6a6943771dd289c1