Update content

This commit is contained in:
OCDkirby 2023-07-19 18:40:41 -05:00
parent e08e85285d
commit 33221a573c
5 changed files with 19 additions and 9 deletions

View File

@ -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>

View File

@ -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: '*'

View File

@ -1,5 +1,6 @@
---
layout: libdoc/page
order: 99
title: About
permalink: /about/
description: Project links and build info

View File

@ -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/).

View File

@ -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
{:toc}