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