This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch release-0.5
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/release-0.5 by this push:
new a4d7ad054 [doc] Update stable 0.5
a4d7ad054 is described below
commit a4d7ad054eeda97c8707ec76bbee11c8e7f22503
Author: Jingsong <[email protected]>
AuthorDate: Wed Sep 6 11:04:08 2023 +0800
[doc] Update stable 0.5
---
docs/config.toml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 780ba84ef..b7e8e5211 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.5'
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.5-SNAPSHOT"
+ Version = "0.5.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.5-SNAPSHOT"
+ VersionTitle = "0.5"
# The branch for this version of Apache Paimon
- Branch = "master"
+ Branch = "0.5"
# 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.4"
+ StableDocs = "https://paimon.apache.org/docs/0.5"
PreviousDocs = [
["master", "https://paimon.apache.org/docs/master"],
- ["stable", "https://paimon.apache.org/docs/0.4"],
+ ["stable", "https://paimon.apache.org/docs/0.5"],
["0.4", "https://paimon.apache.org/docs/0.4"],
]