This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 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 480acd5ad4 [doc] Add release 1.0 doc
480acd5ad4 is described below
commit 480acd5ad448b839826cf5b8b5398bada7d42054
Author: JingsongLi <[email protected]>
AuthorDate: Fri Jan 3 19:21:31 2025 +0800
[doc] Add release 1.0 doc
---
docs/config.toml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index c18ae80e74..f8a16d6df1 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/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"],
]