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

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


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

commit 7c5ad52b6ce97914dfcc70da7fbc373c94a3b1aa
Author: JingsongLi <[email protected]>
AuthorDate: Fri Apr 18 14:02:09 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 062d6dabbb..f8fb09b0b9 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -67,14 +67,14 @@ pygmentsUseClasses = true
     ["JavaDocs", "//paimon.apache.org/docs/release-1.1/api/java/"],
   ]
 
-  StableDocs = "https://paimon.apache.org/docs/1.0";
+  StableDocs = "https://paimon.apache.org/docs/1.1";
 
   PreviousDocs = [
     ["master", "https://paimon.apache.org/docs/master";],
-    ["stable", "https://paimon.apache.org/docs/1.0";],
+    ["stable", "https://paimon.apache.org/docs/1.1";],
+    ["1.1", "https://paimon.apache.org/docs/1.1";],
     ["1.0", "https://paimon.apache.org/docs/1.0";],
     ["0.9", "https://paimon.apache.org/docs/0.9";],
-    ["0.8", "https://paimon.apache.org/docs/0.8";],
   ]
 
   BookSection = '/'

Reply via email to