diff --git a/docs/docs/reference/core.md b/docs/docs/reference/core.md index 62c3127..d718eb9 100644 --- a/docs/docs/reference/core.md +++ b/docs/docs/reference/core.md @@ -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. diff --git a/docs/docs/reference/erm.md b/docs/docs/reference/erm.md index 587e9a8..af89936 100644 --- a/docs/docs/reference/erm.md +++ b/docs/docs/reference/erm.md @@ -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. diff --git a/docs/docs/reference/logger.md b/docs/docs/reference/logger.md index 12039d6..80f0f56 100644 --- a/docs/docs/reference/logger.md +++ b/docs/docs/reference/logger.md @@ -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'. diff --git a/docs/docs/reference/loggerinstance.md b/docs/docs/reference/loggerinstance.md index 8759802..26ad967 100644 --- a/docs/docs/reference/loggerinstance.md +++ b/docs/docs/reference/loggerinstance.md @@ -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 ;) diff --git a/docs/docs/reference/misc.md b/docs/docs/reference/misc.md index 2a6ad86..de240b5 100644 --- a/docs/docs/reference/misc.md +++ b/docs/docs/reference/misc.md @@ -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. diff --git a/docs/docs/reference/sms.md b/docs/docs/reference/sms.md index 21a4fd4..ac9a023 100644 --- a/docs/docs/reference/sms.md +++ b/docs/docs/reference/sms.md @@ -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. diff --git a/docs/docs/reference/storage.md b/docs/docs/reference/storage.md index 297ec8d..b1d4b1c 100644 --- a/docs/docs/reference/storage.md +++ b/docs/docs/reference/storage.md @@ -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. diff --git a/docs/docs/reference/validation.md b/docs/docs/reference/validation.md index 7de22f7..641fc46 100644 --- a/docs/docs/reference/validation.md +++ b/docs/docs/reference/validation.md @@ -3,7 +3,7 @@ sidebar_position: 10 description: Allows for data validation. --- -# `Validation (module)` +# Validation (`validation`) ## Functions