mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 10:44:34 +02:00
docs: Add an option search to our documentation
This commit is contained in:
parent
30ab203d56
commit
42a7676d5a
6 changed files with 81 additions and 19 deletions
|
@ -21,3 +21,4 @@
|
|||
---
|
||||
|
||||
[Contributing](./CONTRIBUTING.md)
|
||||
[NixVim Options Search](./search/index.html)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
nixosOptionsDoc,
|
||||
transformOptions,
|
||||
hmOptions,
|
||||
search,
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
|
@ -268,5 +269,7 @@ pkgs.stdenv.mkDerivation {
|
|||
${prepareMD}
|
||||
mdbook build
|
||||
cp -r ./book/* $dest
|
||||
mkdir -p $dest/search
|
||||
cp -r ${search}/* $dest/search
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue