Skip to content

Commit

Permalink
Adding Algolia search config.
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsaucepan committed Jun 6, 2024
1 parent 5b2abfb commit bc5499f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ const config = {

themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
{
algolia: {
appId: "7K3RMBBM3L",
apiKey: "9980d437c715b44d59f74141fa0a0161",
indexName: "turfjs",
},
// Replace with your project's social card
image: "img/docusaurus-social-card.jpg",
navbar: {
Expand Down Expand Up @@ -149,7 +154,7 @@ const config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
}),
},
};

export default config;

0 comments on commit bc5499f

Please sign in to comment.