Pointing to .md.html files, this will allow generation to happen without any external copying.
This commit is contained in:
parent
823871dac1
commit
4d796c727e
5 changed files with 8 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# The config file
|
# The config file
|
||||||
|
|
||||||
[Back to index](index.html)
|
[Back to index](index.md.html)
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,9 @@ Welcome to the official TShock for Terraria downloaded documentation. This guide
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
1. [Installation & basic usage](install.html)
|
1. [Installation & basic usage](install.md.html)
|
||||||
2. [Permissions](perms.html)
|
2. [Permissions](perms.md.html)
|
||||||
3. [The config file](config.html)
|
3. [The config file](config.md.html)
|
||||||
4. [Credits](#Credits)
|
4. [Credits](#Credits)
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Install instructions & basic usage
|
# Install instructions & basic usage
|
||||||
|
|
||||||
[Back to index](index.html)
|
[Back to index](index.md.html)
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Permission Nodes
|
# Permission Nodes
|
||||||
|
|
||||||
These are the permissions that TShock currently supports, with associated commands. [Back to permissions](perms.html)
|
These are the permissions that TShock currently supports, with associated commands. [Back to permissions](perms.md.html)
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
|
|
||||||
[Back to index](index.html)
|
[Back to index](index.md.html)
|
||||||
|
|
||||||
## Permissions<a id="Permissions"></a>
|
## Permissions<a id="Permissions"></a>
|
||||||
|
|
||||||
|
|
@ -14,4 +14,4 @@ To add a permission to a given group, use the command "**/modgroup [add|del] [gr
|
||||||
|
|
||||||
## Permission nodes:
|
## Permission nodes:
|
||||||
|
|
||||||
[A list of permission nodes can be found here.](permissions.html)
|
[A list of permission nodes can be found here.](permissions.md.html)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue