Refactored Contrib docs, renamed many files

This commit is contained in:
Griatch 2022-11-23 21:15:23 +01:00
parent 7845369d50
commit da341af663
44 changed files with 664 additions and 917 deletions

View file

@ -52,6 +52,8 @@ references to rooms previously created is passed to the build commands.
You then call the command in-game using the path to the MAP and MAP_LEGEND vars
The path you provide is relative to the evennia or mygame folder.
See also the [separate tutorial in the docs](./Contrib-Mapbuilder-Tutorial.md).
## Installation
Use by importing and including the command in your default_cmdsets module.
@ -277,6 +279,11 @@ EXAMPLE2_LEGEND = {
```
```{toctree}
:hidden:
Contrib-Mapbuilder-Tutorial
```
----