From 212287fc60e2facf779f1814578bfe2a11cd591e Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Wed, 16 Feb 2022 11:53:56 -0600 Subject: [PATCH] chore: added docs --- docs/docs/configuration/user_interface.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/docs/configuration/user_interface.md diff --git a/docs/docs/configuration/user_interface.md b/docs/docs/configuration/user_interface.md new file mode 100644 index 000000000..72ce5a5d6 --- /dev/null +++ b/docs/docs/configuration/user_interface.md @@ -0,0 +1,15 @@ +--- +id: user_interface +title: User Interface Configurations +--- + +### Experimental UI + +While developing and testing new components, users may decide to opt-in to test potential new features on the front-end. + +```yaml +ui: + use_experimental: true +``` + +Note that experimental changes may contain bugs or may be removed at any time in future releases of the software. Use of these features are presented as-is and with no functional guarantee.