mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 14:30:31 +00:00
Added help and quickstart.
This commit is contained in:
parent
c4ecd591f7
commit
e99c718545
|
@ -20,26 +20,38 @@ paginate = 20
|
||||||
url = "/downloads"
|
url = "/downloads"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "wiki"
|
name = "help"
|
||||||
weight = 2
|
weight = 3
|
||||||
identifier = "wiki"
|
identifier = "help"
|
||||||
|
url = "/help/"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "quick start"
|
||||||
|
weight = 4
|
||||||
|
identifier = "quickstart"
|
||||||
|
url = "/quickstart/"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "dev wiki"
|
||||||
|
weight = 5
|
||||||
|
identifier = "devwiki"
|
||||||
url = "/wiki/home/"
|
url = "/wiki/home/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "screenshots"
|
name = "screenshots"
|
||||||
weight = 3
|
weight = 6
|
||||||
identifier = "screenshots"
|
identifier = "screenshots"
|
||||||
url = "/screenshots"
|
url = "/screenshots"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "donate"
|
name = "donate"
|
||||||
weight = 4
|
weight = 7
|
||||||
identifier = "donate"
|
identifier = "donate"
|
||||||
url = "/donate"
|
url = "/donate"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "patreon"
|
name = "patreon"
|
||||||
weight = 5
|
weight = 8
|
||||||
identifier = "patreon"
|
identifier = "patreon"
|
||||||
url = "https://www.patreon.com/yuzuteam"
|
url = "https://www.patreon.com/yuzuteam"
|
||||||
|
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<nav class="columns">
|
<nav class="columns">
|
||||||
|
|
||||||
<a class="column has-text-centered" href="{{ .Site.BaseURL }}/wiki/home/">
|
<a class="column has-text-centered" href="{{ .Site.BaseURL }}/help/quickstart/">
|
||||||
<span class="icon is-actionable is-large">
|
<span class="icon is-actionable is-large">
|
||||||
<i class="fas fa-3x fa-code"></i>
|
<i class="fas fa-3x fa-code"></i>
|
||||||
</span>
|
</span>
|
||||||
<p class="title is-4">
|
<p class="title is-4">
|
||||||
<strong>Getting Started</strong>
|
<strong>Getting Started</strong>
|
||||||
</p>
|
</p>
|
||||||
<p class="subtitle is-6">Build the yuzu source and make a contribution</p>
|
<p class="subtitle is-6">How to get up and running with games</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="column has-text-centered" href="{{ .Site.BaseURL }}/wiki/switch-hardware-and-software/">
|
<a class="column has-text-centered" href="{{ .Site.BaseURL }}/wiki/switch-hardware-and-software/">
|
||||||
|
|
Loading…
Reference in a new issue