Skip to content

Commit

Permalink
add search configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Dec 18, 2024
1 parent d00e440 commit 0453014
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ export default {
darkTheme: darkCodeTheme,
additionalLanguages: ['gherkin', 'go', 'groovy', 'java', 'ruby', 'scala'],
},
algolia: {
appId: 'KKV75IPBYX',
apiKey: 'a705efaaffbb238f98333b0d13b05034',
indexName: 'cucumber',
contextualSearch: true,
searchParameters: {},
},
},
plugins: ['docusaurus-plugin-sass'],
customFields: {
Expand Down

0 comments on commit 0453014

Please sign in to comment.