@@ -387,25 +387,25 @@ const config: Config = {
387
387
theme : prismThemes . github ,
388
388
darkTheme : prismThemes . dracula ,
389
389
} ,
390
- algolia : {
391
- // https://docsearch.algolia.com/docs/docsearch-v3/
392
- appId : "KIDD7R4CL1" ,
393
- apiKey : "ca2ffc431941284609f2d50202fc5506" ,
394
- indexName : "xpackio" ,
395
-
396
- // It ensures that search results are relevant to the current
397
- // language and version. Enabled by default.
398
- contextualSearch : false , // true,
399
- // Optional: Replace parts of the item URLs from Algolia.
400
- // Useful when using the same search index for multiple deployments
401
- // using a different baseUrl. You can use regexp or string in the
402
- // `from` param. For example: localhost:3000 vs myCompany.com/docs
403
- // replaceSearchResultPathname: undefined,
404
- // Optional: Algolia search parameters
405
- searchParameters : { } ,
406
- // Optional: path for search page that enabled by default (`false` to disable it)
407
- searchPagePath : false , // 'search',
408
- } ,
390
+ // algolia: {
391
+ // // https://docsearch.algolia.com/docs/docsearch-v3/
392
+ // appId: "KIDD7R4CL1",
393
+ // apiKey: "ca2ffc431941284609f2d50202fc5506",
394
+ // indexName: "xpackio",
395
+
396
+ // // It ensures that search results are relevant to the current
397
+ // // language and version. Enabled by default.
398
+ // contextualSearch: false, // true,
399
+ // // Optional: Replace parts of the item URLs from Algolia.
400
+ // // Useful when using the same search index for multiple deployments
401
+ // // using a different baseUrl. You can use regexp or string in the
402
+ // // `from` param. For example: localhost:3000 vs myCompany.com/docs
403
+ // // replaceSearchResultPathname: undefined,
404
+ // // Optional: Algolia search parameters
405
+ // searchParameters: {},
406
+ // // Optional: path for search page that enabled by default (`false` to disable it)
407
+ // searchPagePath: false, // 'search',
408
+ // },
409
409
} satisfies Preset . ThemeConfig ,
410
410
411
411
customFields : customFields ,
0 commit comments