This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch release-1.2
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/release-1.2 by this push:
new aa4f6424ea [doc] Update doc config for releasing
aa4f6424ea is described below
commit aa4f6424ea34937221b61e5107d631b71daa0584
Author: JingsongLi <[email protected]>
AuthorDate: Sat Jun 28 14:57:32 2025 +0800
[doc] Update doc config for releasing
---
docs/config.toml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 1274b54183..c84c33d9b6 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.2'
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.2-SNAPSHOT"
+ Version = "1.2.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.2-SNAPSHOT"
+ VersionTitle = "1.2"
# The branch for this version of Apache Paimon
- Branch = "master"
+ Branch = "1.2"
# The most recent supported Apache Flink version
FlinkVersion = "1.20"
@@ -67,14 +67,14 @@ pygmentsUseClasses = true
["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
]
- StableDocs = "https://paimon.apache.org/docs/1.0"
+ StableDocs = "https://paimon.apache.org/docs/1.2"
PreviousDocs = [
["master", "https://paimon.apache.org/docs/master"],
- ["stable", "https://paimon.apache.org/docs/1.0"],
+ ["stable", "https://paimon.apache.org/docs/1.2"],
+ ["1.2", "https://paimon.apache.org/docs/1.2"],
+ ["1.1", "https://paimon.apache.org/docs/1.1"],
["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"],
]
BookSection = '/'