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

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


The following commit(s) were added to refs/heads/release-1.3 by this push:
     new 3e2e8b1ea9 [doc] Update config.toml
3e2e8b1ea9 is described below

commit 3e2e8b1ea98657a72b9812a0b878f77093751c98
Author: JingsongLi <[email protected]>
AuthorDate: Mon Nov 10 14:12:52 2025 +0800

    [doc] Update config.toml
---
 docs/config.toml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 41efc79930..32f67796d8 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/1.3'
 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.3-SNAPSHOT"
+  Version = "1.3.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.3-SNAPSHOT"
+  VersionTitle = "1.3"
 
   # The branch for this version of Apache Paimon
-  Branch = "master"
+  Branch = "1.3"
 
   # The most recent supported Apache Flink version
   FlinkVersion = "1.20"
@@ -67,14 +67,14 @@ pygmentsUseClasses = true
     ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
   ]
 
-  StableDocs = "https://paimon.apache.org/docs/1.0";
+  StableDocs = "https://paimon.apache.org/docs/1.3";
 
   PreviousDocs = [
     ["master", "https://paimon.apache.org/docs/master";],
-    ["stable", "https://paimon.apache.org/docs/1.2";],
+    ["stable", "https://paimon.apache.org/docs/1.3";],
+    ["1.3", "https://paimon.apache.org/docs/1.3";],
     ["1.2", "https://paimon.apache.org/docs/1.2";],
     ["1.1", "https://paimon.apache.org/docs/1.1";],
-    ["1.0", "https://paimon.apache.org/docs/1.0";],
   ]
 
   BookSection = '/'

Reply via email to