Manual pages stubs
This commit is contained in:
parent
36db4763f8
commit
0508a106fb
3
docs.py
3
docs.py
@ -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"
|
||||
# }),
|
||||
|
11
templates/pages/sega/manual/index.html
Normal file
11
templates/pages/sega/manual/index.html
Normal 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 %}
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user