This is an automated email from the ASF dual-hosted git repository.
asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 99d4b7dca71 Use to trigger search bar of official site (#15652)
99d4b7dca71 is described below
commit 99d4b7dca71d289bd1015ae180cada6bfa6ff52a
Author: Yuanli Han <[email protected]>
AuthorDate: Wed Jan 10 17:18:36 2024 +0800
Use to trigger search bar of official site (#15652)
---
website/docusaurus.config.js | 3 ++-
website/package.json | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 8c498d8b8ae..2cd516d43e2 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -72,7 +72,8 @@ module.exports={
],
"redirects": Redirects
}
- ]
+ ],
+ "docusaurus-lunr-search"
],
"themeConfig": {
colorMode: {
diff --git a/website/package.json b/website/package.json
index c618537a18c..92e202f0d4a 100644
--- a/website/package.json
+++ b/website/package.json
@@ -32,6 +32,7 @@
"@docusaurus/plugin-client-redirects": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"clsx": "^1.1.1",
+ "docusaurus-lunr-search": "^3.3.1",
"fast-glob": "^3.2.2",
"fs-extra": "^8.1.0",
"react": "^17.0.2",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]