Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 24, 2024
1 parent 9c73b9e commit a6cabdc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a6cabdc

Please sign in to comment.