Skip to content

Commit

Permalink
[FLINK-17981][docs] Link to statefun docs from the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
alpinegizmo authored and sjwiesman committed Jun 12, 2020
1 parent b25f464 commit 1735af8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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">
Expand Down

0 comments on commit 1735af8

Please sign in to comment.