Skip to content

Commit

Permalink
feat: activate search
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Apr 5, 2024
1 parent ceecfc5 commit 461787a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
algolia: {
appId: '9XPGCL3JOD',
apiKey: '689e7400c3044e24b976ec47ed9379a8',
indexName: 'galoy',
contextualSearch: false, // only false works
}
}),

markdown: {
Expand Down

0 comments on commit 461787a

Please sign in to comment.