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 016aacfaf61..e59a6e60e12 100644 --- a/source/_includes/asides/dashboards_navigation.html +++ b/source/_includes/asides/dashboards_navigation.html @@ -6,7 +6,7 @@