This is an automated email from the ASF dual-hosted git repository.
snuyanzin 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 09c13449b67 [FLINK-33537][docs] Fix missing 1.18 doc link
09c13449b67 is described below
commit 09c13449b67fe30a658f56b7731c70dea6b94848
Author: Yuxin Tan <[email protected]>
AuthorDate: Fri Nov 17 00:05:29 2023 +0800
[FLINK-33537][docs] Fix missing 1.18 doc link
---
docs/config.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/config.toml b/docs/config.toml
index 4b8bb7fccbc..8969a081bd5 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -76,6 +76,7 @@ pygmentsUseClasses = true
]
PreviousDocs = [
+ ["1.18", "http://nightlies.apache.org/flink/flink-docs-release-1.18"],
["1.17", "http://nightlies.apache.org/flink/flink-docs-release-1.17"],
["1.16", "http://nightlies.apache.org/flink/flink-docs-release-1.16"],
["1.15", "http://nightlies.apache.org/flink/flink-docs-release-1.15"],