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 1735af86d119ba87e776e872497a14a40c426ae3
Author: David Anderson <[email protected]>
AuthorDate: Wed Jun 10 11:00:34 2020 +0200

    [FLINK-17981][docs] Link to statefun docs from the home page
---
 docs/_config.yml | 3 +++
 docs/index.md    | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index e6786e5..e0ff918 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -57,6 +57,9 @@ stable_baseurl: 
//ci.apache.org/projects/flink/flink-docs-stable
 javadocs_baseurl: //ci.apache.org/projects/flink/flink-docs-master
 pythondocs_baseurl: //ci.apache.org/projects/flink/flink-docs-master
 
+statefundocs_baseurl: //ci.apache.org/projects/flink/flink-statefun-docs-master
+statefundocs_stable_baseurl: 
//ci.apache.org/projects/flink/flink-statefun-docs-stable
+
 # Flag whether this is a stable version or not. Used for the quickstart page.
 is_stable: false
 
diff --git a/docs/index.md b/docs/index.md
index 68b21eb..2493c1a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -43,7 +43,7 @@ To quickly get a general understanding of how Flink works and 
what it offers for
 
 * Our [Self-paced Training Course]({% link learn-flink/index.md %}) includes a 
set of lessons and hands-on exercises that provide a step-by-step introduction 
to Flink.
 
-* The [Concepts]({% link concepts/index.md %}) section covers what you need to 
know about Flink before exploring the reference documentation.
+* The [Concepts]({% link concepts/index.md %}) section explains what you need 
to know about Flink before exploring the reference documentation.
 
 </div>
 <div class="col-sm-6" markdown="1">
@@ -56,8 +56,8 @@ The reference documentation covers all the details. Some 
starting points:
 <div class="col-sm-6" markdown="1">
 
 * [DataStream API]({% link dev/datastream_api.md %})
-* [DataSet API]({% link dev/batch/index.md %})
 * [Table API &amp; SQL]({% link dev/table/index.md %})
+* [Stateful Functions]({% if site.is_stable %} {{ 
site.statefundocs_stable_baseurl }} {% else %} {{ site.statefundocs_baseurl }} 
{% endif %})
 
 </div>
 <div class="col-sm-6" markdown="1">

Reply via email to