Update titles

This commit is contained in:
JeremyStar™ 2024-05-05 15:05:41 +02:00
parent 206a6220cc
commit 59d481696b
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
8 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@ sidebar_position: 0
description: Initializes and manages the framework.
---
# `CORE`
# `Core`
The **CORE Object** is responsible for initializing, managing and serving the CORE Framework.

View file

@ -3,7 +3,7 @@ sidebar_position: 8
description: Allows for awaited, batched and oneline requests.
---
# `Easy Request Maker`
# Easy Request Maker (`erm`)
Makes it easy to download files off the internet and communicate with HTTP servers.

View file

@ -3,7 +3,7 @@ sidebar_position: 4
description: Your usual basic logger implementation, with some extra features.
---
# `Logger`
# Logger (`logger`)
Allows for colored output, better newlines, multiple logger levels and a large variety of placeholders usable in 'config_format'.

View file

@ -3,7 +3,7 @@ sidebar_position: 5
description: Passes `origin` for you.
---
# `LoggerInstance`
# `CoreLoggerInstance`
Pretty much a wrapper around CORE's logging implementation. CoreLoggerInstance's only job is to save you some effort aka. you not needing to pass the `origin` argument to each and every log call, which is extremely annoying. Thank us later ;)

View file

@ -3,7 +3,7 @@ sidebar_position: 6
description: Contains various utility functions.
---
# `Miscellaneous`
# Miscellaneous (`misc`)
This module contains many methods that don't fit into any other module and generally make your life as a developer easier.

View file

@ -3,7 +3,7 @@ sidebar_position: 7
description: Manages scenes for you efficiently.
---
# `Scene Management System`
# Scene Management System (`sms`)
Allows for organized scene management, making development much faster.

View file

@ -3,7 +3,7 @@ sidebar_position: 9
description: Easy config management.
---
# `Storage`
# Storage (`storage`)
Allows you to write configuration files with ease, without any headaches.

View file

@ -3,7 +3,7 @@ sidebar_position: 10
description: Allows for data validation.
---
# `Validation (module)`
# Validation (`validation`)
## Functions