mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
redirect local and chroot store to main page
This commit is contained in:
parent
5b69409f6b
commit
f27205f743
2 changed files with 6 additions and 11 deletions
|
@ -358,7 +358,11 @@ const redirects = {
|
||||||
"one-time-setup": "testing.html#one-time-setup",
|
"one-time-setup": "testing.html#one-time-setup",
|
||||||
"using-the-ci-generated-installer-for-manual-testing": "testing.html#using-the-ci-generated-installer-for-manual-testing",
|
"using-the-ci-generated-installer-for-manual-testing": "testing.html#using-the-ci-generated-installer-for-manual-testing",
|
||||||
"characterization-testing": "#characterisation-testing-unit",
|
"characterization-testing": "#characterisation-testing-unit",
|
||||||
}
|
},
|
||||||
|
"glossary.html": {
|
||||||
|
"gloss-local-store": "store/types/local-store.html",
|
||||||
|
"gloss-chroot-store": "store/types/local-store.html",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
// the following code matches the current page's URL against the set of redirects.
|
// the following code matches the current page's URL against the set of redirects.
|
||||||
|
|
|
@ -66,16 +66,6 @@
|
||||||
|
|
||||||
[store]: #gloss-store
|
[store]: #gloss-store
|
||||||
|
|
||||||
- [local store]{#gloss-local-store}
|
|
||||||
|
|
||||||
See [Local Store](@docroot@/command-ref/new-cli/nix3-help-stores.md#local-store) for details.
|
|
||||||
|
|
||||||
[local store]: #gloss-local-store
|
|
||||||
|
|
||||||
- [chroot store]{#gloss-chroot-store}
|
|
||||||
|
|
||||||
A [local store] whose canonical path is anything other than `/nix/store`.
|
|
||||||
|
|
||||||
- [binary cache]{#gloss-binary-cache}
|
- [binary cache]{#gloss-binary-cache}
|
||||||
|
|
||||||
A *binary cache* is a Nix store which uses a different format: its
|
A *binary cache* is a Nix store which uses a different format: its
|
||||||
|
@ -242,6 +232,7 @@
|
||||||
- All paths in the store path's [closure] are valid.
|
- All paths in the store path's [closure] are valid.
|
||||||
|
|
||||||
[validity]: #gloss-validity
|
[validity]: #gloss-validity
|
||||||
|
[local store]: @docroot@/store/types/local-store.md
|
||||||
|
|
||||||
- [user environment]{#gloss-user-env}
|
- [user environment]{#gloss-user-env}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue