Skip to content

Commit

Permalink
Add algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
kerem-acer committed Oct 22, 2024
1 parent 40199de commit e5a1177
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ const config: Config = {
],

themeConfig: {
algolia: {
appId: '0I029DQXAX',
apiKey: '0d6ced51c9a10c943bf0933463d4e2ce',
indexName: 'insurup',
contextualSearch: true
},
// Replace with your project's social card
// image: 'img/docusaurus-social-card.jpg',
navbar: {
Expand Down Expand Up @@ -104,7 +110,7 @@ const config: Config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
}
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit e5a1177

Please sign in to comment.