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 16, 2024
1 parent 44f246f commit 958e386
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: 'AGVNH9S5ER',
apiKey: 'd7ca5cf1e63a029620f5006e70f54cae',
indexName: 'nystudio107-minify'
indexName: 'nystudio107-minify',
searchParameters: {
facetFilters: ["version:v5"],
},
},
lastUpdatedText: 'Last Updated',
sidebar: [],
Expand Down

0 comments on commit 958e386

Please sign in to comment.