Hi Guillaume, On Thu, Dec 12, 2019 at 4:27 PM Guillaume Nodet <gno...@apache.org> wrote: > On the web site side of things, I haven't paid a close attention to how the > web site is published. The camel source tree has some content ( > https://github.com/apache/camel/tree/master/docs), but how is that pushed > to the web site ? Same question for blogs actually ;-)
Website build is described in the README[1] of the camel-website repository. We have a Jenkins job[2] that takes care of building it and publishing it to the `asf-site` branch from which it's pulled by INFRA to the web server. Parts of it are in Markdown (e.g blog) and published by Hugo, reference documentation is pulled from camel, camel-k and camel-quarkus repositories and built by Antora. Hope this helps, if anyone else misses this information I can add more on the build/publish process to the README, zoran [1] https://github.com/apache/camel-website/blob/master/README.md [2] https://builds.apache.org/job/Camel.website/ -- Zoran Regvart