alamb commented on code in PR #157: URL: https://github.com/apache/parquet-site/pull/157#discussion_r2783142706
########## README.md: ########## @@ -7,6 +7,25 @@ This website is built / powered by [Hugo](https://gohugo.io/) with the [Docsy Th The following steps assume that you have `hugo` installed and working. You can also use docker, see the [Docker section](#docker) for more information. +## Updating `/docs/file-format` documentation` + +The `/docs/file-format` pages (for example, https://parquet.apache.org/docs/file-format/data-pages/encodings/) are automatically +generated from the `parquet-format` repository. +To update the website to reflect the latest documentation, you need to update the +submodule in this repository. + + +```shell Review Comment: here are the instructions to update the submodule -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
