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:
parent
b12be26f20
commit
3c262b6c1b
4 changed files with 15 additions and 15 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue