Skip to content

Commit

Permalink
[update docs] Increase search results
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 17, 2023
1 parent ae77f4d commit 5f762ea
Show file tree
Hide file tree
Showing 2 changed files with 632 additions and 630 deletions.
9 changes: 8 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ const data = JSON.parse(fs.readFileSync('./docusaurus.config.json'))

module.exports = {
...data,
plugins: [require.resolve('@cmfcmf/docusaurus-search-local')],
plugins: [
[
require.resolve('@cmfcmf/docusaurus-search-local'),
{
maxSearchResults: 20,
},
],
],
presets: [
[
'@docusaurus/preset-classic',
Expand Down
Loading

0 comments on commit 5f762ea

Please sign in to comment.