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
trackingID: 'G-XXXXXXXXXX',// Your GA4 Measurement ID
142
-
anonymizeIP: true,// Optional: Anonymizes the IP address of the sender
143
-
},
144
-
],
145
-
],
146
-
// algolia: {
147
-
// // The application ID provided by Algolia
148
-
// appId: 'YOUR_APP_ID',
149
140
150
-
// // Public API key: it is safe to commit it
151
-
// apiKey: 'YOUR_SEARCH_API_KEY',
141
+
algolia: {
142
+
// The application ID provided by Algolia
143
+
appId: 'L5VTR6TWVD',
144
+
145
+
// Public API key: it is safe to commit it
146
+
apiKey: 'bab16fbb5188c4b49fad968ebc643dd3',
152
147
153
-
// indexName: 'YOUR_INDEX_NAME',
148
+
indexName: 'flutterflow--82026',
154
149
155
-
// // Optional: see doc section below
156
-
// contextualSearch: true,
150
+
// Optional: see doc section below
151
+
contextualSearch: true,
157
152
158
-
// // 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.
// 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.
// // Optional: Replace parts of the item URLs from Algolia. Useful when using the same search index for multiple deployments using a different baseUrl. You can use regexp or string in the `from` param. For example: localhost:3000 vs myCompany.com/docs
162
-
// replaceSearchResultPathname: {
163
-
// from: '/docs/', // or as RegExp: /\/docs\//
164
-
// to: '/',
165
-
// },
156
+
// Optional: Replace parts of the item URLs from Algolia. Useful when using the same search index for multiple deployments using a different baseUrl. You can use regexp or string in the `from` param. For example: localhost:3000 vs myCompany.com/docs
157
+
replaceSearchResultPathname: {
158
+
from: '/docs/',// or as RegExp: /\/docs\//
159
+
to: '/',
160
+
},
166
161
167
-
// // Optional: Algolia search parameters
168
-
// searchParameters: {},
162
+
// Optional: Algolia search parameters
163
+
searchParameters: {},
169
164
170
-
// // Optional: path for search page that enabled by default (`false` to disable it)
171
-
// searchPagePath: 'search',
165
+
// Optional: path for search page that enabled by default (`false` to disable it)
166
+
searchPagePath: 'search',
172
167
173
-
// //... other Algolia params
174
-
// },
168
+
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
0 commit comments