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

hope pushed a commit to branch release-1.4
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/release-1.4 by this push:
     new 336a8f56c0 [release] Update docs/config.toml for release-1.4
336a8f56c0 is described below

commit 336a8f56c05f7ddc00be43a92eed69c6c60ec74b
Author: xiaohongbo <[email protected]>
AuthorDate: Wed Mar 25 19:33:48 2026 +0800

    [release] Update docs/config.toml for release-1.4
    
    Co-authored-by: Qwen-Coder <[email protected]>
---
 docs/config.toml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 7f55d5c28e..94fc1181ce 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 = '//paimon.apache.org/docs/master'
+baseURL = '//paimon.apache.org/docs/release-1.4'
 languageCode = 'en-us'
 title = 'Apache Paimon'
 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 = "1.4-SNAPSHOT"
+  Version = "1.4.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 = "1.4-SNAPSHOT"
+  VersionTitle = "1.4"
 
   # The branch for this version of Apache Paimon
-  Branch = "master"
+  Branch = "release-1.4"
 
   # The most recent supported Apache Flink version
   FlinkVersion = "1.20"
@@ -64,7 +64,7 @@ pygmentsUseClasses = true
   # of the menu
   MenuLinks = [
     ["Project Homepage", "//paimon.apache.org"],
-    ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
+    ["JavaDocs", "//paimon.apache.org/docs/release-1.4/api/java/"],
   ]
 
   StableDocs = "https://paimon.apache.org/docs/1.3";

Reply via email to