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

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


The following commit(s) were added to refs/heads/master by this push:
     new a0062d5dc [doc] Update doc config after releasing 0.7.0
a0062d5dc is described below

commit a0062d5dc81fef49ea9b887abca2efc4e0d4d7cf
Author: yuzelin <[email protected]>
AuthorDate: Tue Feb 6 11:11:28 2024 +0800

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

diff --git a/docs/config.toml b/docs/config.toml
index fb9f99c09..e259e412f 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -64,12 +64,12 @@ pygmentsUseClasses = true
     ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
   ]
 
-  StableDocs = "https://paimon.apache.org/docs/0.6";
+  StableDocs = "https://paimon.apache.org/docs/0.7";
 
   PreviousDocs = [
     ["master", "https://paimon.apache.org/docs/master";],
-    ["stable", "https://paimon.apache.org/docs/0.6";],
-    ["0.6", "https://paimon.apache.org/docs/0.6";],
+    ["stable", "https://paimon.apache.org/docs/0.7";],
+    ["0.7", "https://paimon.apache.org/docs/0.7";],
   ]
 
   BookSection = '/'

Reply via email to