Skip to content

Commit 33c25f8

Browse files
committed
docs: enable search
1 parent 7b2adea commit 33c25f8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

documentation/docusaurus.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ const config = {
4141
themeConfig:
4242
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
4343
({
44-
// algolia: {
45-
// appId: 'GKA17TPGZY',
46-
// // Public API key: it is safe to commit it
47-
// apiKey: '5251323a8662d33e1f8a15a3f5d603c2',
48-
// indexName: 'react-scroll-parallax',
49-
// contextualSearch: true,
50-
// externalUrlRegex: 'external\\.com|domain\\.com',
51-
// searchParameters: {},
52-
// },
44+
algolia: {
45+
appId: 'GKA17TPGZY',
46+
// Public API key: it is safe to commit it
47+
apiKey: '5251323a8662d33e1f8a15a3f5d603c2',
48+
indexName: 'react-scroll-parallax',
49+
contextualSearch: true,
50+
externalUrlRegex: 'external\\.com|domain\\.com',
51+
searchParameters: {},
52+
},
5353
navbar: {
5454
hideOnScroll: true,
5555
title: 'React Scroll Parallax',

0 commit comments

Comments
 (0)