Skip to content

Commit

Permalink
docs: add algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
acrazing committed Oct 23, 2024
1 parent 4007a3f commit 2795c71
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { themes as prismThemes } from 'prism-react-renderer';

const config: Config = {
title: 'Amos',
tagline: 'A decentralized, data-driven, all-in-one state management solution for large-scale applications.',
tagline:
'A decentralized, data-driven, all-in-one state management solution for large-scale applications.',
favicon: 'img/amos.ico',

// Set the production url of your site here
Expand Down Expand Up @@ -102,6 +103,11 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
appId: 'ZY0PEBSY83',
apiKey: 'ad9a8bee80a6f07ea33038e023435924',
indexName: 'amos-projectio',
},
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit 2795c71

Please sign in to comment.