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." description: "Storing secrets outside of your configuration.yaml."
related: related:
- docs: /docs/configuration/ - docs: /docs/configuration/
title: `configuration.yaml` file title: configuration.yaml file
- docs: /docs/configuration/splitting_configuration/ - docs: /docs/configuration/splitting_configuration/
title: Splitting the configuration title: Splitting the configuration
--- ---

View File

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

View File

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