Manual pages stubs

This commit is contained in:
Bottersnike 2022-12-09 10:55:32 +00:00
parent 36db4763f8
commit 0508a106fb
3 changed files with 15 additions and 0 deletions

View File

@ -52,6 +52,9 @@ SEGA_CONTENTS = {
"security.html": "Security",
"groovemaster.html": "GrooveMaster.ini",
}),
"manual": ("Manual", {
"keychip.html": "Keychip Modding"
}),
# "network": ("Networking", {
# "allnet.html": "ALL.Net"
# }),

View File

@ -0,0 +1,11 @@
{% extends "sega.html" %}
{% block title %}RingEdge Manual{% endblock %}
{% block body %}
<h1>RingEdge Manual</h1>
<p>An official manual for the RingEdge systems exist, but for love nor money I have been utterly unable to locate a copy, even physical.</p>
<p>Because of that, I've decided to write up my own set of instructions regarding maintainance of RingEdge systems. These pages are very incomplete at the moment!</p>
{{ generate_toc()|safe }}
{% endblock %}

View File

@ -7,6 +7,7 @@
<td><a href="{{ROOT}}/sega/intro/">Intro</a></td>
<td><a href="{{ROOT}}/sega/software/">Software</a></td>
<td><a href="{{ROOT}}/sega/hardware/">Hardware</a></td>
<td><a href="{{ROOT}}/sega/manual/">Manual</a></td>
</tr>
</table>
{% block body %}{% endblock %}