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 cb0b538 commit f1c9779
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: 'T6JC4YE35L',
apiKey: '071b68301938ade2178101974f60c3ac',
indexName: 'webperf'
indexName: 'webperf',
searchParameters: {
facetFilters: ["version:v5"],
},
},
lastUpdatedText: 'Last Updated',
sidebar: [
Expand Down

0 comments on commit f1c9779

Please sign in to comment.