Skip to content

Commit e2ed793

Browse files
committed
chore: update api key and id
1 parent 32d709d commit e2ed793

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

documentation/docusaurus.config.js

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,13 @@ const config = {
4242
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
4343
({
4444
algolia: {
45-
// If Algolia did not provide you any appId, use 'BH4D9OD16A'
46-
appId: 'PI3J7PM083',
47-
45+
appId: 'GKA17TPGZY',
4846
// Public API key: it is safe to commit it
49-
apiKey: '6e7f760b010b86880a25aae88e288671',
50-
51-
indexName: 'react-scroll-parallax.damnthat.tv',
52-
53-
// Optional: see doc section below
47+
apiKey: '5251323a8662d33e1f8a15a3f5d603c2',
48+
indexName: 'react-scroll-parallax',
5449
contextualSearch: true,
55-
56-
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
5750
externalUrlRegex: 'external\\.com|domain\\.com',
58-
59-
// Optional: Algolia search parameters
6051
searchParameters: {},
61-
62-
//... other Algolia params
6352
},
6453
navbar: {
6554
hideOnScroll: true,

0 commit comments

Comments
 (0)