From daf88ee33daf59cfc577fe71d1462cdc78ce3fa9 Mon Sep 17 00:00:00 2001 From: Michael Pearson Date: Sat, 23 Apr 2022 13:47:53 +1000 Subject: [PATCH] Add docs --- docs/docs/configuration/user_interface.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/configuration/user_interface.md b/docs/docs/configuration/user_interface.md index 72ce5a5d6..9da14a8a3 100644 --- a/docs/docs/configuration/user_interface.md +++ b/docs/docs/configuration/user_interface.md @@ -13,3 +13,12 @@ ui: ``` 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. + +### Configuration options + +Set to true if you'd like to hide configuration options within the frontend. Not recommended while setting up Frigate. + +```yaml +ui: + hide_configuration_options: false +```