Fix documentation

This commit is contained in:
JeremyStar™ 2024-03-18 03:23:16 +01:00
parent d0e8e394fa
commit af37b9ef9d
4 changed files with 8 additions and 8 deletions

View file

@ -15,12 +15,12 @@ CORE's typerelease number
## Modules ## Modules
Use these to access CORE's modules. Use these to access CORE's modules.
- `config` (**NEVER access this yourself. To change the configuration, use [`reload_configuration()`](#void-reload_configurationcoreconfiguration-new_config) instead**) - [`config`](/reference/coreconfiguration) (**NEVER access this yourself. To change the configuration, use [`reload_configuration()`](#void-reload_configurationcoreconfiguration-new_config) instead**)
- `logger` - [`logger`](/reference/logger)
- `misc` - [`misc`](/reference/misc)
- `logui` (not important for developers, displays the log graphically) - `logui` (not important for developers, displays the log graphically)
- `sms` - [`sms`](/reference/sms)
- `edl` - [`edl`](/reference/edl)
## Variables ## Variables
### *String* <u>basepath</u> ### *String* <u>basepath</u>

View file

@ -1,5 +1,5 @@
--- ---
sidebar_position: 7 sidebar_position: 8
--- ---
# `Easy DownLoader` # `Easy DownLoader`

View file

@ -35,4 +35,4 @@ Using the `await` keyword is required for this function.
:::danger :::danger
Please do not set `framework_crash` to `true`. Thank you. Please do not set `framework_crash` to `true`. Thank you.
::: :::
Handles crashes. Will terminate your game/application immediately. Handles crashes. Will terminate your game/application immediately.

View file

@ -20,4 +20,4 @@ Prints an error message
:::note[Awaiting required] :::note[Awaiting required]
Using the `await` keyword is required for this function. Using the `await` keyword is required for this function.
::: :::
Handles crashes. Will terminate your game/application immediately. Handles crashes. Will terminate your game/application immediately.