Fix documentation
This commit is contained in:
parent
d0e8e394fa
commit
af37b9ef9d
4 changed files with 8 additions and 8 deletions
|
@ -15,12 +15,12 @@ CORE's typerelease number
|
|||
|
||||
## 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**)
|
||||
- `logger`
|
||||
- `misc`
|
||||
- [`config`](/reference/coreconfiguration) (**NEVER access this yourself. To change the configuration, use [`reload_configuration()`](#void-reload_configurationcoreconfiguration-new_config) instead**)
|
||||
- [`logger`](/reference/logger)
|
||||
- [`misc`](/reference/misc)
|
||||
- `logui` (not important for developers, displays the log graphically)
|
||||
- `sms`
|
||||
- `edl`
|
||||
- [`sms`](/reference/sms)
|
||||
- [`edl`](/reference/edl)
|
||||
|
||||
## Variables
|
||||
### *String* <u>basepath</u>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sidebar_position: 7
|
||||
sidebar_position: 8
|
||||
---
|
||||
|
||||
# `Easy DownLoader`
|
||||
|
|
|
@ -35,4 +35,4 @@ Using the `await` keyword is required for this function.
|
|||
:::danger
|
||||
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.
|
||||
|
|
|
@ -20,4 +20,4 @@ Prints an error message
|
|||
:::note[Awaiting required]
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue