From 971bc908f4686c1a0a6ae796bf7b4f02c375c990 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:57:42 +0100 Subject: [PATCH] Dashboards: add page on sections view (#31691) * Dashboards: add page on sections view * Add note about grouping * Rephrase * Add yaml * Update source/_includes/asides/dashboards_navigation.html Co-authored-by: Klaas Schoute * Update source/_dashboards/sections.markdown --------- Co-authored-by: Klaas Schoute --- source/_dashboards/sections.markdown | 30 +++++++++++++++++++ .../asides/dashboards_navigation.html | 4 +-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 source/_dashboards/sections.markdown diff --git a/source/_dashboards/sections.markdown b/source/_dashboards/sections.markdown new file mode 100644 index 00000000000..acaa724ce76 --- /dev/null +++ b/source/_dashboards/sections.markdown @@ -0,0 +1,30 @@ +--- +type: view +title: Sections (experimental) +sidebar_label: Sections (experimental) +description: "Lets you organize your cards in sections on a grid." +--- + +The sections view lets you organize your cards in sections on a grid. +It allows you to group card directly in sections, without having to use horizontal or vertical stack cards. + +There are a few options to rearrange cards. You can move cards within the section, +move them from one section into another or even move the entire section. +You can also copy and paste cards. + +To see how it works, check out the demo: + + + +{% configuration %} +type: + required: false + description: "`sections`" + type: string +{% endconfiguration %} + +## Related topics + +- [Masonry view](/dashboards/masonry/) +- [Panel view](/dashboards/panel/) +- [Sidebar view](/dashboards/sidebar/) diff --git a/source/_includes/asides/dashboards_navigation.html b/source/_includes/asides/dashboards_navigation.html index 87e1eb85b3c..e438544380c 100644 --- a/source/_includes/asides/dashboards_navigation.html +++ b/source/_includes/asides/dashboards_navigation.html @@ -46,12 +46,12 @@

Advanced