Restructure starting tut
This commit is contained in:
parent
47d168219c
commit
979aa924dd
11 changed files with 107 additions and 89 deletions
|
|
@ -4,7 +4,7 @@
|
|||
This is the **experimental** and **unstable** documentation for the
|
||||
development branch of Evennia (v1.0-dev). It's based on converted docs
|
||||
from the Evennia wiki (https://github.com/evennia/evennia/wiki/) at
|
||||
2020-06-12 22:36:53. There are known conversion issues and missing links.
|
||||
2020-06-12 22:36:53. There are known conversion issues and missing links.
|
||||
This will slowly be ironed out as this is developed.
|
||||
|
||||
For now you are best off using the original wiki, or the less changing v0.9.1
|
||||
|
|
@ -14,20 +14,20 @@
|
|||
# Evennia Documentation
|
||||
|
||||
This is the manual of [Evennia](http://www.evennia.com), the open source Python
|
||||
`MU*` creation system.
|
||||
`MU*` creation system.
|
||||
|
||||
- [Evennia Introduction](Evennia-Introduction)
|
||||
- [Install & Setup Quickstart](Setup/Setup-Quickstart)
|
||||
- [Begin the starting tutorial](Howto/Starting/Starting-Introduction)
|
||||
- [How to get help](How-To-Get-And-Give-Help)
|
||||
- [Begin the starting tutorial](Howto/Starting/Starting-Part1)
|
||||
- [How to get (and give) help](How-To-Get-And-Give-Help)
|
||||
|
||||
## Main sections
|
||||
## Main sections
|
||||
|
||||
- [Server Setup, Maintenance and Life](Setup/Setup-Overview) - how to run, maintain and release
|
||||
- [Server Setup, Maintenance and Life](Setup/Setup-Overview) - how to run, maintain and release
|
||||
- [Tutorials and Howto's](Howto/Howto-Overview) - projects and hints for reaching particular effects and goals
|
||||
- [Core components](Component/Component-Overview) - the core building blocks of Evennia
|
||||
- [Concepts](Concept/Concept-Overview) - larger-scale concepts and features
|
||||
- [Coding](Coding/Coding-Overview) - coding and development hints and resources
|
||||
- [Concepts](Concept/Concept-Overview) - larger-scale concepts and features
|
||||
- [Coding](Coding/Coding-Overview) - coding and development hints and resources
|
||||
- [Contributions](Contrib/Contrib-Overview) - game-specific tools and code added by the community
|
||||
- [API](Evennia-API) - the full API-reference, generated from source
|
||||
- [Table of Contents](toc) - an alphabetical listing of all regular documentation pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue