diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-26 14:06:27 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-26 14:11:27 +0200 |
commit | 3765378f99d29a0481e0268a76edf283a6167a48 (patch) | |
tree | 4f46d8d5f7a6a228f5f1cf4d17110ff4e61ab1ac /docs/index.md | |
parent | 44c38cb0f1a52787306ffca3ee4916f382bf7cc4 (diff) | |
download | server-3765378f99d29a0481e0268a76edf283a6167a48.tar.gz |
Use .md suffix in docs links so they work on github.
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/index.md b/docs/index.md index 254cc74..b9ade23 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,32 +6,32 @@ server instance and how to create new modules. ## For players -* [Tips & Tricks](/docs/tips) -* [Tournaments](/docs/tournaments) +* [Tips & Tricks](tips.md) +* [Tournaments](tournaments.md) ## For developers -* [Installing the server](/docs/server/install) -* [Running a public server](/docs/server/production) -* [Toolbox](/docs/server/toolbox) +* [Installing the server](server/install.md) +* [Running a public server](server/production.md) +* [Toolbox](server/toolbox.md) ## System overview -* [Server architecture](/docs/overview/architecture) -* [Database schema](/docs/overview/database) -* [Module architecture](/docs/overview/module) +* [Server architecture](overview/architecture.md) +* [Database schema](overview/database.md) +* [Module architecture](overview/module.md) ## Module implementation -* [General tips and where to start](/docs/module/guide) -* [Rules framework](/docs/module/rules) - * [Script syntax](/docs/module/script) - * [Utility library](/docs/module/library) +* [General tips and where to start](module/guide.md) +* [Rules framework](module/rules.md) + * [Script syntax](module/script.md) + * [Utility library](module/library.md) * Create the user interface (todo) * Prepare the art assets (todo) -* [Test with the Fuzzer](/docs/module/fuzzer) +* [Test with the Fuzzer](module/fuzzer.md) <!-- -* [Preparing the art assets](/docs/module/assets) -* [How to write the client](/docs/module/play) +* [Preparing the art assets](/docs/module/assets.md) +* [How to write the client](/docs/module/play.md) --> |