From 6b17544aa05334b96991f916c7a3512d9ce5bb72 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Mon, 26 Oct 2020 03:04:26 -0700 Subject: [PATCH] docs: adds documentation on vlayout and theme_use_dark configuration options --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 7df5651..75fcb6d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -22,10 +22,12 @@ header: true # Set to false to hide the header footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) +vlayout: true # default to the vertical layout connectivityCheck: true # whether you want to display a message when the apps are not accessible anymore (VPN disconnected for example) # Optional theming theme: default # 'default' or one of the theme available in 'src/assets/themes'. +theme_use_dark: false # true or false, useful for overriding browser default in new sessions # Optional custom stylesheet # Will load custom CSS files. Especially useful for custom icon sets.