Skip to content

Commit 424f542

Browse files
author
Noah Lee
authored
Enable algoria search engine (#23)
1 parent 9c37705 commit 424f542

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@ const config = {
147147
theme: lightCodeTheme,
148148
darkTheme: darkCodeTheme,
149149
},
150+
algolia: {
151+
appId: 'ZDLINYGROS',
152+
apiKey: 'd45b62469926927090c8af5e8b372f6e',
153+
indexName: 'gitploy',
154+
contextualSearch: true,
155+
// Optional: Algolia search parameters
156+
searchParameters: {},
157+
}
150158
}),
151159
};
152160

0 commit comments

Comments
 (0)