mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add Component overview
This commit is contained in:
parent
af5884705e
commit
5dc31f834a
6 changed files with 139 additions and 4 deletions
29
docs/source/Concept/Concept-Overview.md
Normal file
29
docs/source/Concept/Concept-Overview.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Core Concepts
|
||||
|
||||
This documentation cover more over-arching concepts of Evennia, often involving many [Core Components](../Component/Component-Overview) acting together.
|
||||
|
||||
## General concepts
|
||||
|
||||
- [Asynchronous processing](Async-Process)
|
||||
- [On Soft-Code](Soft-Code)
|
||||
- [Using MUX as standard for default commands](Using-MUX-as-a-Standard)
|
||||
|
||||
## Access
|
||||
|
||||
- [Permissions](Building-Permissions)
|
||||
- [Banning](Banning)
|
||||
|
||||
## Extending the Server
|
||||
- [Custom Protocols](Custom-Protocols)
|
||||
- [Bootstrap](Bootstrap-&-Evennia)
|
||||
- [Creating new models](New-Models)
|
||||
|
||||
## Text processing
|
||||
|
||||
- [Change the language of the server](Internationalization)
|
||||
- [Server text-encoding](Text-Encodings)
|
||||
- [Text tags](TextTags)
|
||||
|
||||
## Web features
|
||||
|
||||
- [Web features](Web-Features)
|
||||
Loading…
Add table
Add a link
Reference in a new issue