mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 06:42:55 +01:00
feat: Add local search (#59)
* feat: Add local search * Fix: style search * feat: make sure the search dropdown is visible --------- Co-authored-by: kotte <konstantin.aistre@gmail.com>
This commit is contained in:
@@ -48,6 +48,16 @@ const config = {
|
||||
plugins: [
|
||||
'docusaurus-plugin-sass',
|
||||
|
||||
// https://github.com/praveenn77/docusaurus-lunr-search
|
||||
[
|
||||
'@easyops-cn/docusaurus-search-local',
|
||||
/** @type {import("@easyops-cn/docusaurus-search-local").PluginOptions} */
|
||||
{
|
||||
hashed: true,
|
||||
searchBarPosition: 'left',
|
||||
},
|
||||
],
|
||||
|
||||
// Node reference docs
|
||||
[
|
||||
'@docusaurus/plugin-content-docs',
|
||||
|
||||
Reference in New Issue
Block a user