You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Speech Analyzer documentation is contained in a collection of Markdown files located in the help folder. The documentation is manually built on a developer's machine using pandoc and Windows HTML Workshop software to generate a CHM (compiled HTML help) file that runs on Windows. The CHM is checked into the repo and then included in the installer when the installer is built.
We'd like to change this process so that:
help documentation is built on GHA CI instead of a developer machine
we no longer have generated CHM, PDF or HTML help files checked into our repo. Only the source MD files are necessary
we can potentially engage a non-programmer to help update the help docs
Pandoc is the software used to convert the Markdown source into CHM, PDF and HTML formats for distribution. Our current use of Pandoc to compile to CHM requires a Windows environment. While Pandoc itself is cross-platform, we will need a Windows CI environment in order to actually build the CHM. Pandoc provides Docker images based on Alpine. I don't know if it will be helpful to use these or not in our build process.
We should have a separate GHA workflow that triggers on release that also builds our help files (for inclusion in the installer) and deploys the help docs to our static site.
The text was updated successfully, but these errors were encountered:
Description
Currently, Speech Analyzer documentation is contained in a collection of Markdown files located in the help folder. The documentation is manually built on a developer's machine using pandoc and Windows HTML Workshop software to generate a CHM (compiled HTML help) file that runs on Windows. The CHM is checked into the repo and then included in the installer when the installer is built.
We'd like to change this process so that:
Some initial thoughts
The text was updated successfully, but these errors were encountered: