Added help and quickstart.

This commit is contained in:
chris062689@gmail.com 2018-11-02 23:34:07 -04:00
parent c4ecd591f7
commit e99c718545
2 changed files with 20 additions and 8 deletions

View file

@ -20,26 +20,38 @@ paginate = 20
url = "/downloads"
[[menu.main]]
name = "wiki"
weight = 2
identifier = "wiki"
name = "help"
weight = 3
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/"
[[menu.main]]
name = "screenshots"
weight = 3
weight = 6
identifier = "screenshots"
url = "/screenshots"
[[menu.main]]
name = "donate"
weight = 4
weight = 7
identifier = "donate"
url = "/donate"
[[menu.main]]
name = "patreon"
weight = 5
weight = 8
identifier = "patreon"
url = "https://www.patreon.com/yuzuteam"

View file

@ -6,14 +6,14 @@
<div class="container">
<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">
<i class="fas fa-3x fa-code"></i>
</span>
<p class="title is-4">
<strong>Getting Started</strong>
</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 class="column has-text-centered" href="{{ .Site.BaseURL }}/wiki/switch-hardware-and-software/">