mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 10:14:31 +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
|
@ -1,5 +1,11 @@
|
|||
# Structure for nixvim docs
|
||||
|
||||
# User guide
|
||||
|
||||
- [Installation](./user-guide/install.md)
|
||||
- [Helpers](./user-guide/helpers.md)
|
||||
- [FAQ](./user-guide/faq.md)
|
||||
|
||||
# Options
|
||||
|
||||
@NIXVIM_OPTIONS@
|
||||
|
@ -9,4 +15,3 @@
|
|||
---
|
||||
|
||||
[Contributing](./CONTRIBUTING.md)
|
||||
[Helpers](./helpers.md)
|
||||
|
|
|
@ -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