Skip to content

Commit be1a56e

Browse files
committed
feat: update sidebar
Signed-off-by: ItsNeil17 <neil@willofsteel.me>
1 parent 57c2b08 commit be1a56e

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

content/docs/en/guides/meta.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"title": "{meta.guides.title}",
3-
"pages": ["...", "java-basics", "!3d-modeling"],
3+
"pages": [
4+
"learning-to-learn.mdx",
5+
"plugin",
6+
"java-basics",
7+
"...",
8+
"---Gameplay Systems---",
9+
"prefabs.mdx",
10+
"---Advanced Guides---",
11+
"ecs"
12+
],
413
"icon": "GraduationCap"
514
}

content/docs/en/meta.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"pages": [
3-
"---Introduction---",
43
"index",
54
"quick-start",
65
"established-information",
76
"---Guides---",
87
"...guides",
9-
"publishing",
108
"---Community---",
9+
"publishing",
1110
"projects",
1211
"contributing"
1312
]

content/docs/en/quick-start.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ title: Quick Start
33
description: Setting up a standard Hytale project.
44
---
55

6-
The server API is not released yet, but you can get started by making models in Blockbench. View [this guide](./guides/3d-modeling/getting-started) to start.
6+
Welcome to the Hytale modding documentation! Here you'll find everything you need to know about creating your own mods for Hytale.
7+
8+
- [Java Basics](./guides/java-basics/00-introduction)
9+
- [Setting up your dev environment](./guides/dev-environment)
10+
- [Entity Component System (ECS)](./guides/ecs)
11+
- [Publishing your mod](./guides/publishing)

0 commit comments

Comments
 (0)