docs: move environment setup to monorepo root

This commit is contained in:
PalmDevs
2024-01-17 22:44:59 +07:00
parent 97c5bd5634
commit 526d514443
4 changed files with 36 additions and 12 deletions

View File

@@ -4,13 +4,13 @@ This documentation explains how the server works, how to start developing, and h
## 📖 Table of contents
0. [🏗️ Setting up the development environment](./0_development_environment.md)
0. [🏗️ Set up the development environment (if you haven't already)](../../../docs/0_development_environment.md)
1. [⚙️ Configuration](./1_configuration.md)
2. [🏃🏻‍♂️ Running the server](./2_running.md)
3. [📨 Packets](./3_packets.md)
## ⏭️ Start here
The next page will tell you how to set up the development environment.
The next page will tell you how to configure the server.
Continue: [🏗 Setting up the development environment](./0_development_environment.md)
Continue: [ Configuration](./1_configuration.md)