Skip to content

Commit

Permalink
feat: add algolia search functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Aug 2, 2024
1 parent faf7bca commit 852d24c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
algolia: {
apiKey: '60c99b249d7feccb2a8e5b336a9b7070',
indexName: 'os',
appId: 'UE1UAJS39Y', // Ensure you have the correct App ID if using a multi-application setup
contextualSearch: true, // Optional: contextual search
// Optional: see doc section below
// searchParameters: {},
//... other algolia configuration
},
image: 'img/oswp-repo-card.png',
navbar: {
title: 'OSWP',
Expand Down

0 comments on commit 852d24c

Please sign in to comment.