This is an automated email from the ASF dual-hosted git repository. sjwiesman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 481c509f2e034c912e5e5d278e0b3f3d29a21f2b Author: David Anderson <[email protected]> AuthorDate: Fri Jun 12 12:28:32 2020 +0200 [FLINK-17981][docs] Add a section on getting help to the home page This closes #12556 --- docs/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index bc96733..afccb69 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ specific language governing permissions and limitations under the License. --> -<p style="margin: 30px 60px 0 60px" markdown="1"> +<p style="margin: 30px 60px 0 60px;text-align: center" markdown="1"> Apache Flink is a framework and distributed processing engine for stateful computations over _unbounded and bounded_ data streams. Flink has been designed to run in _all common cluster environments_, perform computations at _in-memory speed_ and at _any scale_. </p> @@ -45,6 +45,10 @@ If you’re interested in playing around with Flink, try one of our tutorials: * The [Concepts]({% link concepts/index.md %}) section explains what you need to know about Flink before exploring the reference documentation. +### Get Help with Flink + +If you get stuck, check out our [community support resources](https://flink.apache.org/community.html). In particular, Apache Flink’s user mailing list is consistently ranked as one of the most active of any Apache project, and is a great way to get help quickly. + </div> <div class="col-sm-6" markdown="1"> @@ -86,4 +90,4 @@ See the release notes for [Flink 1.10]({% link release-notes/flink-1.10.md %}), <p> This documentation is for Apache Flink version {{ site.version_title }}. These pages were built at: {% build_time %}. </p> -</div> \ No newline at end of file +</div>
