Updated sidebar

2025-08-14 17:57:19 +02:00
parent 1e32714d67
commit 7466783ba5

@@ -2,7 +2,8 @@
- [Prerequisites](./Prerequisites)
- [Setting up server](./ServerSetup)
- [Config](./Config)
- Module Development
## Module Development
- [Module Structure](./ModuleStructure)
- [Module.json](./ModuleJSON)
@@ -11,14 +12,15 @@
- [Condition](./ModuleCondition)
- [Complete Example](./module.json)
- [Development environment/Building](./ModuleEnvironment)
- [Module Debugging](./ModuleDebugging)
- [GetiyoModuleTool](./GetiyoModuleTool)
- [ModuleStore](./ModuleStore)
- [Bug/Feature Reporting](./Reporting)
- [Contact Details](./ContactDetails)
# he;;p
## ModuleClientAPI
- [ModuleClientAPI](./ModuleClientAPIIntroduction)
- [Introduction](./ModuleClientAPIIntroduction)
- [Documentation](./ModuleClientAPI)
- [User](./ModuleClientAPIUser)
- [Neighbor](./ModuleClientAPINeighbor)
@@ -26,8 +28,10 @@
- [GameLib](./ModuleClientAPIGameLib)
- [Controller](./ModuleClientAPIGameLibController)
- [Important Principals](./ModuleClientAPIPrincipals)
- [ModuleServerAPI](./ModuleServerAPI)
## ModuleServerAPI
- [ModuleServerAPI](./ModuleServerAPI)
- [Client](./ModuleServerAPIClient)
- [Property](./ModuleServerAPIProperty)
- [GameLib](./ModuleServerAPIGameLib)
@@ -43,7 +47,8 @@
- [LibWebSocket](./ModuleServerAPILibsWebSocketLib)
- [Axios](https://axios-http.com/docs/instance)
- ModuleApi Shared
## ModuleApi Shared
- [RuntimeStorage](./ModuleApiGameLibRuntimeStorage)
- Gamelib
- [GameLib GameDetails](./ModuleApiGameLibGameDetails)
@@ -51,5 +56,3 @@
- [GameLib TimeSpan](./ModuleApiGameLibTimeSpan)
- [GameLib FrameCycle](./ModuleApiGameLibFrameCycle)
- [GameLib Ratio](./ModuleAPIGameLibRatio)
- [Module Debugging](./ModuleDebugging)
- [ModuleStore](./ModuleStore)