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

kunni pushed a commit to branch release-3.6
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/release-3.6 by this push:
     new 7b6f708f7 Fix the value of the document parameter `IsStable`. (#4369)
7b6f708f7 is described below

commit 7b6f708f7e3e80c5b582848d0020b2fe51832847
Author: Pei Yu <[email protected]>
AuthorDate: Thu Apr 9 10:52:31 2026 +0800

    Fix the value of the document parameter `IsStable`. (#4369)
    
    Signed-off-by: Pei Yu <[email protected]>
---
 docs/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/config.toml b/docs/config.toml
index 2d7fc56b8..ead9dc57b 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -24,7 +24,7 @@ pygmentsUseClasses = true
 [params]
   # Flag whether this is a stable version or not.
   # Used for the quickstart page.
-  IsStable = false
+  IsStable = true
 
   # Flag to indicate whether an outdated warning should be shown.
   ShowOutDatedWarning = false

Reply via email to