mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Rename Contrib to Contribs in docs
This commit is contained in:
parent
b5b265ec3b
commit
7eab265994
11 changed files with 10 additions and 10 deletions
|
|
@ -90,5 +90,5 @@ Adding advanced and flexible building commands to your game is easy and will pro
|
|||
satisfy most creative builders. However, if you really, *really* want to offer online coding, there
|
||||
is of course nothing stopping you from adding that to Evennia, no matter our recommendations. You
|
||||
could even re-implement MUX' softcode in Python should you be very ambitious. The
|
||||
[in-game-python](../Contrib/Dialogues-in-events) is an optional
|
||||
[in-game-python](../Contribs/Dialogues-in-events) is an optional
|
||||
pseudo-softcode plugin aimed at developers wanting to script their game from inside it.
|
||||
|
|
@ -12,7 +12,7 @@ This documentation covers how to setup and maintain the server, from first insta
|
|||
|
||||
## Installing custom game dirs
|
||||
|
||||
- [Installing Arxcode](../Contrib/Arxcode-installing-help) - a custom gamedir based on the popular Evennia game [Arx](https://play.arxgame.org/)
|
||||
- [Installing Arxcode](../Contribs/Arxcode-installing-help) - a custom gamedir based on the popular Evennia game [Arx](https://play.arxgame.org/)
|
||||
|
||||
## Configuring
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ This is the manual of [Evennia](http://www.evennia.com), the open source Python
|
|||
----
|
||||
- [API](./Evennia-API) - the full API-reference, generated from source
|
||||
- [Coding](Coding/Coding-Overview) - coding and development hints and resources
|
||||
- [Contributions](Contrib/Contrib-Overview) - game-specific tools and code added by the community
|
||||
- [Contributions](Contribs/Contrib-Overview) - game-specific tools and code added by the community
|
||||
----
|
||||
- [Links](./Links) - useful links
|
||||
- [Table of Contents](./toc) - an alphabetical listing of all regular documentation pages
|
||||
|
|
|
|||
|
|
@ -67,13 +67,13 @@
|
|||
- [Concepts/Using MUX as a Standard](Concepts/Using-MUX-as-a-Standard)
|
||||
- [Concepts/Web Features](Concepts/Web-Features)
|
||||
- [Concepts/Zones](Concepts/Zones)
|
||||
- [Contrib/A voice operated elevator using events](Contrib/A-voice-operated-elevator-using-events)
|
||||
- [Contrib/Arxcode installing help](Contrib/Arxcode-installing-help)
|
||||
- [Contrib/Building menus](Contrib/Building-menus)
|
||||
- [Contrib/Contrib Overview](Contrib/Contrib-Overview)
|
||||
- [Contrib/Dialogues in events](Contrib/Dialogues-in-events)
|
||||
- [Contrib/Dynamic In Game Map](Contrib/Dynamic-In-Game-Map)
|
||||
- [Contrib/Static In Game Map](Contrib/Static-In-Game-Map)
|
||||
- [Contrib/A voice operated elevator using events](Contribs/A-voice-operated-elevator-using-events)
|
||||
- [Contrib/Arxcode installing help](Contribs/Arxcode-installing-help)
|
||||
- [Contrib/Building menus](Contribs/Building-menus)
|
||||
- [Contrib/Contrib Overview](Contribs/Contrib-Overview)
|
||||
- [Contrib/Dialogues in events](Contribs/Dialogues-in-events)
|
||||
- [Contrib/Dynamic In Game Map](Contribs/Dynamic-In-Game-Map)
|
||||
- [Contrib/Static In Game Map](Contribs/Static-In-Game-Map)
|
||||
- [Contributing](Contributing)
|
||||
- [Contributing Docs](Contributing-Docs)
|
||||
- [Evennia API](Evennia-API)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue