Skip to content

Commit

Permalink
Always filter to only show docs tutorials (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Nov 17, 2023
1 parent c6902a1 commit bf605ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ search.addWidgets([
}),
instantsearch.widgets.configure({
hitsPerPage: 12,
facetFilters: ["resource: docs-tutorial"],
filters: ["resource: docs-tutorial"],
}),
customRefinementList({
container: "languages-list",
Expand Down

0 comments on commit bf605ab

Please sign in to comment.