Skip to content

Commit

Permalink
add algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinaPetr committed Nov 17, 2023
1 parent ee0f36a commit 61cb5a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ const config: Config = {
],

themeConfig: {
algolia: {
appId: '3UBUL6C1TL',
apiKey: 'c80ef08afbfdb5f44dd3812dd7f72242',
indexName: 'developers-ceramic',
},
navbar: {
title: 'Ceramic Documentation',
logo: {
Expand Down

0 comments on commit 61cb5a0

Please sign in to comment.