keyboards
keyboards copied to clipboard
feat(infrastructure): Support building help.php and welcome.htm from single source
It is not ideal to have to work on two copies of the help documentation, one in welcome.htm format for embedding in a package, and the other in a .php wrapper for the essentially the same thing. We should work on eliminating this redundancy in the CI build and deploy.
@mcdurdin Does this issue belong elsewhere? (For example, could Keyman Developer have an option for converting welcome.htm to help.php?)
See issue #231
I think it's an internal infrastructure issue. The conversion is not trivial because keyboard developers will add styling etc to their welcome.htm which doesn't work on the help site. Can we leave this issue here for now because it relates directly to this repo? (we wouldn't build help.php for keyboards that aren't in this repo)