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
|
## 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>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 7
|
sidebar_position: 8
|
||||||
---
|
---
|
||||||
|
|
||||||
# `Easy DownLoader`
|
# `Easy DownLoader`
|
||||||
|
|
Loading…
Reference in a new issue