From ed2361980b455d1825d811670f329cbcf5624927 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 24 Apr 2025 12:48:51 +0200 Subject: Move docs to Markdown and use markdown renderer in server. --- docs/index.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/index.md (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..96c9a7b --- /dev/null +++ b/docs/index.md @@ -0,0 +1,36 @@ +# Documentation + +This is the documentation for the _Rally the Troops_ 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. + +## For players + +* [Tips & Tricks](/docs/tips) +* [Tournaments](/docs/tournaments) + +## For developers + +* [Installing the server](/docs/server/install) +* [Running a public server](/docs/server/production) + +## System overview + +* [Server architecture](/docs/overview/architecture) +* [Database schema](/docs/overview/database) +* [Module architecture](/docs/overview/module) + +## Module implementation + +* [Step by step guide](/docs/module/guide) +* [Rules framework](/docs/module/rules) + * [Script syntax](/docs/module/script) + * [Utility library](/docs/module/library) +* Create the user interface (todo) +* Prepare the art assets (todo) +* [Test with the Fuzzer](/docs/module/fuzzer) + + -- cgit v1.2.3