Skip to content

Commit

Permalink
feat: add algolia search functionality (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf authored Aug 2, 2024
1 parent 2f407ad commit e709c08
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 249 deletions.
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: 'bc32ca764f4327f836b2aabf20c05424',
indexName: 'devops',
appId: 'ZYPCM1MC1B', // 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/devops-repo-card.png',
navbar: {
title: 'DevOps',
Expand Down
Loading

0 comments on commit e709c08

Please sign in to comment.