This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 32851ad10a9 Feat: hugo-theme add kapa-ai script (#37726)
32851ad10a9 is described below
commit 32851ad10a934cffb9788690c86122537d9c2bcc
Author: jinnanjiang <[email protected]>
AuthorDate: Wed Jan 28 10:41:07 2026 +0800
Feat: hugo-theme add kapa-ai script (#37726)
---
docs/blog/themes/tale4zh/layouts/partials/head.html | 2 ++
docs/community/themes/hugo-theme-learn/layouts/partials/header.html | 3 ++-
docs/document/themes/hugo-theme-learn/layouts/partials/header.html | 3 ++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/blog/themes/tale4zh/layouts/partials/head.html
b/docs/blog/themes/tale4zh/layouts/partials/head.html
index 6de6ea5bad6..fd855caba29 100644
--- a/docs/blog/themes/tale4zh/layouts/partials/head.html
+++ b/docs/blog/themes/tale4zh/layouts/partials/head.html
@@ -27,4 +27,6 @@
<!-- RSS -->
<link href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink
}}{{ end }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title
}}" />
+
+ <script
src="https://shardingsphere.apache.org/js/kapa-widget.js"></script>
</head>
diff --git
a/docs/community/themes/hugo-theme-learn/layouts/partials/header.html
b/docs/community/themes/hugo-theme-learn/layouts/partials/header.html
index dcfb20c7e92..83b8fd1d85d 100644
--- a/docs/community/themes/hugo-theme-learn/layouts/partials/header.html
+++ b/docs/community/themes/hugo-theme-learn/layouts/partials/header.html
@@ -22,7 +22,8 @@
{{end}}
<script src="{{"js/jquery-2.x.min.js"| relURL}}{{ if $assetBusting }}?{{
now.Unix }}{{ end }}"></script>
-
+
+ <script src="https://shardingsphere.apache.org/js/kapa-widget.js"></script>
<style type="text/css">
:root #header + #content > #left > #rlblock_left{
display:none !important;
diff --git a/docs/document/themes/hugo-theme-learn/layouts/partials/header.html
b/docs/document/themes/hugo-theme-learn/layouts/partials/header.html
index f6b1df530f3..5570445b7eb 100644
--- a/docs/document/themes/hugo-theme-learn/layouts/partials/header.html
+++ b/docs/document/themes/hugo-theme-learn/layouts/partials/header.html
@@ -27,7 +27,8 @@
{{- end }}
<script src="{{"js/jquery-3.3.1.min.js"| relURL}}{{ if $assetBusting }}?{{
now.Unix }}{{ end }}"></script>
-
+
+ <script src="https://shardingsphere.apache.org/js/kapa-widget.js"></script>
<style>
:root #header + #content > #left > #rlblock_left{
display:none !important;