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 = ''
|
script = ''
|
||||||
mkdir -p "src/${dirOf mdPath}"
|
mkdir -p "src/${dirOf mdPath}"
|
||||||
|
echo "Documenting ${file} > src/${mdPath}"
|
||||||
nixdoc \
|
nixdoc \
|
||||||
--prefix "" \
|
--prefix "" \
|
||||||
--category "${category}" \
|
--category "${category}" \
|
||||||
|
|
@ -92,6 +93,7 @@ stdenvNoCC.mkDerivation {
|
||||||
--file "${file}" > "src/${mdPath}"
|
--file "${file}" > "src/${mdPath}"
|
||||||
''
|
''
|
||||||
+ lib.optionalString isModule ''
|
+ lib.optionalString isModule ''
|
||||||
|
echo "Adding modules documentation for ${file} > src/${mdPath}"
|
||||||
{
|
{
|
||||||
echo
|
echo
|
||||||
cat ${moduleOptionsDoc}
|
cat ${moduleOptionsDoc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue