Skip to content

Commit 0fb3e34

Browse files
jessicachitaspetecheslock
authored andcommitted
add search bar to nav (llm-d#55)
Signed-off-by: Jess Chitas <[email protected]>
1 parent d94c2ab commit 0fb3e34

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
@@ -111,6 +111,16 @@ const config = {
111111
markdown: { mermaid: true },
112112
themes: ["@docusaurus/theme-mermaid"],
113113

114+
plugins: [
115+
[
116+
require.resolve("docusaurus-lunr-search"),
117+
{
118+
languages: ["en"],
119+
},
120+
],
121+
],
122+
123+
114124
themeConfig:
115125
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
116126
({

0 commit comments

Comments
 (0)