vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299071
########## File path: newui/docs/_config.yml ########## @@ -0,0 +1,218 @@ +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your entire site, values +# which you are expected to set up once and rarely need to edit after that. +# For technical reasons, this file is *NOT* reloaded automatically when you use +# `jekyll serve`. If you change this file, please restart the server process. + +# +hudi_style_skin : "hudi" + +version : &version "0.5.1-SNAPSHOT" + +previous_docs: + latest: /docs/quick-start-guide.html + 0.5.0-incubating: /versions/0.5.0-incubating/docs/quick-start-guide.html + + +# Site Settings +locale : "en-US" +title : "Apache Hudi" +title_separator : "-" +subtitle : *version +description : "Apache Hudi Stands for Hadoop Upserts and Incrementals to manage the storage of large analytical datasets on HDFS." Review comment: Reword : Apache Hudi ingests & manages storage of large analytical datasets over DFS (HDFS or cloud stores). Please keep the landing page consistent with what we have. We can deal with content changes separately ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
