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",),
|
"aliases": ("pub",),
|
||||||
"desc": "Public discussion",
|
"desc": "Public discussion",
|
||||||
"locks": "control:perm(Admin);listen:all();send:all()",
|
"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
|
evennia istart
|
||||||
|
|
||||||
will start/restart the *Server* in interactive mode. This is required if you want to run a
|
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
|
evennia ipstart
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ This is the manual of [Evennia](https://www.evennia.com), the open source Python
|
||||||
|
|
||||||
- [Installation](Setup/Installation.md)
|
- [Installation](Setup/Installation.md)
|
||||||
- [Starting, Stopping and Reloading](Setup/Start-Stop-Reload.md) - how to manage the Evennia server
|
- [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
|
## Howtos and Tutorials
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue