Related topics: fix typo in title (#32435)

This commit is contained in:
c0ffeeca7 2024-04-23 15:59:09 +02:00 committed by GitHub
parent 91c1972bbe
commit b609c2542b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -3,7 +3,7 @@ title: "YAML syntax"
description: "Details about the YAML syntax used to configure Home Assistant."
related:
- docs: /docs/configuration/
title: `configuration.yaml` file
title: configuration.yaml file
- docs: /docs/configuration/secrets/
title: Storing private data in separate file
- docs: /docs/automation/yaml/