Fixed two documentation bugs

Thanks @Salandora
This commit is contained in:
Gina Häußge 2016-09-21 14:35:43 +02:00
parent 6f029d6bf4
commit b0a6a5675a

View file

@ -165,16 +165,16 @@ appearance or to modify the order and presence of the various UI components:
# order of generic templates
generic: []
# Disabled components per container. If a component is included here it will not
# be included in OctoPrint's UI at all. Note that this might mean that critical
# functionality will not be available if no replacement is registered.
disabled:
navbar: [],
sidebar: [],
tab: [],
settings: [],
usersettings: [],
generic: []
# Disabled components per container. If a component is included here it will not
# be included in OctoPrint's UI at all. Note that this might mean that critical
# functionality will not be available if no replacement is registered.
disabled:
navbar: []
sidebar: []
tab: []
settings: []
usersettings: []
generic: []
# Default language of OctoPrint. If left unset OctoPrint will try to match up available
# languages with the user's browser settings.