jackye1995 commented on a change in pull request #35: URL: https://github.com/apache/iceberg-docs/pull/35#discussion_r799903889
########## File path: README.md ########## @@ -26,15 +26,62 @@ It's built with [Hugo](https://gohugo.io/) and hosted at https://iceberg.apache. The Iceberg documentation site is actually constructed from two hugo sites. The first, is the landing page. The second site, is the documentation site which contains the full Iceberg documentation, including the javadoc. The landing page and -documentation sites are completely self-contained in the `./landing-page` and `./docs` directories, respectively. +documentation sites are completely self-contained in the `./landing-page` and `./docs` directories, respectively. The Javadocs are in the `./javadoc` directory. -# Landing Page Deployment +# How to Contribute + +## Submitting Pull Requests + +All pull requests to update the latest documentations should be submitted to the [Iceberg repository](https://github.com/apache/iceberg). +When Iceberg publishes a new release, the release manager copies all the documentation to this repository and cut a new version branch. + +Changes to the landing page should be submitted to this repository against the `main` branch. Review comment: yes agree, forgot to update this sentence after updating the scripts -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
