This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 131bba47eb5 Fixed the issue that the document title was not sorted to
the first p… (#2240)
131bba47eb5 is described below
commit 131bba47eb53bbeff37960a2840333a62170e0c9
Author: yangon <[email protected]>
AuthorDate: Mon Mar 31 10:05:03 2025 +0800
Fixed the issue that the document title was not sorted to the first p…
(#2240)

---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index ea167570e96..e4c0ad13f5d 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"@docusaurus/plugin-pwa": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@mdx-js/react": "^3.0.0",
- "@yang1666204/docusaurus-search-local": "0.0.2",
+ "@yang1666204/docusaurus-search-local": "0.0.4",
"antd": "^5.12.2",
"autoprefixer": "^10.4.16",
"clsx": "^1.1.1",
diff --git a/yarn.lock b/yarn.lock
index 144f225607d..7914a4cb363 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3846,10 +3846,10 @@
resolved
"https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity
sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
-"@yang1666204/[email protected]":
- version "0.0.2"
- resolved
"https://registry.yarnpkg.com/@yang1666204/docusaurus-search-local/-/docusaurus-search-local-0.0.2.tgz#3b51177aaea752e4df8287e9cd2fd866bce5b4ba"
- integrity
sha512-nA8pINfSycx4JOc4pBpDUuaZFRfPzb+hVJTLedOo2Jp/o8j9CrymApFmSfjLwyFm4uN+34WLUe/TJsYQ1zDryQ==
+"@yang1666204/[email protected]":
+ version "0.0.4"
+ resolved
"https://registry.yarnpkg.com/@yang1666204/docusaurus-search-local/-/docusaurus-search-local-0.0.4.tgz#69e233ccef43bc631f984b6fbdb6baeaa09a0708"
+ integrity
sha512-NLfmp7Hvv1n5E6/f+0f8A9CQuppuT9dis2nM5M0L8QflvQdz77dXHajJMoOJj/Htf6xHQ+cXuLgEOA4Mc1UJLg==
dependencies:
"@docusaurus/plugin-content-docs" "^2 || ^3"
"@docusaurus/theme-translations" "^2 || ^3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]