Skip to content

Commit

Permalink
refactor: Add version facet to Algolia DocSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 12, 2024
1 parent 26b4e65 commit 9047a89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ export default defineConfig({
algolia: {
appId: '74MFI8NU6J',
apiKey: '99c5714e228ccbcda7903f5f6e419a19',
indexName: 'nystudio107-code-field'
indexName: 'nystudio107-code-field',
searchParameters: {
facetFilters: ["version:v3"],
},
},
lastUpdatedText: 'Last Updated',
sidebar: [],
Expand Down

0 comments on commit 9047a89

Please sign in to comment.