This is an automated email from the ASF dual-hosted git repository.

sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new d06f1b45de7 Include the 5.5.0 tag in the final generated document 
(#31149)
d06f1b45de7 is described below

commit d06f1b45de7157d2b86f13f3bcc973de341b3a2f
Author: Ling Hengqian <[email protected]>
AuthorDate: Mon May 6 23:16:22 2024 +0800

    Include the 5.5.0 tag in the final generated document (#31149)
---
 docs/document/themes/hugo-theme-learn/layouts/partials/language.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/document/themes/hugo-theme-learn/layouts/partials/language.html 
b/docs/document/themes/hugo-theme-learn/layouts/partials/language.html
index 624b05b6d64..c65da4f1c04 100644
--- a/docs/document/themes/hugo-theme-learn/layouts/partials/language.html
+++ b/docs/document/themes/hugo-theme-learn/layouts/partials/language.html
@@ -1,6 +1,6 @@
 {{ $currentNode := . }}
 {{ $permalink := string .Permalink }}
-{{ $v5 := slice "5.4.1" "5.4.0" "5.3.2" "5.3.1" "5.3.0" "5.2.1" "5.2.0" 
"5.1.2" "5.1.1" "5.1.0" "5.0.0"}}
+{{ $v5 := slice "5.5.0" "5.4.1" "5.4.0" "5.3.2" "5.3.1" "5.3.0" "5.2.1" 
"5.2.0" "5.1.2" "5.1.1" "5.1.0" "5.0.0"}}
 {{ $v4 := slice "4.1.1" "4.1.0" "4.0.1" "4.0.0"}}
 {{ $v3 := slice "3.1.0" "3.0.0"}}
 {{ $v2 := slice "2.0.3" "2.0.2" "2.0.1" "2.0.0"}}

Reply via email to