Skip to content

Commit

Permalink
docs: updated example to have a 200 ms wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker authored and skeptrunedev committed Oct 18, 2024
1 parent 992d8cc commit 84fda93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const config = {
"How to get started?",
],
responsive: true,
debounceMs: 200
},
],
],
Expand Down
1 change: 0 additions & 1 deletion clients/docusaurus-theme-search/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.0",
"@trieve/docusaurus-search-theme": "^0.1.6",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion clients/docusaurus-theme-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cli-progress": "^3.12.0",
"micromatch": "^4.0.7",
"pagefind": "^1.1.0",
"trieve-search-component": "^0.0.34"
"trieve-search-component": "^0.0.38"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0 || ^3.0.0",
Expand Down
9 changes: 4 additions & 5 deletions clients/docusaurus-theme-search/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2651,17 +2651,16 @@ trieve-search-component@^0.0.30:
react-syntax-highlighter "^15.5.0"
trieve-ts-sdk "*"

trieve-search-component@^0.0.34:
version "0.0.34"
resolved "https://registry.yarnpkg.com/trieve-search-component/-/trieve-search-component-0.0.34.tgz#f5f022cb96c25e66e17e9d758e9ba7a83395d5ad"
integrity sha512-VCdwI0XP27vuSo3FP4k6gz/nK1svgInk8xk7LlZ3H922RmGB5EzPB7AB9Xhw/fm9yq+/ospWkPjNjgZHhZtGQA==
trieve-search-component@^0.0.38:
version "0.0.38"
resolved "https://registry.yarnpkg.com/trieve-search-component/-/trieve-search-component-0.0.38.tgz#05fd5d1961c10546c43758707448a58e1a6a94dd"
integrity sha512-yuCFtIzSM2Rhuy3oZRjF/EVZDRM8HTYVM/6xD++1FNJXtSkJNy+tGehQEuAACabawhI8NhbBJDOdPlfHOFiJkg==
dependencies:
"@r2wc/react-to-web-component" "^2.0.3"
"@radix-ui/react-dialog" "^1.1.1"
"@thumbmarkjs/thumbmarkjs" "^0.14.8"
cheerio "^1.0.0"
downshift "^9.0.8"
lodash-es "^4.17.21"
react-markdown "^9.0.1"
react-syntax-highlighter "^15.5.0"
trieve-ts-sdk "*"
Expand Down

0 comments on commit 84fda93

Please sign in to comment.