Dashboards: fix markdown in related meta data section (#32433)

This commit is contained in:
c0ffeeca7 2024-04-23 14:34:27 +02:00 committed by GitHub
parent aa445fbdd4
commit 2dde0f3669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 76 additions and 76 deletions

View File

@ -2,21 +2,21 @@
title: "Actions"
description: "Define what an object does when interacted with."
related:
- docs: /dashboards/button/
- docs: /dashboards/button/
title: Button card
- docs: /dashboards/entities/
- docs: /dashboards/entities/
title: Entities card
- docs: /dashboards/glance/
- docs: /dashboards/glance/
title: Glance card
- docs: /dashboards/light/
- docs: /dashboards/light/
title: Light card
- docs: /dashboards/picture/
- docs: /dashboards/picture/
title: Picture card
- docs: /dashboards/picture-elements/
- docs: /dashboards/picture-elements/
title: Picture element card
- docs: /dashboards/picture-entity/
- docs: /dashboards/picture-entity/
title: Picture entity card
- docs: /dashboards/picture-glance/
- docs: /dashboards/picture-glance/
title: Picture glance card
---

View File

@ -2,17 +2,17 @@
title: "Cards"
description: "Introduction to the role of cards on the dashboard and how to add a card."
related:
- docs: /dashboards/actions/
- docs: /dashboards/actions/
title: Card tap actions
- docs: /dashboards/features/
- docs: /dashboards/features/
title: Card features
- docs: /dashboards/header-footer/
- docs: /dashboards/header-footer/
title: Card header and footer widgets
- docs: /dashboards/views/
- docs: /dashboards/views/
title: Views
- docs: /dashboards/
- docs: /dashboards/
title: Introduction to dashboards
- docs: /dashboards/#get-started-with-your-own-dashboard/
- docs: /dashboards/#get-started-with-your-own-dashboard/
title: Take control of the default dashboard
---

View File

@ -2,15 +2,15 @@
title: "Multiple dashboards"
description: "Multiple powerful and configurable dashboards in Home Assistant."
related:
- docs: /integrations/logbook/
- docs: /integrations/logbook/
title: Logbook integration
- docs: /integrations/history/
- docs: /integrations/history/
title: History integration
- docs: /integrations/todo/
- docs: /integrations/todo/
title: To-do list integration
- docs: /dashboards/views/
- docs: /dashboards/views/
title: Views
- docs: /dashboards/iframe/
- docs: /dashboards/iframe/
title: Webpage card
---

View File

@ -2,11 +2,11 @@
title: "Features for dashboard cards"
description: "Decorate your dashboard cards with quick controls."
related:
- docs: /dashboards/humidifier/
- docs: /dashboards/humidifier/
title: Humidifier card
- docs: /dashboards/thermostat/
- docs: /dashboards/thermostat/
title: Thermostat card
- docs: /dashboards/tile/
- docs: /dashboards/tile/
title: Tile card
---

View File

@ -2,13 +2,13 @@
title: "Headers & Footers for dashboard cards"
description: "Decorate your dashboard cards with header and footer widgets."
related:
- docs: /integrations/entity/
- docs: /integrations/entity/
title: Entity
- docs: /integrations/entities/
- docs: /integrations/entities/
title: Entities
- docs: /integrations/statistics/
- docs: /integrations/statistics/
title: Statistics
- docs: /integrations/actions/
- docs: /integrations/actions/
title: Card actions
---

View File

@ -2,17 +2,17 @@
title: "Dashboards"
description: "Powerful and configurable dashboards for Home Assistant."
related:
- docs: /integrations/entity/
- docs: /integrations/entity/
title: Dashboard themes
- docs: /dashboards/dashboards/#creating-a-new-dashboard
- docs: /dashboards/dashboards/#creating-a-new-dashboard
title: Creating a new dashboard
- docs: /dashboards/cards/
- docs: /dashboards/cards/
title: About cards
- url: https://demo.home-assistant.io
- url: https://demo.home-assistant.io
title: Interactive dashboard demo
- url: https://home-assistant-cards.bessarabov.com/
- url: https://home-assistant-cards.bessarabov.com/
title: Home Assistant cards
- url: https://github.com/custom-cards
- url: https://github.com/custom-cards
title: Community custom cards
---

View File

@ -2,17 +2,17 @@
title: "Views"
description: "A view is a tab inside a dashboard."
related:
- docs: /dashboards/masonry/
- docs: /dashboards/masonry/
title: Masonry view
- docs: /dashboards/panel/
- docs: /dashboards/panel/
title: Panel view
- docs: /dashboards/sidebar/
- docs: /dashboards/sidebar/
title: Sidebar view
- docs: /dashboards/sections/
- docs: /dashboards/sections/
title: Sections view
- docs: /dashboards/
- docs: /dashboards/
title: About dashboards
- docs: /dashboards/cards/#adding-cards-to-your-dashboard
- docs: /dashboards/cards/#adding-cards-to-your-dashboard
title: Adding cards to a view
---