mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
chore: added docs
This commit is contained in:
parent
40c463f033
commit
212287fc60
15
docs/docs/configuration/user_interface.md
Normal file
15
docs/docs/configuration/user_interface.md
Normal file
@ -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.
|
||||||
Loading…
Reference in New Issue
Block a user