mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
docs: Introduce an user guide (#1121)
This commit is contained in:
parent
d656834e3d
commit
ad8aa72490
6 changed files with 117 additions and 6 deletions
|
@ -217,7 +217,7 @@ with lib; let
|
|||
# Copy inputs into the build directory
|
||||
cp -r --no-preserve=all $inputs/* ./
|
||||
cp ${../../CONTRIBUTING.md} ./CONTRIBUTING.md
|
||||
cp ${../helpers.md} ./helpers.md
|
||||
cp -r ${../user-guide} ./user-guide
|
||||
|
||||
# Copy the generated MD docs into the build directory
|
||||
# Using pkgs.writeShellScript helps to avoid the "bash: argument list too long" error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue