From 35a4dd2185be469fb2e9c468fffbe305cf8f760a Mon Sep 17 00:00:00 2001 From: Flo2410 Date: Thu, 8 Feb 2024 16:50:51 +0000 Subject: [PATCH] Add docs --- docs/configs/settings.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/configs/settings.md b/docs/configs/settings.md index d3e9a837..99f7ea9d 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -229,6 +229,18 @@ disableCollapse: true By default the feature is enabled. +### Initially collapsed sections + +You can initially collapse sections by adding the `initiallyCollapsed` option to the layout group. + +```yaml +layout: + Section A: + initiallyCollapsed: true +``` + +By default the feature is disabled. + ### Use Equal Height Cards You can enable equal height cards for groups of services, this will make all cards in a row the same height.