alpinegizmo commented on a change in pull request #12556:
URL: https://github.com/apache/flink/pull/12556#discussion_r439335548



##########
File path: docs/index.md
##########
@@ -25,50 +25,60 @@ under the License.
 
 This documentation is for Apache Flink version {{ site.version_title }}. These 
pages were built at: {% build_time %}.
 
-Apache Flink is an open source platform for distributed stream and batch data 
processing. Flink’s core is a streaming dataflow engine that provides data 
distribution, communication, and fault tolerance for distributed computations 
over data streams. Flink builds batch processing on top of the streaming 
engine, overlaying native iteration support, managed memory, and program 
optimization.
+<div class="row">
+<div class="col-sm-6" markdown="1">
 
-## First Steps
+### Try Flink
 
-* **Code Walkthroughs**: Follow step-by-step guides and implement a simple 
application or query in one of Flink's APIs. 
-  * [Implement a DataStream 
application](./getting-started/walkthroughs/datastream_api.html)
-  * [Write a Table API query](./getting-started/walkthroughs/table_api.html)
+Apache Flink is an open source platform with expressive APIs for defining 
stream and batch data processing jobs, and a robust and scalable engine for 
executing those jobs.

Review comment:
       Ok, done.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to