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 39ae2c8 commit 3e1ad38
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: 'AE3HRUJFEW',
apiKey: 'c5dcc2be096fff3a4714c3a877a056fa',
indexName: 'vite'
indexName: 'vite',
searchParameters: {
facetFilters: ["version:v5"],
},
},
lastUpdatedText: 'Last Updated',
sidebar: [],
Expand Down

0 comments on commit 3e1ad38

Please sign in to comment.