Skip to content

Commit

Permalink
Add lunr search
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 3, 2024
1 parent e697061 commit 97a23f7
Show file tree
Hide file tree
Showing 3 changed files with 754 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ const config: Config = {
markdown: {
format: 'detect'
},
plugins: [[require.resolve('docusaurus-lunr-search'), {
indexBaseUrl: true,
disableVersioning: true,
excludeRoutes: ['**/reference/**'],
}]],
presets: [
[
'classic',
Expand Down
Loading

0 comments on commit 97a23f7

Please sign in to comment.