|
From: Philipp M. <the...@go...> - 2019-05-06 07:43:39
|
Hey Thijs, On 06.05.19 08:32, Thijs van severen wrote: > > I'm thinking about possibly considering to maybe get started on > updating the manual ;-) +1 > Before i dive in : is the howto doc on the site up to date? Anything > else i need to know ? I think it would be a good idea to use some continuous integration to automatically push updates of the documentation to the website. I'm not quite sure how it is served right now but since there is already a dedicated [git repo](https://github.com/hydrogen-music/hydrogen-music) and the website is static, we could use Github Pages. This way we could simply include the repo of the documentation as a submodule and use the latest version. I'm not a 100% sure if one can trigger Travis to process one repo (web page) when pushing to another (doc) but there's probably a hook for that. What I really want to do is to get the naming of the Hydrogen and AudioEngine straight and consistent and possibly also reflect it in the docs. The former is often called pEngine in the code and it led to quite some confusion at my end when first delving into the code. But this deserves another thread and I will post a message during next days. Cheers, Phil |