Reorganize references

This commit is contained in:
JeremyStar™ 2024-05-05 15:13:00 +02:00
parent 59d481696b
commit 36d4b9e555
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
15 changed files with 32 additions and 13 deletions

View file

@ -0,0 +1,8 @@
{
"label": "Class reference",
"position": 1,
"link": {
"type": "generated-index",
"description": "Reference for globally accessible classes"
}
}

View file

@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 2
description: Template for CORE modules
---

View file

@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 3
description: Passes `origin` for you.
---

View file

@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 1
description: Contains various enums.
---

View file

@ -1,5 +1,5 @@
---
sidebar_position: 12
sidebar_position: 5
description: Used for validating multiple CoreValidationSingles.
---

View file

@ -1,5 +1,5 @@
---
sidebar_position: 11
sidebar_position: 4
description: Used for validating data.
---

View file

@ -0,0 +1,8 @@
{
"label": "Module reference",
"position": 0,
"link": {
"type": "generated-index",
"description": "Reference for CORE modules"
}
}

View file

@ -1,9 +1,12 @@
---
sidebar_position: 1
sidebar_position: 0
description: The framework configuration
---
# `CoreConfiguration`
# Configuration (`config`)
:::warning
Although this is theoretically a class (`CoreConfiguration`), we are counting it as an module as it is used that way during runtime. If you want to create a new configuration class, use `CoreConfiguration.new()`.
:::
Provides the default configuration for the CORE Framework.
## Note
All settings are variables.

View file

@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 4
description: Allows for awaited, batched and oneline requests.
---

View file

@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 1
description: Your usual basic logger implementation, with some extra features.
---

View file

@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 2
description: Contains various utility functions.
---

View file

@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 3
description: Manages scenes for you efficiently.
---

View file

@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 5
description: Easy config management.
---

View file

@ -1,5 +1,5 @@
---
sidebar_position: 10
sidebar_position: 6
description: Allows for data validation.
---