aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 50b5bd5..65fd018 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -29,6 +29,11 @@ proxy:
29 # NOT All custom services implements this new option YET. Support will be extended very soon. 29 # NOT All custom services implements this new option YET. Support will be extended very soon.
30 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. 30 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.
31 31
32# Set the default layout and color scheme
33defaults:
34 layout: columns # Either 'columns', or 'list'
35 colorTheme: auto # One of 'auto', 'light', or 'dark'
36
32# Optional theming 37# Optional theming
33theme: default # 'default' or one of the themes available in 'src/assets/themes'. 38theme: default # 'default' or one of the themes available in 'src/assets/themes'.
34 39