Updated documentation process

This commit is contained in:
rasmus-kirk
2024-02-20 17:15:02 +01:00
parent 765f2e290e
commit 8895473284
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
./result
./hugo/public
./hugo/content/index.md
+1
View File
@@ -24,4 +24,5 @@ in
runCommand "options-doc.md" {} ''
mkdir -p $out
cat ${optionsDocNixos.optionsCommonMark} | tail -n +210 >> $out/nixos.md
sed -i '/\*Declared by:\*/{N;d;}' $out/nixos.md
''