Skip to content

Commit 41e95d7

Browse files
Fix Algolia application ID and API Key
Update credentials for Algolia
1 parent d47fbb7 commit 41e95d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/partials/layout.handlebars

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@
8484
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
8585
<script type="text/javascript">
8686
docsearch({
87-
apiKey: '2d54ec0583367835496f9b24eb99de62',
88-
indexName: 'akeneo-api',
87+
appId: 'USYFJKQ2TZ',
88+
apiKey: '0432ae035ca73de97c72534104efc0c5',
89+
indexName: 'akeneo_api_akeneo_com_main',
8990
inputSelector: '#algolia-search',
9091
debug: false // Set debug to true if you want to inspect the dropdown
9192
});

0 commit comments

Comments
 (0)