This is an automated email from the ASF dual-hosted git repository.
hope pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 7ba36cf418 [release] Update docs/config.toml to add 1.4 to PreviousDocs
7ba36cf418 is described below
commit 7ba36cf418d777d8ad3e1979b906d7c272aabbaf
Author: xiaohongbo <[email protected]>
AuthorDate: Wed Mar 25 19:34:44 2026 +0800
[release] Update docs/config.toml to add 1.4 to PreviousDocs
Co-authored-by: Qwen-Coder <[email protected]>
---
docs/config.toml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 7f55d5c28e..a9c2728626 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -67,11 +67,12 @@ pygmentsUseClasses = true
["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
]
- StableDocs = "https://paimon.apache.org/docs/1.3"
+ StableDocs = "https://paimon.apache.org/docs/1.4"
PreviousDocs = [
["master", "https://paimon.apache.org/docs/master"],
- ["stable", "https://paimon.apache.org/docs/1.3"],
+ ["stable", "https://paimon.apache.org/docs/1.4"],
+ ["1.4", "https://paimon.apache.org/docs/1.4"],
["1.3", "https://paimon.apache.org/docs/1.3"],
["1.2", "https://paimon.apache.org/docs/1.2"],
["1.1", "https://paimon.apache.org/docs/1.1"],