docs: Add a short sections on helpers (#1093)

This commit is contained in:
traxys 2024-02-14 23:38:26 +01:00 committed by GitHub
parent 28d4d2a842
commit 375453feff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 86 additions and 17 deletions

View file

@ -9,3 +9,4 @@
---
[Contributing](./CONTRIBUTING.md)
[Helpers](./helpers.md)

View file

@ -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