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

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


The following commit(s) were added to refs/heads/release-3.2 by this push:
     new 07f709cc5 [hotfix][docs] Update documentation config for release-3.2
07f709cc5 is described below

commit 07f709cc5f9e04fc24a197585ba402ee9bd6ccf0
Author: Qingsheng Ren <[email protected]>
AuthorDate: Tue Aug 13 13:54:00 2024 +0800

    [hotfix][docs] Update documentation config for release-3.2
    
    This closes #3532.
---
 docs/config.toml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 9b1acfc09..3f95d6414 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-baseURL = '//nightlies.apache.org/flink/flink-cdc-docs-master'
+baseURL = '//nightlies.apache.org/flink/flink-cdc-docs-release-3.2'
 languageCode = 'en-us'
 title = 'Apache Flink CDC'
 enableGitInfo = false
@@ -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
@@ -34,14 +34,14 @@ pygmentsUseClasses = true
   # we change the version for the complete docs when forking of a release 
branch
   # etc.
   # The full version string as referenced in Maven (e.g. 1.2.1)
-  Version = "3.2-SNAPSHOT"
+  Version = "3.2.0"
 
   # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
   # release this should be the same as the regular version
-  VersionTitle = "3.2-SNAPSHOT"
+  VersionTitle = "3.2"
 
   # The branch for this version of Apache Flink CDC
-  Branch = "master"
+  Branch = "release-3.2"
 
   # The GitHub repository for Apache Flink CDC
   Repo = "//github.com/apache/flink-cdc"
@@ -54,7 +54,7 @@ pygmentsUseClasses = true
   # of the menu
   MenuLinks = [
     ["Project Homepage", "//flink.apache.org"],
-    ["JavaDocs", 
"//nightlies.apache.org/flink/flink-cdc-docs-master/api/java/"],
+    ["JavaDocs", 
"//nightlies.apache.org/flink/flink-cdc-docs-release-3.2/api/java/"],
   ]
 
   PreviousDocs = [

Reply via email to