mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
fix links in stores overview
This commit is contained in:
parent
84fe429dfd
commit
59c4c82aeb
2 changed files with 6 additions and 5 deletions
|
@ -103,7 +103,8 @@ let
|
|||
${allStores}
|
||||
'';
|
||||
index = replaceStrings
|
||||
[ "@store-types@" ] [ storesOverview ]
|
||||
[ "@store-types@" "./local-store.md" "./local-daemon-store.md" ]
|
||||
[ storesOverview "#local-store" "#local-daemon-store" ]
|
||||
details.doc;
|
||||
storesOverview =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue