From 4cb58e747120b225bf6c2802e67bb0ca170dbf38 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 5 May 2020 17:06:08 +0200 Subject: [PATCH] [FLINK-17244][docs] Update the Getting Started page (#11988) * Update docs/getting-started/index.md --- docs/getting-started/index.md | 45 +++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 7d81c48c0ad86..fffc502aee58e 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -28,21 +28,22 @@ under the License. --> There are many ways to get started with Apache Flink. Which one is the best for -you depends on your goal and prior experience: +you depends on your goals and prior experience: -* take a look at the **Docker Playgrounds** for a docker-based introduction to - specific Flink concepts -* explore on of the **Code Walkthroughs** if you want to get an end-to-end - introduction to using one of the Flink APIs -* use **Project Setup** if you already know the basics of Flink but want to get a - project setup template for Java or Scala and need help setting up - dependencies +* take a look at the **Docker Playgrounds** if you want to see what Flink can do, via a hands-on, + docker-based introduction to specific Flink concepts +* explore one of the **Code Walkthroughs** if you want a quick, end-to-end + introduction to one of Flink's APIs +* work your way through the **Hands-on Training** for a comprehensive, + step-by-step introduction to Flink +* use **Project Setup** if you already know the basics of Flink and want a + project template for Java or Scala, or need help setting up the dependencies ### Taking a first look at Flink The **Docker Playgrounds** provide sandboxed Flink environments that are set up in just a few minutes and which allow you to explore and play with Flink. -* The [**Operations Playground**](./docker-playgrounds/flink-operations-playground.html) shows you how to operate streaming applications with Flink. You can experience how Flink recovers application from failures, upgrade and scale streaming applications up and down, and query application metrics. +* The [**Operations Playground**]({% link getting-started/docker-playgrounds/flink-operations-playground.md %}) shows you how to operate streaming applications with Flink. You can experience how Flink recovers application from failures, upgrade and scale streaming applications up and down, and query application metrics.