This is an automated email from the ASF dual-hosted git repository. zouxxyy pushed a commit to branch dev/add-more-doc in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 97652f8b84f45235ebe51d64139951ea104d0160 Author: zouxxyy <[email protected]> AuthorDate: Fri May 10 22:11:17 2024 +0800 1 --- docs/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.toml b/docs/config.toml index 87e1eea72..f41e589b2 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -70,6 +70,9 @@ pygmentsUseClasses = true ["master", "https://paimon.apache.org/docs/master"], ["stable", "https://paimon.apache.org/docs/0.8"], ["0.8", "https://paimon.apache.org/docs/0.8"], + ["0.7", "https://paimon.apache.org/docs/0.7"], + ["0.6", "https://paimon.apache.org/docs/0.6"], + ["0.5", "https://paimon.apache.org/docs/0.5"] ] BookSection = '/'
