dashing

Generate Dash documentation from HTML files

brewmacoslinux
Try with needOr install directly
Source

About

Generate Dash documentation from HTML files

Commands

dashing

Examples

convert HTML documentation to Dash docset$ dashing create --source path/to/html --name MyDocs
build docset from HTML folder with custom name$ dashing build --source ./docs --output MyDocset.docset
generate searchable offline documentation from website$ dashing create --name APIReference
create Dash docset with custom icon and metadata$ dashing create --source html_files --name CustomDocs --icon icon.png
index HTML documentation for quick searching$ dashing build --source ./api-docs