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

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


The following commit(s) were added to refs/heads/master by this push:
     new e942d56ba6 [doc] Update config.toml
e942d56ba6 is described below

commit e942d56ba6113d700887952a07e5c2132047464e
Author: JingsongLi <[email protected]>
AuthorDate: Mon Nov 10 14:13:26 2025 +0800

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

diff --git a/docs/config.toml b/docs/config.toml
index 6f49369eb5..7f55d5c28e 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -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