This is an automated email from the ASF dual-hosted git repository.
dwysakowicz 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 67c8bef [release] Add 1.14 docs link to the list of previous versions
67c8bef is described below
commit 67c8befca1061c196deefda1aa90beb77ecc25ac
Author: Dawid Wysakowicz <[email protected]>
AuthorDate: Wed Sep 29 16:12:56 2021 +0200
[release] Add 1.14 docs link to the list of previous versions
---
docs/config.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/config.toml b/docs/config.toml
index 9659c10..ad1052c 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -76,6 +76,7 @@ pygmentsUseClasses = true
]
PreviousDocs = [
+ ["1.14", "http://nightlies.apache.org/flink/flink-docs-release-1.14"],
["1.13", "http://nightlies.apache.org/flink/flink-docs-release-1.13"],
["1.12", "http://nightlies.apache.org/flink/flink-docs-release-1.12"],
["1.11", "http://nightlies.apache.org/flink/flink-docs-release-1.11"],