mirror of
https://github.com/RPCSX/wiki.git
synced 2024-11-27 05:30:29 +00:00
Update content
This commit is contained in:
parent
e08e85285d
commit
33221a573c
11
404.html
11
404.html
@ -1,6 +1,8 @@
|
||||
---
|
||||
permalink: /404.html
|
||||
layout: default
|
||||
layout: libdoc/page
|
||||
title: 404
|
||||
description: that's an error.
|
||||
---
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
@ -17,9 +19,4 @@ layout: default
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<h1>404</h1>
|
||||
|
||||
<p><strong>Page not found :(</strong></p>
|
||||
<p>The requested page could not be found.</p>
|
||||
</div>
|
||||
<a href="/wiki/">back to home.</a>
|
@ -36,6 +36,11 @@ defaults:
|
||||
values:
|
||||
layout: libdoc/page
|
||||
|
||||
kramdown:
|
||||
parse_block_html: true
|
||||
syntax_highlighter_opts:
|
||||
disable: true
|
||||
|
||||
webrick:
|
||||
headers:
|
||||
Access-Control-Allow-Origin: '*'
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: libdoc/page
|
||||
order: 99
|
||||
title: About
|
||||
permalink: /about/
|
||||
description: Project links and build info
|
||||
|
@ -5,3 +5,7 @@
|
||||
layout: libdoc/page
|
||||
permalink: /
|
||||
---
|
||||
|
||||
Please see [our FAQ](/wiki/faq/) before asking questions.
|
||||
|
||||
To start running the emulator, check the [install guide](/wiki/installation/).
|
@ -1,13 +1,16 @@
|
||||
---
|
||||
layout: libdoc/page
|
||||
title: Installation
|
||||
order: 2
|
||||
permalink: /installation/
|
||||
description: >-
|
||||
For the foreseeable future, installation will require Linux in some form.
|
||||
---
|
||||
|
||||
|
||||
There are currently two methods to install RPCSX:
|
||||
### Method 1: Linux
|
||||
{:toc}
|
||||
|
||||
|
||||
### Method 2: WSL
|
||||
### Method 2: WSL
|
||||
{:toc}
|
Loading…
Reference in New Issue
Block a user