mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Convert master docs to use MyST
This commit is contained in:
parent
6e03216cd9
commit
d229ff024c
359 changed files with 3275 additions and 4567 deletions
|
|
@ -5,48 +5,48 @@ are responsible for managing the game.
|
|||
|
||||
### Installation and Early Life
|
||||
|
||||
- [Choosing (and installing) an SQL Server](./Choosing-An-SQL-Server)
|
||||
- [Getting Started - Installing Evennia](./Getting-Started)
|
||||
- [Running Evennia in Docker Containers](./Running-Evennia-in-Docker)
|
||||
- [Starting, stopping, reloading and resetting Evennia](./Start-Stop-Reload)
|
||||
- [Keeping your game up to date](./Updating-Your-Game)
|
||||
- [Resetting your database](./Updating-Your-Game#resetting-your-database)
|
||||
- [Making your game available online](./Online-Setup)
|
||||
- [Hosting options](./Online-Setup#hosting-options)
|
||||
- [Securing your server with SSL/Let's Encrypt](./Online-Setup#ssl)
|
||||
- [Listing your game](./Evennia-Game-Index) at the online [Evennia game
|
||||
- [Choosing (and installing) an SQL Server](./Choosing-An-SQL-Server.md)
|
||||
- [Getting Started - Installing Evennia](./Getting-Started.md)
|
||||
- [Running Evennia in Docker Containers](./Running-Evennia-in-Docker.md)
|
||||
- [Starting, stopping, reloading and resetting Evennia](./Start-Stop-Reload.md)
|
||||
- [Keeping your game up to date](./Updating-Your-Game.md)
|
||||
- [Resetting your database](./Updating-Your-Game.md#resetting-your-database)
|
||||
- [Making your game available online](./Online-Setup.md)
|
||||
- [Hosting options](./Online-Setup.md#hosting-options)
|
||||
- [Securing your server with SSL/Let's Encrypt](./Online-Setup.md#ssl)
|
||||
- [Listing your game](./Evennia-Game-Index.md) at the online [Evennia game
|
||||
index](http://games.evennia.com)
|
||||
|
||||
### Customizing the server
|
||||
|
||||
- [Changing the Settings](./Server-Conf#Settings-file)
|
||||
- [Changing the Settings](./Server-Conf.md#settings-file)
|
||||
- [Available Master
|
||||
Settings](https://github.com/evennia/evennia/blob/master/evennia/settings_default.py)
|
||||
- [Change Evennia's language](./Internationalization) (internationalization)
|
||||
- [Apache webserver configuration](./Apache-Config) (optional)
|
||||
- [Changing text encodings used by the server](./Text-Encodings)
|
||||
- [The Connection Screen](./Connection-Screen)
|
||||
- [Guest Logins](./Guest-Logins)
|
||||
- [How to connect Evennia to IRC channels](./IRC)
|
||||
- [How to connect Evennia to RSS feeds](./RSS)
|
||||
- [How to connect Evennia to Grapevine](./Grapevine)
|
||||
- [How to connect Evennia to Twitter](./How-to-connect-Evennia-to-Twitter)
|
||||
- [Change Evennia's language](./Internationalization.md) (internationalization)
|
||||
- [Apache webserver configuration](./Apache-Config.md) (optional)
|
||||
- [Changing text encodings used by the server](./Text-Encodings.md)
|
||||
- [The Connection Screen](./Connection-Screen.md)
|
||||
- [Guest Logins](./Guest-Logins.md)
|
||||
- [How to connect Evennia to IRC channels](./IRC.md)
|
||||
- [How to connect Evennia to RSS feeds](./RSS.md)
|
||||
- [How to connect Evennia to Grapevine](./Grapevine.md)
|
||||
- [How to connect Evennia to Twitter](./How-to-connect-Evennia-to-Twitter.md)
|
||||
|
||||
### Administrating the running game
|
||||
|
||||
- [Supported clients](./Client-Support-Grid) (grid of known client issues)
|
||||
- [Changing Permissions](./Building-Permissions) of users
|
||||
- [Banning](./Banning) and deleting users
|
||||
- [Summary of abuse-handling tools](./Banning#summary-of-abuse-handling-tools) in the default cmdset
|
||||
- [Supported clients](./Client-Support-Grid.md) (grid of known client issues)
|
||||
- [Changing Permissions](./Building-Permissions.md) of users
|
||||
- [Banning](./Banning.md) and deleting users
|
||||
- [Summary of abuse-handling tools](./Banning.md#summary-of-abuse-handling-tools) in the default cmdset
|
||||
|
||||
### Working with Evennia
|
||||
|
||||
- [Setting up your work environment with version control](./Version-Control)
|
||||
- [First steps coding with Evennia](./First-Steps-Coding)
|
||||
- [Setting up a continuous integration build environment](./Continuous-Integration)
|
||||
- [Setting up your work environment with version control](./Version-Control.md)
|
||||
- [First steps coding with Evennia](./First-Steps-Coding.md)
|
||||
- [Setting up a continuous integration build environment](./Continuous-Integration.md)
|
||||
|
||||
|
||||
```toctree::
|
||||
```{toctree}
|
||||
:hidden:
|
||||
|
||||
Choosing-An-SQL-Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue