From f2ec172db1c47bf857282c32a85946d10f3961d5 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:32:06 +0100 Subject: [PATCH] Onboarding dashboard: add small note about sections view (#35596) --- .../onboarding_dashboard.markdown | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/source/getting-started/onboarding_dashboard.markdown b/source/getting-started/onboarding_dashboard.markdown index 143fb09fd4f..3368dcaa0f3 100644 --- a/source/getting-started/onboarding_dashboard.markdown +++ b/source/getting-started/onboarding_dashboard.markdown @@ -11,11 +11,18 @@ The screenshot shows an **Overview** dashboard with many [cards](/dashboards/car ### Views -The icons in the blue menu bar on top each represent a different tab. Each tab contains a [view](/dashboards/views/). +The following screenshot shows a fully populated dashboard in [masonry view](/dashboards/masonry/) layout. The icons in the blue menu bar on top each represent a different tab. Each tab contains a [view](/dashboards/views/).
-
-Screenshot of a populated Overview dashboard with many devices.
+
+Screenshot of a populated Overview dashboard in masonry view layout.
+
+
+ A fully populated dashboard in Sections view layout
@@ -123,13 +130,16 @@ In the following steps, we will create a new dashboard and edit some card settin
- When you are done, in the top right corner, select **Done**.
14. If you want to change any of the other cards, select the **Edit** button on the card.
15. Congratulations! You have completed your first dashboard customization.
+16. While your dashboard is still small, this is a good moment to [migrate it into sections view](/dashboards/views/#migrating-a-view-into-a-sections-view).
+ - The sections view offers features such as drag and drop, customizing number and width of columns, and more heading options.
+ - To learn more, head over to the documentation on [section view](/dashboards/sections/).
## Learning more about dashboards
If you want to learn more about dashboards, views, and cards, take a look at these topics:
1. Take a look at the [introduction to dashboards](/dashboards/) and learn about [multiple dashboards](/dashboards/dashboards).
-2. Learn about the different [view types](/dashboards/views/).
+2. Learn more about [view types](/dashboards/views/)
3. Learn how to [add cards](/dashboards/cards/#adding-cards-to-your-dashboard) to a view.
## Next step: integrations