summaryrefslogtreecommitdiff
path: root/public/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/docs/index.html')
-rw-r--r--public/docs/index.html51
1 files changed, 0 insertions, 51 deletions
diff --git a/public/docs/index.html b/public/docs/index.html
deleted file mode 100644
index 9adfdbb..0000000
--- a/public/docs/index.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<!doctype html>
-<meta name="viewport" content="width=device-width">
-<title>Documentation</title>
-<link rel="stylesheet" href="style.css">
-<body>
-<article>
-
-<h1>
-Documentation
-</h1>
-
-<p>
-This is the documentation for the <i>Rally the Troops</i> software and website.
-Here you will find information both about how to configure and run your own
-server instance and how to create new modules.
-
-<h2>For players</h2>
-
-<ul>
-<li><a href="tips.html">Tips &amp; tricks.</a>
-<li><a href="tournaments.html">Tournaments</a>
-</ul>
-
-<h2>For developers</h2>
-
-<ul>
-<li><a href="install.html">Installing the server.</a>
-<li><a href="production.html">Running a public server.</a>
-</ul>
-
-<h2>System overview</h2>
-
-<ul>
-<li><a href="architecture.html">Server architecture</a>
-<li><a href="database.html">Database schema</a>
-<li><a href="module.html">Module architecture</a>
-</ul>
-
-<!--
-<h2>Module implementation guides</h2>
-
-<ul>
-<li><a href="tutorial.html">How to create a module.</a>
-<li><a href="rules.html">How to write good rules</a>
-<li><a href="client.html">How to write a good client</a>
-<li><a href="utils.html">The javascript utility library</a>
-<li><a href="events.html">Implementing events using a mini-language</a>
-<li><a href="graphics.html">Preparing map, card, and component graphics</a>
-<li><a href="fuzzer.html">Using the fuzzer to stress test your rules</a>
-</ul>
--->