From ea04200007110877ed373cbcd493bd75beb8a929 Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Thu, 14 Aug 2025 18:00:02 +0200 Subject: [PATCH] Added links to categories --- _Sidebar.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index c0102e4..0a75a31 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,11 +1,11 @@ -### Getting Started +### [Getting Started](./Home) - [Introduction](./Home) - [Prerequisites](./Prerequisites) - [Setting up server](./ServerSetup) - [Config](./Config) -### Module Development +### [Module Development](./ModuleStructure) - [Module Structure](./ModuleStructure) - [Module.json](./ModuleJSON) @@ -31,8 +31,9 @@ - [Controller](./ModuleClientAPIGameLibController) - [Important Principals](./ModuleClientAPIPrincipals) -### ModuleServerAPI +### [ModuleServerAPI](./ModuleServerAPIIntroduction) +- [Introduction](./ModuleServerAPIIntroduction) - [ModuleServerAPI](./ModuleServerAPI) - [Client](./ModuleServerAPIClient) - [Property](./ModuleServerAPIProperty)