diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index a4added..b32c0f0 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,4 +1,4 @@ # Summary -- [Introduction](./gokill.md) +- [gokill](./README.md) @GOKILL_OPTIONS@ diff --git a/docs/default.nix b/docs/default.nix index 0a8867b..5310036 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -7,6 +7,7 @@ let prepareMD = '' # Copy inputs into the build directory cp -r --no-preserve=all $inputs/* ./ + cp ${../README.md} ./README.md ${docbuilder}/bin/docbuilder --output ./ substituteInPlace ./SUMMARY.md \ diff --git a/docs/gokill.md b/docs/gokill.md deleted file mode 100644 index e10b99d..0000000 --- a/docs/gokill.md +++ /dev/null @@ -1 +0,0 @@ -# Introduction