Convert master docs to use MyST

This commit is contained in:
Griatch 2021-10-26 21:14:33 +02:00
parent 6e03216cd9
commit d229ff024c
359 changed files with 3275 additions and 4567 deletions

View file

@ -33,5 +33,5 @@ It will then install the server (so the `evennia` command is available) and run
your game dir (based on your `settings.py` file in `server/conf/`).
Running this will not actually do anything though, because there are no unit tests in your game dir
yet. [We have a page](./Unit-Testing) on how we set those up for Evennia, you should be able to refer
yet. [We have a page](./Unit-Testing.md) on how we set those up for Evennia, you should be able to refer
to that for making tests fitting your game.