From e9f1d05f4fa7ba9ac3dd632b7793e6e6fb2e0744 Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Thu, 14 Aug 2025 18:54:07 +0200 Subject: [PATCH] Updated documentation --- ModuleServerAPI.md | 57 +--------------------------------- ModuleServerAPIIntroduction.md | 2 +- 2 files changed, 2 insertions(+), 57 deletions(-) diff --git a/ModuleServerAPI.md b/ModuleServerAPI.md index 1de3165..01c477f 100644 --- a/ModuleServerAPI.md +++ b/ModuleServerAPI.md @@ -1,61 +1,6 @@ # ModuleServerAPI -Class representing the ModuleServerAPI. - - +The ModuleServerAPI is the powerful server-side foundation that brings your Getiyo modules to life. Every module you create relies on this API to handle the complex orchestration between users, data, and the Getiyo platform itself. [Click here to view the introductions.](./ModuleServerAPIIntroduction) ## Sub Classes diff --git a/ModuleServerAPIIntroduction.md b/ModuleServerAPIIntroduction.md index c88b87c..316b8d1 100644 --- a/ModuleServerAPIIntroduction.md +++ b/ModuleServerAPIIntroduction.md @@ -1,6 +1,6 @@ # ModuleServerAPI - Introduction -Welcome to the **ModuleServerAPI** — the powerful server-side foundation that brings your Getiyo modules to life. Every module you create relies on this API to handle the complex orchestration between users, data, and the Getiyo platform itself. +The ModuleServerAPI is the powerful server-side foundation that brings your Getiyo modules to life. Every module you create relies on this API to handle the complex orchestration between users, data, and the Getiyo platform itself. ## What is the ModuleServerAPI?