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
|
|
@ -190,7 +190,7 @@ in
|
|||
# ./reference-docs.nix. (`docs` below is the auto-generated
|
||||
# nix-options reference, a different artifact.) `self` is needed to
|
||||
# read each workspace crate's own README.md into the virtual
|
||||
# `components/` subdir.
|
||||
# `crates/` subdir.
|
||||
reference-docs = pkgs.callPackage ./reference-docs.nix { inherit self; };
|
||||
# XDG icon set + .desktop entries for hyperhive processes.
|
||||
# Narrow input: only the branding SVG, so unrelated source changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue