mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-08 00:42:08 +00:00
Remove search shortcut, increase search limit.
This commit is contained in:
parent
d9cf993f1c
commit
708d7f03b4
@ -31,7 +31,9 @@ const config = {
|
|||||||
require.resolve("@easyops-cn/docusaurus-search-local"),
|
require.resolve("@easyops-cn/docusaurus-search-local"),
|
||||||
{
|
{
|
||||||
indexBlog: false,
|
indexBlog: false,
|
||||||
docsRouteBasePath: '/'
|
docsRouteBasePath: '/',
|
||||||
|
searchResultLimits: 12,
|
||||||
|
searchBarShortcut: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user