Skip to content

Commit

Permalink
Add Algolia to documentation website for better search
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Jan 16, 2024
1 parent 45f892d commit c24389c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ const config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
appId: "NBR0FXJNGW",
apiKey: "8841b34192a28b2d06f04dd28d768017",
indexName: "khoj",
contextualSearch: false,
}
}),
};

Expand Down

0 comments on commit c24389c

Please sign in to comment.