Copy doc tools from develop

This commit is contained in:
Griatch 2020-07-12 20:01:44 +02:00
parent ca97c9bda0
commit c52f505d00
127 changed files with 2927 additions and 1427 deletions

View file

@ -4,23 +4,23 @@ This section contains information useful to world builders.
### Building basics
- [Default in-game commands](Default-Command-Help)
- [Building Quick-start](Building-Quickstart)
- [Giving build permissions to others](Building-Permissions)
- [Adding text tags](TextTags)
- [Colored text](TextTags#coloured-text)
- [Clickable links](TextTags#clickable-links)
- [Inline functions](TextTags#inline-functions)
- [Customizing the connection screen](Connection-Screen)
- [Default in-game commands](./Default-Command-Help)
- [Building Quick-start](./Building-Quickstart)
- [Giving build permissions to others](./Building-Permissions)
- [Adding text tags](./TextTags)
- [Colored text](./TextTags#coloured-text)
- [Clickable links](./TextTags#clickable-links)
- [Inline functions](./TextTags#inline-functions)
- [Customizing the connection screen](./Connection-Screen)
### Advanced building and World building
- [Overview of batch processors](Batch-Processors)
- [Batch-command processor](Batch-Command-Processor)
- [Batch-code processor](Batch-Code-Processor)
- [Using the Spawner for individualizing objects](Spawner-and-Prototypes)
- [Adding Zones](Zones)
- [Overview of batch processors](./Batch-Processors)
- [Batch-command processor](./Batch-Command-Processor)
- [Batch-code processor](./Batch-Code-Processor)
- [Using the Spawner for individualizing objects](./Spawner-and-Prototypes)
- [Adding Zones](./Zones)
### The Tutorial world
- [Introduction and setup](Tutorial-World-Introduction)
- [Introduction and setup](./Tutorial-World-Introduction)