ire4ever1190/Nim documentation generator

Automatically builds documentation with a few extra niceties that I like

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
main-fileMain Nim file which to build documentation with (relative to root of `project-dir`)yes
out-dirWhere to put the files (Relative to `project-dir`)yessite/
project-dirFolder containing the .nimble fileyes./
build-indexWhether to build indexes first or not (Can be disabled if you don't use importdoc)yestrue
deployAutomatically deploy the site. Currently only supports Github pagesnonone
devel-branchDevelopment branch to link to in the `edit` button. Defaults to the default branch in gitno""
extra-filesExtra documentation files to render. Can either be markdown or Nim filesno""
versionsSpace separated list of versions to build documentation for. `HEAD` builds latest commit and `stable` builds latest published versionnostable
namedescription
site-dirPath to built documentation