wrapper-manager-fds/docs: add TOC to HTML reference page

This commit is contained in:
Gabriel Arazas 2024-08-27 18:09:22 +08:00
parent df7e998545
commit 1a1421386c
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -179,7 +179,7 @@ in
}
''
mkdir -p $out/share/wrapper-manager
asciidoctor --backend html ${wmOptionsDoc.optionsAsciiDoc} --out-file $out/share/wrapper-manager/options-reference.html
asciidoctor --backend html ${wmOptionsDoc.optionsAsciiDoc} --attribute toc --out-file $out/share/wrapper-manager/options-reference.html
'';
};
}