Skip to content

Commit

Permalink
add search plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcapJake committed Feb 13, 2024
1 parent a703130 commit a2ac17c
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ const config = {
onBrokenLinks: 'log',
onBrokenMarkdownLinks: 'warn',


plugins: [
[ require.resolve('docusaurus-lunr-search'), {
languages: ['en', /* 'de' */ ], // language codes
excludeRoutes: ['/docs/Glossary'],
}],
['@lunaticmuch/docusaurus-terminology', {
termsDir: './docs/words/',
termsUrl: "/docs/words",
Expand Down
Loading

0 comments on commit a2ac17c

Please sign in to comment.