mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 23:55:15 +02:00
docs: Add a short sections on helpers (#1093)
This commit is contained in:
parent
28d4d2a842
commit
375453feff
6 changed files with 86 additions and 17 deletions
|
@ -9,3 +9,4 @@
|
|||
---
|
||||
|
||||
[Contributing](./CONTRIBUTING.md)
|
||||
[Helpers](./helpers.md)
|
||||
|
|
|
@ -217,6 +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
|
||||
|
||||
# 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