Skip to content

Commit

Permalink
Merge pull request #926 from searchspring/docs-quick-fix
Browse files Browse the repository at this point in the history
Docs Quick Fixes
  • Loading branch information
korgon authored Oct 19, 2023
2 parents 616d014 + c0a343f commit 86a136b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/documents.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,13 @@ var documents = [
url: './packages/snap-toolbox/src/getContext/README.md',
searchable: true,
},
{
label: 'Until',
route: '/package-toolbox-until',
type: 'markdown',
url: './packages/snap-toolbox/src/until/README.md',
searchable: true,
},
{
label: 'Typedocs',
type: 'external',
Expand Down
1 change: 1 addition & 0 deletions packages/snap-controller/src/Autocomplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The `AutocompleteController` is used when making queries to the API `autocomplet
| settings.history.limit | when set, historical (previously searched) queries will be fetched and made available in the history store || |
| settings.history.showResults | if history limit is set and there is no input, the first term results will be displayed | false | |
| settings.redirects.merchandising | boolean to disable merchandising redirects when ac form is submitted | true | |
| settings.redirects.singleResult | enable redirect to product detail page if search yields 1 result count | true | |

<br>

Expand Down

0 comments on commit 86a136b

Please sign in to comment.