vvysotskyi commented on a change in pull request #1942: Update README.md with information on how to configure env for building site and update .gitignore to ignore files left after checkout from developing branches URL: https://github.com/apache/drill/pull/1942#discussion_r362864137
########## File path: README.md ########## @@ -89,9 +104,9 @@ The updates should then be live: <http://drill.apache.org>. The documentation pages are under `_docs`. Most files, in the YAML front matter, have three important parameters: -* title: - This is the title of the page enclosed in quotation marks. Each page must have a *unique* title -* date: - This field is needed for Jekyll to write a last-modified date. Initially, leave this field blank. -* parent - This is the title of the page's parent page. It should be empty for top-level sections/guides, and be identical to the title attribute of another page in all other cases. +* `title:` - This is the title of the page enclosed in quotation marks. Each page must have a *unique* title +* `date:` - This field is needed for Jekyll to write a last-modified date. Initially, leave this field blank. +* `parent:` - This is the title of the page's parent page. It should be empty for top-level sections/guides, and be identical to the title attribute of another page in all other cases. Review comment: Good point! Moved this section above `# Developing and Previewing the Website` ---------------------------------------------------------------- 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
