This is an automated email from the ASF dual-hosted git repository.

gustavodemorais 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 ae5734854c7 [hotfix][docs] Add 2.3 to PreviousDocs list
ae5734854c7 is described below

commit ae5734854c7d2d3eefd71c1f9ea11695e8724452
Author: Gustavo de Morais <[email protected]>
AuthorDate: Mon Sep 7 09:27:03 2026 +0200

    [hotfix][docs] Add 2.3 to PreviousDocs list
    
    This closes #29108.
---
 docs/config.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/config.toml b/docs/config.toml
index 72339444ad8..45a64448303 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -73,6 +73,7 @@ pygmentsUseClasses = true
   ]
 
   PreviousDocs = [
+    ["2.3", "http://nightlies.apache.org/flink/flink-docs-release-2.3";],
     ["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";],

Reply via email to