Open Clapfire opened 5 years ago
A Docker image has been created that will take a github wiki and convert it to an html document. It has Limedocs installed and should be used as follows:
Clone github wiki (Madmalicius/RMTRMS.wiki.git)
git clone https://github.com/madmalicius/RMTRMS.wiki.git
and run
lwc RMTRMS.wiki
This should ideally be set up in a pipeline that runs every time the wiki is updated. This would allow us to bundle the docs with the executable.
We could potentially use wikidoc to convert the wiki to a PDF file we can bundle with the software. Ideally, an automated task should be set up so a new version is generated each time the wiki is updated.