Start to add howto structure

This commit is contained in:
Griatch 2020-06-19 21:13:51 +02:00
parent e5bee77a38
commit f175609cf3
4 changed files with 36 additions and 11 deletions

View file

@ -0,0 +1,25 @@
# Tutorials and Howto's
The documents in this section aims to teach how to use Evennia in a tutorial or
a step-by-step way. They often give hints on about solving a problem or implementing
a particular feature or concept. They will often refer to the
[components](Components/Components-Overview) or [concepts](Concepts/Concepts-Overview)
docs for those that want to dive deeper.
## Starting Tutorial
Recommended starting point! This will take you from absolute beginner to making
a small, but full, game with Evennia. Even if you have a very different game style
in mind for your own game, this will give you a good start.
```warning::
The Starting tutorial is still under development.
```
- [Introduction & Overview](Howto/Starting-Overvew)
##

View file

@ -1,4 +1,4 @@
# Server Setup
# Server Setup and Life
This documentation covers how to setup and maintain the server, from first install to opening your game to the public.

View file

@ -16,20 +16,20 @@
This is the manual of [Evennia](http://www.evennia.com), the open source Python
`MU*` creation system.
- [Evennia Introduction](Evennia-Introduction)
- [Evennia Introduction](Evennia-Overview)
- [Install & Setup Quickstart](Setup/Setup-Quickstart)
- [Begin the starting tutorial](Howto/Starting/Starting-Introduction)
- [How to get help](How-To-Get-And-Give-Help)
## Main sections
- [Setting up and running](Setup/Setup-Overview) - More on how to get, start and maintain the server
- [Tutorials and Howto's](Howto) - Explains how to reach particular goals
- [Core components](Components) - The building blocks of Evennia
- [Concepts](Concepts) - Larger-scale concepts and features
- [Contributions](Contrib) - More game-specific tools and code added by the community
- [API](Evennia-API) - the full API-documentation, generated from source
- [TOC](toc) - An alphabetical listing of all regular documentation pages
- [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](Components) - the core building blocks of Evennia
- [Concepts](Concepts) - larger-scale concepts and features
- [Coding](Coding) - coding and development hints and resources
- [Contributions](Contrib) - 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
Want to help improve the docs? See the page on
[Contributing to the docs](Contributing-Docs)!
Want to help improve the docs? See the page on [Contributing to the docs](Contributing-Docs)!