Skip to content

Commit fdcee45

Browse files
add search bar to nav (#55)
Signed-off-by: Jess Chitas <[email protected]>
1 parent d97dc69 commit fdcee45

File tree

3 files changed

+2169
-1208
lines changed

3 files changed

+2169
-1208
lines changed

docusaurus.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ const config = {
9797
markdown: { mermaid: true },
9898
themes: ["@docusaurus/theme-mermaid"],
9999

100+
plugins: [
101+
[
102+
require.resolve("docusaurus-lunr-search"),
103+
{
104+
languages: ["en"],
105+
},
106+
],
107+
],
108+
109+
100110
themeConfig:
101111
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
102112
({

0 commit comments

Comments
 (0)