From 6a317210dc998b1583a0379440154f6afe5d5c72 Mon Sep 17 00:00:00 2001 From: yuzelin <747884505@qq.com> Date: Fri, 26 Jan 2024 10:10:24 +0800 Subject: [PATCH] [release][doc] Update doc config --- docs/config.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 37955f0134e9..287c65aa4f87 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.7-SNAPSHOT" + Version = "0.7.0-incubating" # 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.7-SNAPSHOT" + VersionTitle = "0.7" # The branch for this version of Apache Paimon - Branch = "master" + Branch = "0.7" # The github repository for Apache Paimon Repo = "//github.com/apache/incubator-paimon" @@ -64,11 +64,11 @@ 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"], + ["stable", "https://paimon.apache.org/docs/0.7"], ["0.6", "https://paimon.apache.org/docs/0.6"], ]