1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- baseURL =' //nightlies.apache.org/flink/flink-docs-master '
17+ baseURL =' //nightlies.apache.org/flink/flink-docs-release-2.2 '
1818languageCode =" en-us"
1919title =" Apache Flink"
2020enableGitInfo =false
@@ -24,7 +24,7 @@ pygmentsUseClasses = true
2424[params ]
2525# Flag whether this is a stable version or not.
2626# Used for the quickstart page.
27- IsStable =false
27+ IsStable =true
2828
2929# Flag to indicate whether an outdated warning should be shown.
3030ShowOutDatedWarning =false
@@ -34,14 +34,14 @@ pygmentsUseClasses = true
3434# we change the version for the complete docs when forking of a release branch
3535# etc.
3636# The full version string as referenced in Maven (e.g. 1.2.1)
37- Version =" 2.2-SNAPSHOT "
37+ Version =" 2.2.0 "
3838
3939# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
4040# release this should be the same as the regular version
41- VersionTitle =" 2.2-SNAPSHOT "
41+ VersionTitle =" 2.2"
4242
4343# The branch for this version of Apache Flink
44- Branch =" master "
44+ Branch =" release-2.2 "
4545
4646# The github repository for Apache Flink
4747Repo =" //github.com/apache/flink"
@@ -60,19 +60,20 @@ pygmentsUseClasses = true
6060
6161ZhDownloadPage =" //flink.apache.org/zh/downloads.html"
6262
63- JavaDocs =" //nightlies.apache.org/flink/flink-docs-master /api/java/"
63+ JavaDocs =" //nightlies.apache.org/flink/flink-docs-release-2.2 /api/java/"
6464
65- PyDocs =" //nightlies.apache.org/flink/flink-docs-master /api/python/"
65+ PyDocs =" //nightlies.apache.org/flink/flink-docs-release-2.2 /api/python/"
6666
6767# External links at the bottom
6868# of the menu
6969MenuLinks = [
7070 [" Project Homepage" ," //flink.apache.org" ],
71- [" JavaDocs" ," //nightlies.apache.org/flink/flink-docs-master /api/java/" ],
72- [" PyDocs" ," //nightlies.apache.org/flink/flink-docs-master /api/python/" ]
71+ [" JavaDocs" ," //nightlies.apache.org/flink/flink-docs-release-2.2 /api/java/" ],
72+ [" PyDocs" ," //nightlies.apache.org/flink/flink-docs-release-2.2 /api/python/" ]
7373 ]
7474
7575PreviousDocs = [
76+ [" 2.2" ," http://nightlies.apache.org/flink/flink-docs-release-2.2" ],
7677 [" 2.1" ," http://nightlies.apache.org/flink/flink-docs-release-2.1" ],
7778 [" 2.0" ," http://nightlies.apache.org/flink/flink-docs-release-2.0" ],
7879 [" 1.20" ," http://nightlies.apache.org/flink/flink-docs-release-1.20" ],