diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 28cf1bf..a072e90 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -387,25 +387,25 @@ const config: Config = { theme: prismThemes.github, darkTheme: prismThemes.dracula, }, - algolia: { - // https://docsearch.algolia.com/docs/docsearch-v3/ - appId: "KIDD7R4CL1", - apiKey: "ca2ffc431941284609f2d50202fc5506", - indexName: "xpackio", - - // It ensures that search results are relevant to the current - // language and version. Enabled by default. - contextualSearch: false, // true, - // 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 - // replaceSearchResultPathname: undefined, - // Optional: Algolia search parameters - searchParameters: {}, - // Optional: path for search page that enabled by default (`false` to disable it) - searchPagePath: false, // 'search', - }, + // algolia: { + // // https://docsearch.algolia.com/docs/docsearch-v3/ + // appId: "KIDD7R4CL1", + // apiKey: "ca2ffc431941284609f2d50202fc5506", + // indexName: "xpackio", + + // // It ensures that search results are relevant to the current + // // language and version. Enabled by default. + // contextualSearch: false, // true, + // // 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 + // // replaceSearchResultPathname: undefined, + // // Optional: Algolia search parameters + // searchParameters: {}, + // // Optional: path for search page that enabled by default (`false` to disable it) + // searchPagePath: false, // 'search', + // }, } satisfies Preset.ThemeConfig, customFields: customFields,