This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch release-1.0
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/release-1.0 by this push:
new b646404795 [doc] Release 1.0.0
b646404795 is described below
commit b646404795dfc7cdd26a80b35ba5e576adb313ae
Author: JingsongLi <[email protected]>
AuthorDate: Fri Jan 3 18:04:20 2025 +0800
[doc] Release 1.0.0
---
docs/config.toml | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index c18ae80e74..4f9eae88e2 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/1.0'
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 = "1.0-SNAPSHOT"
+ Version = "1.0.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 = "1.0-SNAPSHOT"
+ VersionTitle = "1.0"
# The branch for this version of Apache Paimon
- Branch = "master"
+ Branch = "1.0"
# The most recent supported Apache Flink version
FlinkVersion = "1.20"
@@ -67,11 +67,12 @@ pygmentsUseClasses = true
["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
]
- StableDocs = "https://paimon.apache.org/docs/0.9"
+ StableDocs = "https://paimon.apache.org/docs/1.0"
PreviousDocs = [
["master", "https://paimon.apache.org/docs/master"],
- ["stable", "https://paimon.apache.org/docs/0.9"],
+ ["stable", "https://paimon.apache.org/docs/1.0"],
+ ["1.0", "https://paimon.apache.org/docs/1.0"],
["0.9", "https://paimon.apache.org/docs/0.9"],
["0.8", "https://paimon.apache.org/docs/0.8"],
]