Removed a few links docusaurus complains about.
This commit is contained in:
parent
0416643d1d
commit
10c5cfd134
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ The **CORE Object** is responsible for initializing, managing and serving the CO
|
||||||
### *int* <u>version_release</u>
|
### *int* <u>version_release</u>
|
||||||
CORE's version number.
|
CORE's version number.
|
||||||
### *CoreTypes.VersionType* <u>version_type</u>
|
### *CoreTypes.VersionType* <u>version_type</u>
|
||||||
CORE's version type. See [`CoreTypes.VersionType`](/reference/coretypes#versiontype) for more information.
|
CORE's version type. See `CoreTypes.VersionType` for more information.
|
||||||
### *int* <u>version_typerelease</u>
|
### *int* <u>version_typerelease</u>
|
||||||
CORE's version type number. Resets on every new version and version type.
|
CORE's version type number. Resets on every new version and version type.
|
||||||
### *Array[String]* <u>modules</u> = *[ "logger", "misc", "sms", "logui", "erm", "storage" ]*
|
### *Array[String]* <u>modules</u> = *[ "logger", "misc", "sms", "logui", "erm", "storage" ]*
|
||||||
|
|
|
@ -35,7 +35,7 @@ The maximum amount of characters excluding the message before newlines are no lo
|
||||||
|
|
||||||
## Log UI
|
## Log UI
|
||||||
### *bool* <u>logui_enabled</u> = *true*
|
### *bool* <u>logui_enabled</u> = *true*
|
||||||
Enables or disables [Log UI](/terminology#logui).
|
Enables or disables Log UI.
|
||||||
### *Color* <u>logui_background_color</u> = *Color.BLACK*
|
### *Color* <u>logui_background_color</u> = *Color.BLACK*
|
||||||
The Log UI background color.. Set to `Color.TRANSPARENT` for a transparent background.
|
The Log UI background color.. Set to `Color.TRANSPARENT` for a transparent background.
|
||||||
### *int* <u>logui_font_size</u> = *14*
|
### *int* <u>logui_font_size</u> = *14*
|
||||||
|
|
Loading…
Reference in a new issue