docs: rename docs/components to docs/crates

The generated landing page's own H1 already said "Crate reference" —
the directory name should match. Rename docs/components/ -> docs/crates/
and update the generating derivation (nix/packages/reference-docs.nix),
its default.nix caller comment, and docs/README.md's link.

Fixes #3193
This commit is contained in:
iris 2026-08-12 13:32:55 +02:00
commit 3c262b6c1b
4 changed files with 15 additions and 15 deletions

View file

@ -89,7 +89,7 @@ declarations.
## Crate reference
- **What does a specific Rust crate do, on its own terms?**
[`components/`](components/README.md) — every workspace crate's own
[`crates/`](crates/README.md) — every workspace crate's own
`README.md`, one level up from source (hyperhive#3051); the crate
itself is still the source of truth, this is just a walkable mirror.