@lamber-ken, Thanks for the suggestion and pointers. It makes sense to automatically trigger a CI job to validate and build the docs and publish them afterward. Publishing docs and website content do require PMC permission I believe (yet once most heavy-lifting work is done through scripts, manual update of content through PMC should not be hard).
Once I have the automated scripts ready, I'll try to hook things up with buildbot. - Ethan On Fri, Dec 20, 2019 at 8:55 PM lamberken <lamber...@163.com> wrote: > > > Hi @Y Ethan Guo @Vinoth > > > I have some ideas for RFC-10 which aims to improve the Hudi web > documentation for > users and the process of updating docs for developers. > > > At the begining, I tried to learn how to realize it from other projcts, > like pulsar, druid etc. > After a period of research, I learned that the implementation is complex. > > > But, when researching the flink project, I found that flink has faced a > same situation before. > here is flink issue[1] which talk about the building website > automactically. Flink project has > resolved this problem in a simple way, so I think we can learn from it. > > > The solution uses apache buildbot[2] which can build and deploy snapshots > automatically. It seems > to need PMC to complete the next steps. > > > Hope the above to work well, thanks. > > > [1] https://issues.apache.org/jira/browse/FLINK-1370 > [2] https://ci.apache.org/buildbot.html > [3] https://ci.apache.org/projects/flink/flink-docs-master > > > thanks, > lamber-ken > > > >