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

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

commit 08ec5800d09693a496b178499129ef0dccb890b7
Author: Jingsong <[email protected]>
AuthorDate: Thu May 9 20:44:38 2024 +0800

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

diff --git a/docs/config.toml b/docs/config.toml
index 83842f52b..dcedec121 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/0,7'
 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 = "0.8-SNAPSHOT"
+  Version = "0.8.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 = "0.8-SNAPSHOT"
+  VersionTitle = "0.8"
 
   # The branch for this version of Apache Paimon
-  Branch = "master"
+  Branch = "0.8"
 
   # The github repository for Apache Paimon
   Repo = "//github.com/apache/paimon"
@@ -64,12 +64,12 @@ pygmentsUseClasses = true
     ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
   ]
 
-  StableDocs = "https://paimon.apache.org/docs/0.7";
+  StableDocs = "https://paimon.apache.org/docs/0.8";
 
   PreviousDocs = [
     ["master", "https://paimon.apache.org/docs/master";],
-    ["stable", "https://paimon.apache.org/docs/0.7";],
-    ["0.7", "https://paimon.apache.org/docs/0.7";],
+    ["stable", "https://paimon.apache.org/docs/0.8";],
+    ["0.8", "https://paimon.apache.org/docs/0.8";],
   ]
 
   BookSection = '/'

Reply via email to