fix: update entity naming conventions to use singular form for consistency
CI / verify (push) Successful in 56s
Release / release (push) Successful in 34s

This commit is contained in:
2026-09-05 11:14:47 +02:00
parent 0b3c496fff
commit 63b4bb82d9
7 changed files with 8 additions and 33 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ There is no `## Siehe auch` region any more. It was the reciprocal half of a bid
## Naming
- Human-readable titles with spaces: `Hybrid Search.md`, `Gitea Actions.md` - not kebab-case.
- Singular for entities: `ha-core.md`, not `ha-cores.md`.
- Singular for entities: `HA Integration.md`, not `HA Integrations.md`.
- Comparison pages read as a comparison: `Go vs Rust.md`.
- A decision (`concept_type: decision`) is named like any other concept - no `adr-NNN-` prefix.
See [kb/concepts/COLLECTION.md § Decisions](concepts/COLLECTION.md#decisions).
+1 -1
View File
@@ -80,4 +80,4 @@ the *why* lives, and the entity page should not restate it.
- A pattern, protocol, architecture or decision - those are concepts, even when only one entity
uses them.
- A page about a source document - that is a `source` page in `kb/sources/`.
- Singular naming is required: `ha-core.md`, not `ha-cores.md`.
- Singular naming is required: `HA Integration.md`, not `HA Integrations.md`.