mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2025-02-17 10:58:37 +01:00
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",
|
"security.html": "Security",
|
||||||
"groovemaster.html": "GrooveMaster.ini",
|
"groovemaster.html": "GrooveMaster.ini",
|
||||||
}),
|
}),
|
||||||
|
"manual": ("Manual", {
|
||||||
|
"keychip.html": "Keychip Modding"
|
||||||
|
}),
|
||||||
# "network": ("Networking", {
|
# "network": ("Networking", {
|
||||||
# "allnet.html": "ALL.Net"
|
# "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/intro/">Intro</a></td>
|
||||||
<td><a href="{{ROOT}}/sega/software/">Software</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/hardware/">Hardware</a></td>
|
||||||
|
<td><a href="{{ROOT}}/sega/manual/">Manual</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user