{% if site.show_outdated_warning %}
{% if page.language == "en" %} This documentation is for an out-of-date version of Apache Flink Stateful Functions. We recommend you use the latest stable version. {% else if page.language == "zh" %} 本文档是 Apache Flink Stateful Functions 的旧版本。建议访问 最新的稳定版本。 {% endif %}
{% endif %}
{% comment %} This is the base for all content. The content from the layouts found in the _layouts directory goes here. {% endcomment %}
{% include sidenav.html %}
{{ content }}
{% comment %} {% endcomment %}