From 647865f163b8159072fe91c2420673f4275b906f Mon Sep 17 00:00:00 2001 From: Jingsong Date: Fri, 13 Sep 2024 17:27:39 +0800 Subject: [PATCH] [doc] Update to 0.9 stable --- docs/config.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 6f799b59d91e..c18ae80e74c2 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -34,11 +34,11 @@ 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.9-SNAPSHOT" + Version = "1.0-SNAPSHOT" # 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.9-SNAPSHOT" + VersionTitle = "1.0-SNAPSHOT" # The branch for this version of Apache Paimon Branch = "master" @@ -67,15 +67,13 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/0.8" + StableDocs = "https://paimon.apache.org/docs/0.9" PreviousDocs = [ ["master", "https://paimon.apache.org/docs/master"], - ["stable", "https://paimon.apache.org/docs/0.8"], + ["stable", "https://paimon.apache.org/docs/0.9"], + ["0.9", "https://paimon.apache.org/docs/0.9"], ["0.8", "https://paimon.apache.org/docs/0.8"], - ["0.7", "https://paimon.apache.org/docs/0.7"], - ["0.6", "https://paimon.apache.org/docs/0.6"], - ["0.5", "https://paimon.apache.org/docs/0.5"] ] BookSection = '/'