You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Note: type annotations allow type checking and IDEs autocompletion
3
5
@@ -67,6 +69,29 @@ const config = {
67
69
textColor: '#fff',
68
70
isCloseable: false,
69
71
},
72
+
algolia: {
73
+
// The application ID provided by Algolia
74
+
appId: 'CQB0RZ7E1F',
75
+
76
+
// Public API key: it is safe to commit it
77
+
apiKey: '97b68f94056a6d6fad56df43bf178866',
78
+
79
+
indexName: 'react-tooltip',
80
+
81
+
// Optional: see doc section below
82
+
contextualSearch: true,
83
+
84
+
// 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.
0 commit comments