This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/master by this push:
new a18d62c27e3 Update algolia-search.js
a18d62c27e3 is described below
commit a18d62c27e32ee22bef0499f769b997e88df855e
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Tue Jul 16 13:58:33 2024 -0700
Update algolia-search.js
---
themes/docsy/assets/js/algolia-search.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/docsy/assets/js/algolia-search.js
b/themes/docsy/assets/js/algolia-search.js
index cea008a8a89..3663c574001 100644
--- a/themes/docsy/assets/js/algolia-search.js
+++ b/themes/docsy/assets/js/algolia-search.js
@@ -1,7 +1,7 @@
$(function () {
var reg = /\/docs\/[a-zA-Z\-]+\/([\w|\.]+)\//;
var res = reg.exec(location.href);
- var version = res && res[1] || "next";
+ var version = res && res[1] || "latest";
docsearch({
container: '#docsearch',