rvesse / airline

Java annotation-based framework for parsing Git like command line structures with deep extensibility
https://rvesse.github.io/airline/
Apache License 2.0
128 stars 20 forks source link

Generate an offline site artefact for offline consumers #70

Closed rvesse closed 6 years ago

rvesse commented 6 years ago

It would be nice now that docs are on the master branch if we could generate an docs artefact which would be a ZIP file with a static snapshot of the website.

This could be generated by using Maven antrun to invoke bundle exec jekyll serve and then using Maven assembly to package the output

rvesse commented 6 years ago

Now generates an airline-docs-VERSION-offline-site artefact as both a Zip and a Tar