Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81f86ae

Browse files
author
Hang Ruan
committed
Update for 2.2.0
1 parentf14fcd3 commit81f86ae

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

‎docs/config.toml‎

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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'
1818
languageCode ="en-us"
1919
title ="Apache Flink"
2020
enableGitInfo =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.
3030
ShowOutDatedWarning =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
4747
Repo ="//github.com/apache/flink"
@@ -60,19 +60,20 @@ pygmentsUseClasses = true
6060

6161
ZhDownloadPage ="//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
6969
MenuLinks = [
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

7575
PreviousDocs = [
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"],

‎flink-end-to-end-tests/test-scripts/common_docker.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function build_image() {
4747
local server_pid=$!
4848

4949
echo"Preparing Dockerfiles"
50-
retry_times_with_exponential_backoff 5 git clone https://github.com/apache/flink-docker.git --branch dev-master --single-branch
50+
retry_times_with_exponential_backoff 5 git clone https://github.com/apache/flink-docker.git --branch dev-2.2 --single-branch
5151

5252
local java_version=17
5353
if [[${PROFILE}==*"jdk17"* ]];then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp