├── .github └── PULL_REQUEST_TEMPLATE.md └── README.md /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | Apache Beam website sources have been moved to the 2 | apache/beam repository at: https://github.com/apache/beam/blob/master/website 3 | Please open pull requests for website contributions there. 4 | 5 | This repository hosts generated HTML release documentation (Javadocs, pydocs) 6 | on the release-docs branch: https://github.com/apache/beam-site/tree/release-docs 7 | branch. Please see the Apache Beam Release guide for details on how to publish 8 | documentation for a new release: https://beam.apache.org/contribute/release-guide 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 19 | 20 | Apache Beam website sources have been moved to the 21 | [apache/beam](https://github.com/apache/beam/blob/master/website) repository. 22 | 23 | This repository hosts generated HTML release documentation (Javadocs, pydocs) 24 | on the [release-docs](https://github.com/apache/beam-site/tree/release-docs) 25 | branch. Please see the Apache Beam 26 | [Release guide](https://beam.apache.org/contribute/release-guide/) for details 27 | on how to publish documentation for a new release. 28 | --------------------------------------------------------------------------------