This is an automated email from the ASF dual-hosted git repository.
ruanhang1993 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 9c96f3714bd [FLINK-38654][release] Add doc link for release-2.2
9c96f3714bd is described below
commit 9c96f3714bdec5d9e8b18d946844d0a19137e004
Author: Hang Ruan <[email protected]>
AuthorDate: Tue Nov 11 10:22:52 2025 +0800
[FLINK-38654][release] Add doc link for release-2.2
---
docs/config.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/config.toml b/docs/config.toml
index b84d42872d9..19bd8fe87d7 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -73,6 +73,7 @@ pygmentsUseClasses = true
]
PreviousDocs = [
+ ["2.2", "http://nightlies.apache.org/flink/flink-docs-release-2.2"],
["2.1", "http://nightlies.apache.org/flink/flink-docs-release-2.1"],
["2.0", "http://nightlies.apache.org/flink/flink-docs-release-2.0"],
["1.20", "http://nightlies.apache.org/flink/flink-docs-release-1.20"],