我只是在试验 Docusaurus V2,我想用 LUNR(https://lunrjs.com/)搜索启用离线搜索,如本博客所述。
https://v2.docusaurus.io/feedback/p/offline-search
我还为此搜索了文档。
https://v2.docusaurus.io/docs/search/#__docusaurus
我使用“yarn swizzle @docusaurus/theme-classic SearchBar”命令安装了,但是在使用“npm start”运行时没有出现搜索栏。
此外,在 src/theme/SearchBar.js 中创建了一个包含此内容的文档:
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export {default} from '@docusaurus/Noop';
文档真的很薄,可能有什么问题。有工作的例子吗?
正如该视频的博客中所述,有一种可能性。 https://canny.io/images/873b18eabf90e91512ac4d0ceb48973b.gif