Update the example file-help entries
This commit is contained in:
parent
5259d4bc3d
commit
8164b75c93
1 changed files with 8 additions and 6 deletions
|
|
@ -31,25 +31,27 @@ HELP_ENTRY_DICTS = [
|
||||||
"category": "General",
|
"category": "General",
|
||||||
"locks": "read:perm(Developer)",
|
"locks": "read:perm(Developer)",
|
||||||
"text": """
|
"text": """
|
||||||
Evennia is a MUD game server in Python.
|
Evennia is a MU-game server and frameworkdin Python. You can read more
|
||||||
|
on https://www.evennia.com.
|
||||||
|
|
||||||
# subtopics
|
# subtopics
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You'll find installation instructions on https:evennia.com
|
You'll find installation instructions on https://www.evennia.com.
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
There are many ways to get help and communicate with other devs!
|
There are many ways to get help and communicate with other devs!
|
||||||
|
|
||||||
### IRC
|
### Discussions
|
||||||
|
|
||||||
The irc channel is #evennia on irc.freenode.net
|
The Discussions forum is found at https://github.com/evennia/evennia/discussions.
|
||||||
|
|
||||||
### Discord
|
### Discord
|
||||||
|
|
||||||
There is also a discord channel you can find from the sidebard on evennia.com.
|
There is also a discord channel for chatting - connect using the
|
||||||
|
following link: https://discord.gg/AJJpcRUhtF
|
||||||
|
|
||||||
""",
|
""",
|
||||||
},
|
},
|
||||||
|
|
@ -58,7 +60,7 @@ HELP_ENTRY_DICTS = [
|
||||||
"category": "building",
|
"category": "building",
|
||||||
"text": """
|
"text": """
|
||||||
Evennia comes with a bunch of default building commands. You can
|
Evennia comes with a bunch of default building commands. You can
|
||||||
find a building tutorial in the evennia documentation.
|
find a beginner tutorial in the evennia documentation.
|
||||||
|
|
||||||
""",
|
""",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue