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 e7a04f9 commit 1f9fea0
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: 'FM0B4KJI1X',
apiKey: 'a7665c2c6a31d3a94c5883f7f9c787db',
indexName: 'cookies'
indexName: 'cookies',
searchParameters: {
facetFilters: ["version:v4"],
},
},
lastUpdatedText: 'Last Updated',
sidebar: [],
Expand Down

0 comments on commit 1f9fea0

Please sign in to comment.