Docs: fix markdown in related meta data section (#32431)

* Docs: fix markdown in related meta data section

* Fix markdown

* Update source/_docs/organizing/categories.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

---------

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
c0ffeeca7 2024-04-23 14:49:58 +02:00 committed by GitHub
parent 2dde0f3669
commit 980996f0f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 98 additions and 98 deletions

View File

@ -2,7 +2,7 @@
title: "Automation Trigger"
description: "All the different ways how automations can be triggered."
related:
- docs: /voice_control/custom_sentences/#adding-a-custom-sentence-to-trigger-an-automation
- docs: /voice_control/custom_sentences/#adding-a-custom-sentence-to-trigger-an-automation
title: Adding a custom sentence to trigger an automation
---

View File

@ -2,13 +2,13 @@
title: "Configuration.yaml"
description: "Configuring Home Assistant via text files."
related:
- docs: /docs/configuration/yaml/
- docs: /docs/configuration/yaml/
title: YAML syntax
- docs: /docs/configuration/secrets
- docs: /docs/configuration/secrets
title: Storing credentials in `secrets.yaml` file
- docs: /common-tasks/os/#backups
- docs: /common-tasks/os/#backups
title: Creating and restoring backups
- docs: /integrations/backup
- docs: /integrations/backup
title: Creating backups for Home Assistant Container and Core
---

View File

@ -2,9 +2,9 @@
title: "Storing secrets"
description: "Storing secrets outside of your configuration.yaml."
related:
- docs: /docs/configuration/
- docs: /docs/configuration/
title: `configuration.yaml` file
- docs: /docs/configuration/splitting_configuration/
- docs: /docs/configuration/splitting_configuration/
title: Splitting the configuration
---

View File

@ -2,11 +2,11 @@
title: "Splitting up the configuration"
description: "Splitting the configuration.yaml into several files."
related:
- docs: /docs/configuration/
- docs: /docs/configuration/
title: `configuration.yaml` file
- docs: /examples/#example-configurationyaml
- docs: /examples/#example-configurationyaml
title: Example configuration files by the community
- docs: /docs/configuration/packages
- docs: /docs/configuration/packages
title: Using packages to organize configuration files
---

View File

@ -2,17 +2,17 @@
title: "YAML syntax"
description: "Details about the YAML syntax used to configure Home Assistant."
related:
- docs: /docs/configuration/
- docs: /docs/configuration/
title: `configuration.yaml` file
- docs: /docs/configuration/secrets/
- docs: /docs/configuration/secrets/
title: Storing private data in separate file
- docs: /docs/automation/yaml/
- docs: /docs/automation/yaml/
title: Automation.yaml
- docs: /docs/configuration/troubleshooting/
- docs: /docs/configuration/troubleshooting/
title: Troubleshooting the configuration files
- docs: /docs/configuration/#validating-the-configuration
- docs: /docs/configuration/#validating-the-configuration
title: Validating the configuration
- url: https://developers.home-assistant.io/docs/documenting/yaml-style-guide/
- url: https://developers.home-assistant.io/docs/documenting/yaml-style-guide/
title: YAML Style Guide for Home Assistant developers
---

View File

@ -2,11 +2,11 @@
title: "I'm locked out!"
description: "Options for regaining access"
related:
- docs: /common-tasks/os/#listing-all-users-from-the-command-line
- docs: /common-tasks/os/#listing-all-users-from-the-command-line
title: Listing all user names via command line
- url: https://yellow.home-assistant.io/guides/factory-reset/
- url: https://yellow.home-assistant.io/guides/factory-reset/
title: Reset the Yellow
- url: https://green.home-assistant.io/guides/reset/
- url: https://green.home-assistant.io/guides/reset/
title: Reset the Green
---

View File

@ -2,13 +2,13 @@
title: "Grouping your assets"
description: "Grouping your assets makes it easier to find them and allows you to target groups in automations."
related:
- docs: /docs/organizing/areas/
- docs: /docs/organizing/areas/
title: Areas
- docs: /docs/organizing/floors/
- docs: /docs/organizing/floors/
title: Floors
- docs: /docs/organizing/labels/
- docs: /docs/organizing/labels/
title: Labels
- docs: /docs/organizing/categories/
- docs: /docs/organizing/categories/
title: Categories
---

View File

@ -2,14 +2,14 @@
title: "Areas"
description: "Group your devices and entities in areas and group areas in floors."
related:
- docs: /docs/organizing/areas/
- docs: /docs/organizing/areas/
title: Areas
- docs: /docs/organizing/
- docs: /docs/organizing/labels/
- docs: /docs/organizing/
- docs: /docs/organizing/labels/
title: Labels
- docs: /docs/organizing/categories/
- docs: /docs/organizing/categories/
title: Categories
- docs: /docs/configuration/templating/#areas
- docs: /docs/configuration/templating/#areas
title: Using areas in template
---

View File

@ -2,11 +2,11 @@
title: "Categories"
description: "Use categories to group and filter your table items"
related:
- docs: /docs/organizing/areas/
- docs: /docs/organizing/areas/
title: Areas
- docs: /docs/organizing/floors/
- docs: /docs/organizing/floors/
title: Floors
- docs: /docs/organizing/labels/
- docs: /docs/organizing/labels/
title: Labels
---

View File

@ -2,17 +2,17 @@
title: "Filtering your assets"
description: "Filter for items in tables."
related:
- docs: /docs/organizing/floors/
- docs: /docs/organizing/floors/
title: Floors
- docs: /docs/organizing/labels/
- docs: /docs/organizing/labels/
title: Labels
- docs: /docs/organizing/areas/
- docs: /docs/organizing/areas/
title: Areas
- docs: /docs/organizing/categories/
- docs: /docs/organizing/categories/
title: Categories
- docs: /docs/organizing/
- docs: /docs/organizing/
title: Grouping your assets
- docs: /common-tasks/general/
- docs: /common-tasks/general/
title: Enabling or disabling entities and automations
---

View File

@ -2,14 +2,14 @@
title: "Floors"
description: "Group your areas per floor"
related:
- docs: /docs/organizing/areas/
- docs: /docs/organizing/areas/
title: Areas
- docs: /docs/organizing/
- docs: /docs/organizing/labels/
- docs: /docs/organizing/
- docs: /docs/organizing/labels/
title: Labels
- docs: /docs/configuration/templating/#floors
- docs: /docs/configuration/templating/#floors
title: Using floors in templates
- docs: /voice_control/aliases/
- docs: /voice_control/aliases/
title: Using floor alias for voice assistants
---

View File

@ -2,13 +2,13 @@
title: "Labels"
description: "Label your areas, devices, entities, automations, scripts, and helpers. Then, filter by label or run an automation on all entities with that label."
related:
- docs: /docs/organizing/areas/
- docs: /docs/organizing/areas/
title: Areas
- docs: /docs/organizing/floors/
- docs: /docs/organizing/floors/
title: Floors
- docs: /docs/organizing/categories/
- docs: /docs/organizing/categories/
title: Categories
- docs: /docs/configuration/templating/#labels
- docs: /docs/configuration/templating/#labels
title: Using labels in templates
---

View File

@ -2,7 +2,7 @@
title: "check_config"
description: "Script to perform a check of the current configuration"
related:
- docs: /docs/configuration/#validating-the-configuration
- docs: /docs/configuration/#validating-the-configuration
title: Validating the configuration
---

View File

@ -2,11 +2,11 @@
title: "General troubleshooting"
description: "General troubleshooting information"
related:
- docs: /docs/configuration/#editing-configurationyaml
- docs: /docs/configuration/#editing-configurationyaml
title: Editing your configuration
- docs: /integrations/recovery_mode/
- docs: /integrations/recovery_mode/
title: Recovery mode integration
- docs: /docs/locked_out/
- docs: /docs/locked_out/
title: Resetting your password
---