From b0a6a5675a6132ed8f8cb407317500de6c7ba67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 21 Sep 2016 14:35:43 +0200 Subject: [PATCH] Fixed two documentation bugs Thanks @Salandora --- docs/configuration/config_yaml.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/configuration/config_yaml.rst b/docs/configuration/config_yaml.rst index 41939553..3a49a670 100644 --- a/docs/configuration/config_yaml.rst +++ b/docs/configuration/config_yaml.rst @@ -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.