Pointing to .md.html files, this will allow generation to happen without any external copying.

This commit is contained in:
Lucas Nicodemus 2012-02-26 12:18:27 -07:00
parent 823871dac1
commit 4d796c727e
5 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# The config file
[Back to index](index.html)
[Back to index](index.md.html)
----

View file

@ -24,9 +24,9 @@ Welcome to the official TShock for Terraria downloaded documentation. This guide
## Table of contents
1. [Installation & basic usage](install.html)
2. [Permissions](perms.html)
3. [The config file](config.html)
1. [Installation & basic usage](install.md.html)
2. [Permissions](perms.md.html)
3. [The config file](config.md.html)
4. [Credits](#Credits)
----

View file

@ -2,7 +2,7 @@
# Install instructions & basic usage
[Back to index](index.html)
[Back to index](index.md.html)
----

View file

@ -2,7 +2,7 @@
# 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)
----

View file

@ -2,7 +2,7 @@
# Permissions
[Back to index](index.html)
[Back to index](index.md.html)
## 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:
[A list of permission nodes can be found here.](permissions.html)
[A list of permission nodes can be found here.](permissions.md.html)