Skip to content

Commit

Permalink
Add algolia search
Browse files Browse the repository at this point in the history
Closes osism/issues#791

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 18, 2023
1 parent 533df9b commit 31a451c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
algolia: {
appId: 'DSAM4CQN3L',
apiKey: '82793e406d49011588827a3fd797ab2d',
indexName: 'osismio',
},
}),
};

Expand Down

0 comments on commit 31a451c

Please sign in to comment.