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 c17e076767
commit 6f79ff6680

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
'';
};
}