Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
add search with algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLangarica committed Mar 4, 2024
1 parent 8849453 commit 9f47164
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
image: 'img/logo-bd.png',

navbar: {
hideOnScroll: true,
style: 'dark',
Expand All @@ -87,14 +88,22 @@ const config = {
},
],
},

footer: {
style: 'light',
copyright: `Copyright © 2024 Black Dot. Built with Docusaurus.`,
},

prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},

algolia: {
appId: '6KWYVW3922',
apiKey: 'a3037adb2a4b69040cf1873f1b5e588d',
indexName: 'black-dot-2024io',
},
}),
};

Expand Down

0 comments on commit 9f47164

Please sign in to comment.