aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 552b22a..2083be3 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -31,6 +31,11 @@ connectivityCheck: true # whether you want to display a message when the apps ar
31proxy: 31proxy:
32 useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level. 32 useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level.
33 33
34# Set the default layout and color scheme
35defaults:
36 layout: columns # Either 'columns', or 'list'
37 colorTheme: auto # One of 'auto', 'light', or 'dark'
38
34# Optional theming 39# Optional theming
35theme: default # 'default' or one of the themes available in 'src/assets/themes'. 40theme: default # 'default' or one of the themes available in 'src/assets/themes'.
36 41