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" title: "Actions"
description: "Define what an object does when interacted with." description: "Define what an object does when interacted with."
related: related:
- docs: /dashboards/button/ - docs: /dashboards/button/
title: Button card title: Button card
- docs: /dashboards/entities/ - docs: /dashboards/entities/
title: Entities card title: Entities card
- docs: /dashboards/glance/ - docs: /dashboards/glance/
title: Glance card title: Glance card
- docs: /dashboards/light/ - docs: /dashboards/light/
title: Light card title: Light card
- docs: /dashboards/picture/ - docs: /dashboards/picture/
title: Picture card title: Picture card
- docs: /dashboards/picture-elements/ - docs: /dashboards/picture-elements/
title: Picture element card title: Picture element card
- docs: /dashboards/picture-entity/ - docs: /dashboards/picture-entity/
title: Picture entity card title: Picture entity card
- docs: /dashboards/picture-glance/ - docs: /dashboards/picture-glance/
title: Picture glance card title: Picture glance card
--- ---

View File

@ -2,17 +2,17 @@
title: "Cards" title: "Cards"
description: "Introduction to the role of cards on the dashboard and how to add a card." description: "Introduction to the role of cards on the dashboard and how to add a card."
related: related:
- docs: /dashboards/actions/ - docs: /dashboards/actions/
title: Card tap actions title: Card tap actions
- docs: /dashboards/features/ - docs: /dashboards/features/
title: Card features title: Card features
- docs: /dashboards/header-footer/ - docs: /dashboards/header-footer/
title: Card header and footer widgets title: Card header and footer widgets
- docs: /dashboards/views/ - docs: /dashboards/views/
title: Views title: Views
- docs: /dashboards/ - docs: /dashboards/
title: Introduction to 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 title: Take control of the default dashboard
--- ---

View File

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

View File

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

View File

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

View File

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

View File

@ -2,17 +2,17 @@
title: "Views" title: "Views"
description: "A view is a tab inside a dashboard." description: "A view is a tab inside a dashboard."
related: related:
- docs: /dashboards/masonry/ - docs: /dashboards/masonry/
title: Masonry view title: Masonry view
- docs: /dashboards/panel/ - docs: /dashboards/panel/
title: Panel view title: Panel view
- docs: /dashboards/sidebar/ - docs: /dashboards/sidebar/
title: Sidebar view title: Sidebar view
- docs: /dashboards/sections/ - docs: /dashboards/sections/
title: Sections view title: Sections view
- docs: /dashboards/ - docs: /dashboards/
title: About 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 title: Adding cards to a view
--- ---