Add setup guide and FAQ links (#11)
Co-authored-by: Phi Zero <wolkan.craanen@gmail.com>
This commit is contained in:
parent
08443cb211
commit
1ea416a383
2 changed files with 56 additions and 1 deletions
|
@ -22,6 +22,12 @@
|
||||||
<v-btn text exact to="/contribute">
|
<v-btn text exact to="/contribute">
|
||||||
<v-icon>fas fa-code</v-icon>
|
<v-icon>fas fa-code</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
<v-btn text href="https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide">
|
||||||
|
<v-icon>fas fa-info-circle</v-icon>
|
||||||
|
</v-btn>
|
||||||
|
<v-btn text href="https://github.com/Ryujinx/Ryujinx/wiki/Frequently-Asked-Questions">
|
||||||
|
<v-icon>fas fa-question-circle</v-icon>
|
||||||
|
</v-btn>
|
||||||
<v-btn
|
<v-btn
|
||||||
text
|
text
|
||||||
exact
|
exact
|
||||||
|
@ -41,6 +47,20 @@
|
||||||
<v-btn text href="https://blog.ryujinx.org/">Blog</v-btn>
|
<v-btn text href="https://blog.ryujinx.org/">Blog</v-btn>
|
||||||
<v-btn text exact to="/download">Download</v-btn>
|
<v-btn text exact to="/download">Download</v-btn>
|
||||||
<v-btn text exact to="/contribute">Contribute</v-btn>
|
<v-btn text exact to="/contribute">Contribute</v-btn>
|
||||||
|
<v-btn
|
||||||
|
text
|
||||||
|
exact
|
||||||
|
href="https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide"
|
||||||
|
rel="noopener"
|
||||||
|
target="_blank"
|
||||||
|
>Guide</v-btn>
|
||||||
|
<v-btn
|
||||||
|
text
|
||||||
|
exact
|
||||||
|
href="https://github.com/Ryujinx/Ryujinx/wiki/Frequently-Asked-Questions"
|
||||||
|
rel="noopener"
|
||||||
|
target="_blank"
|
||||||
|
>FAQ</v-btn>
|
||||||
<v-btn
|
<v-btn
|
||||||
text
|
text
|
||||||
exact
|
exact
|
||||||
|
@ -97,6 +117,31 @@
|
||||||
<v-list-item-title>Contribute</v-list-item-title>
|
<v-list-item-title>Contribute</v-list-item-title>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
|
|
||||||
|
<!-- Setup Guide -->
|
||||||
|
<v-list-item
|
||||||
|
exact
|
||||||
|
href="https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide"
|
||||||
|
rel="noopener"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<v-list-item-action>
|
||||||
|
<v-icon>fas fa-info-circle</v-icon>
|
||||||
|
</v-list-item-action>
|
||||||
|
<v-list-item-title>Guide</v-list-item-title>
|
||||||
|
</v-list-item>
|
||||||
|
|
||||||
|
<!-- FAQ -->
|
||||||
|
<v-list-item
|
||||||
|
exact
|
||||||
|
href="https://github.com/Ryujinx/Ryujinx/wiki/Frequently-Asked-Questions"
|
||||||
|
rel="noopener"
|
||||||
|
target="_blank">
|
||||||
|
<v-list-item-action>
|
||||||
|
<v-icon>fas fa-question-circle</v-icon>
|
||||||
|
</v-list-item-action>
|
||||||
|
<v-list-item-title>FAQ</v-list-item-title>
|
||||||
|
</v-list-item>
|
||||||
|
|
||||||
<!-- Game Compatibility -->
|
<!-- Game Compatibility -->
|
||||||
<v-list-item
|
<v-list-item
|
||||||
exact
|
exact
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<v-row align="start" justify="center">
|
<v-row align="start" justify="center">
|
||||||
<v-col cols="12" md="6">
|
<v-col cols="12" md="6">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<p class="display-1">Building Ryujinx and latest downloads</p>
|
<p class="text-h4">Building Ryujinx and latest downloads</p>
|
||||||
<v-container>
|
<v-container>
|
||||||
<v-row align="start" justify="center">
|
<v-row align="start" justify="center">
|
||||||
<v-img :max-height="300" :max-width="500" position="text-center" src="/public/shell.png" alt="Shell" />
|
<v-img :max-height="300" :max-width="500" position="text-center" src="/public/shell.png" alt="Shell" />
|
||||||
|
@ -65,6 +65,16 @@
|
||||||
<p class="text">Head over to our <a href="https://www.patreon.com/posts/introducing-ldn2-45268370" rel="noopener" target="_blank">Patreon</a> for more info & FREE download</p>
|
<p class="text">Head over to our <a href="https://www.patreon.com/posts/introducing-ldn2-45268370" rel="noopener" target="_blank">Patreon</a> for more info & FREE download</p>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
<v-row justify="center">
|
||||||
|
<v-col>
|
||||||
|
<p class="text-h5">Need help?</p>
|
||||||
|
<p class="text">
|
||||||
|
Check out the <a href="https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide" rel="noopener" target="_blank">Setup Guide,</a>
|
||||||
|
read the <a href="https://github.com/Ryujinx/Ryujinx/wiki/Frequently-Asked-Questions" rel="noopener" target="_blank">FAQ</a>
|
||||||
|
or head to our <a href="https://discord.gg/VkQYXAZ" rel="noopener" target="_blank">Discord!</a>
|
||||||
|
</p>
|
||||||
|
</v-col>
|
||||||
|
</v-row>
|
||||||
<v-row justify="center">
|
<v-row justify="center">
|
||||||
<v-col>
|
<v-col>
|
||||||
<p class="text-h5">Building methods</p>
|
<p class="text-h5">Building methods</p>
|
||||||
|
|
Loading…
Reference in a new issue