Skip to content

Commit

Permalink
Merge pull request #48 from cloudnautique/main
Browse files Browse the repository at this point in the history
docs - add algolia config
  • Loading branch information
cloudnautique authored Feb 14, 2024
2 parents a54dd7e + 33311bc commit 0b03a31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
navbar: {

style: 'dark',
logo: {
alt: 'Acorn Logo',
Expand Down Expand Up @@ -106,6 +105,11 @@ const config = {
darkTheme: darkCodeTheme,
additionalLanguages: ['cue', 'docker'],
},
algolia: {
appId: 'H0MZLFQYNN',
apiKey: '05ebe9667b7fbc5770fb052ad945646e',
indexName: 'rubra',
}
}),
};

Expand Down

0 comments on commit 0b03a31

Please sign in to comment.