mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Cleanup of several documentation pages
This commit is contained in:
parent
4128bc4733
commit
f4d677dbba
3 changed files with 2 additions and 3 deletions
|
|
@ -837,7 +837,6 @@ DEFAULT_CHANNELS = [
|
|||
"aliases": ("pub",),
|
||||
"desc": "Public discussion",
|
||||
"locks": "control:perm(Admin);listen:all();send:all()",
|
||||
"typeclass": BASE_CHANNEL_TYPECLASS,
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ kill the process (not just the log-file view) with `Ctrl-C`.
|
|||
evennia istart
|
||||
|
||||
will start/restart the *Server* in interactive mode. This is required if you want to run a
|
||||
[debugger](Debugging). Next time you `evennia reload` the server, it will return to normal mode.
|
||||
[debugger](../Coding/Debugging.md). Next time you `evennia reload` the server, it will return to normal mode.
|
||||
|
||||
evennia ipstart
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ This is the manual of [Evennia](https://www.evennia.com), the open source Python
|
|||
|
||||
- [Installation](Setup/Installation.md)
|
||||
- [Starting, Stopping and Reloading](Setup/Start-Stop-Reload.md) - how to manage the Evennia server
|
||||
- [Setup and configuration](Setup/Setup-Overview.md) - how to run, maintain and release
|
||||
- [Configurations](Setup/Setup-Overview.md) - how to run, maintain and release
|
||||
|
||||
## Howtos and Tutorials
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue