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?