diff --git a/source/_dashboards/masonry.markdown b/source/_dashboards/masonry.markdown index 53e8d7c065d..db469490618 100644 --- a/source/_dashboards/masonry.markdown +++ b/source/_dashboards/masonry.markdown @@ -3,6 +3,11 @@ type: view title: Masonry view sidebar_label: Masonry (default) description: "The default panel layout uses a masonry algorithm." +related: +- docs: /dashboards/panel/ + title: Panel view +- docs: /dashboards/sidebar/ + title: Sidebar view --- The masonry view is the default view type. @@ -27,8 +32,3 @@ type: description: "`masonry`" type: string {% endconfiguration %} - -## Related topics - -- [Panel view](/dashboards/panel/) -- [Sidebar view](/dashboards/sidebar/) \ No newline at end of file diff --git a/source/_dashboards/panel.markdown b/source/_dashboards/panel.markdown index c4a2869e2a9..fa6c9392734 100644 --- a/source/_dashboards/panel.markdown +++ b/source/_dashboards/panel.markdown @@ -3,6 +3,11 @@ type: view title: Panel view sidebar_label: Panel description: "The panel view shows a single card in the full width of the screen." +related: +- docs: /dashboards/masonry/ + title: Masonry view +- docs: /dashboards/sidebar/ + title: Sidebar view --- The panel view must have exactly one card. This card is rendered full-width. @@ -22,8 +27,3 @@ type: description: "`panel`" type: string {% endconfiguration %} - -## Related topics - -- [Masonry view](/dashboards/masonry/) -- [Sidebar view](/dashboards/sidebar/) \ No newline at end of file diff --git a/source/_dashboards/sections.markdown b/source/_dashboards/sections.markdown index 029fd058ad9..36864e25d67 100644 --- a/source/_dashboards/sections.markdown +++ b/source/_dashboards/sections.markdown @@ -3,6 +3,20 @@ type: view title: Sections (experimental) sidebar_label: Sections (experimental) description: "Lets you organize your cards in sections on a grid." +description: "The panel view shows a single card in the full width of the screen." +related: +- docs: /dashboards/masonry/ + title: Masonry view +- docs: /dashboards/sidebar/ + title: Sidebar view +- docs: /dashboards/panel/ + title: Panel view +- docs: /blog/2024/03/04/dashboard-chapter-1/ + title: Dashboard chapter 1 blog post +- docs: /dashboards/cards/#adding-cards-to-your-dashboard + title: Adding cards to a view +- docs: /dashboards/views/#adding-a-view-to-a-dashboard + title: Adding a new view --- The sections view lets you organize your cards in sections on a grid. @@ -69,12 +83,3 @@ type: description: "`sections`" type: string {% endconfiguration %} - -## Related topics - -- [Masonry view](/dashboards/masonry/) -- [Panel view](/dashboards/panel/) -- [Sidebar view](/dashboards/sidebar/) -- [Dashboard chapter 1 blog post](/blog/2024/03/04/dashboard-chapter-1/) -- [Adding cards to a view](/dashboards/cards/#adding-cards-to-your-dashboard) -- [Adding a new view](/dashboards/views/#adding-a-view-to-a-dashboard) \ No newline at end of file diff --git a/source/_dashboards/shopping-list.markdown b/source/_dashboards/shopping-list.markdown index b0a955f7a8c..2f128a67162 100644 --- a/source/_dashboards/shopping-list.markdown +++ b/source/_dashboards/shopping-list.markdown @@ -1,6 +1,12 @@ --- title: "Shopping list card" description: "The shopping list card allows you to add, edit, check-off, and clear items from your shopping list." +description: "The panel view shows a single card in the full width of the screen." +related: +- docs: /integrations/todo/ + title: To-do list integration +- docs: /integrations/local_todo/ + title: Local to-do integration --- Note: the shopping list card is no longer available as a card to add from the user interface. Use the [to-do list card](/dashboards/todo-list/) instead. @@ -45,8 +51,3 @@ Title example: type: shopping-list title: shopping list ``` - -## Related topics - -- [To-do list integration](/integrations/todo) -- [Local to-do integration](/integrations/local_todo/) \ No newline at end of file diff --git a/source/_dashboards/sidebar.markdown b/source/_dashboards/sidebar.markdown index 3c55ccccd4a..810fadd21e5 100644 --- a/source/_dashboards/sidebar.markdown +++ b/source/_dashboards/sidebar.markdown @@ -3,6 +3,11 @@ type: view title: Sidebar view sidebar_label: Sidebar description: "The sidebar view has 2 columns, a wide one and a smaller one on the right." +related: +- docs: /dashboards/masonry/ + title: Masonry view +- docs: /dashboards/panel/ + title: Panel view --- The sidebar view has 2 columns, a wide one and a smaller one on the right. @@ -53,9 +58,4 @@ cards: - media_player.lounge_room view_layout: position: sidebar -``` - -## Related topics - -- [Panel view](/dashboards/panel/) -- [Masonry view](/dashboards/masonry/) \ No newline at end of file +``` \ No newline at end of file