Skip to content

Commit

Permalink
add search to website (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Co-authored-by: Marcin Krystianc <[email protected]>
  • Loading branch information
naskio and marcin-krystianc authored Oct 31, 2024
1 parent 18ba35f commit a51f209
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ const config = {
additionalLanguages: ['csharp', 'powershell', 'bash'],
},
metadata: [{name: 'twitter:card', content: 'summary'}],
algolia: {
appId: 'T4HSDGU54M',
apiKey: '82d2e06f459e8fbc1fdb908d6ccb367a',
indexName: 'consuldot',
},
}),
};

Expand Down

0 comments on commit a51f209

Please sign in to comment.