Update titles
This commit is contained in:
parent
206a6220cc
commit
59d481696b
8 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
||||
|
|
|
@ -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 ;)
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ sidebar_position: 10
|
|||
description: Allows for data validation.
|
||||
---
|
||||
|
||||
# `Validation (module)`
|
||||
# Validation (`validation`)
|
||||
|
||||
|
||||
## Functions
|
||||
|
|
Loading…
Reference in a new issue