Skip to content

Commit a7f8807

Browse files
authored
Integrate algolia search (#37)
- Fixes #28
2 parents 90fe133 + 8699069 commit a7f8807

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,18 @@ const config: Config = {
8585
colorMode: {
8686
respectPrefersColorScheme: true,
8787
},
88+
algolia: {
89+
// The application ID provided by Algolia
90+
appId: "ZUPRW4W38C",
91+
// Public API key: it is safe to commit it
92+
apiKey: "56c6b6e90be232bf250fa4280f9979d7",
93+
94+
indexName: "Handbooks Crawler",
95+
contextualSearch: true,
96+
searchPagePath: "search",
97+
insights: false,
98+
askAi: undefined,
99+
},
88100
navbar: {
89101
title: "GraphQL Handbooks",
90102
logo: {

0 commit comments

Comments
 (0)