chore(docs): docgen logs
This commit is contained in:
parent
4b91758f07
commit
e0270ad028
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ stdenvNoCC.mkDerivation {
|
|||
{
|
||||
script = ''
|
||||
mkdir -p "src/${dirOf mdPath}"
|
||||
echo "Documenting ${file} > src/${mdPath}"
|
||||
nixdoc \
|
||||
--prefix "" \
|
||||
--category "${category}" \
|
||||
|
|
@ -92,6 +93,7 @@ stdenvNoCC.mkDerivation {
|
|||
--file "${file}" > "src/${mdPath}"
|
||||
''
|
||||
+ lib.optionalString isModule ''
|
||||
echo "Adding modules documentation for ${file} > src/${mdPath}"
|
||||
{
|
||||
echo
|
||||
cat ${moduleOptionsDoc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue