added algolia search (thanks)

This commit is contained in:
Olivier Demers 2023-03-23 21:31:05 -04:00
parent 43d4cceaca
commit 42e4ba3e8b

View File

@ -10,8 +10,6 @@ const config = {
tagline: "Documentation PLS5618", tagline: "Documentation PLS5618",
favicon: "img/favicon.ico", favicon: "img/favicon.ico",
//themes: ["@docusaurus/theme-search-algolia"],
// Set the production url of your site here // Set the production url of your site here
url: "https://docs.pls5618.com", url: "https://docs.pls5618.com",
// Set the /<baseUrl>/ pathname under which your site is served // Set the /<baseUrl>/ pathname under which your site is served
@ -136,12 +134,12 @@ const config = {
theme: lightCodeTheme, theme: lightCodeTheme,
darkTheme: darkCodeTheme, darkTheme: darkCodeTheme,
}, },
// algolia: { algolia: {
// appId: "", appId: "FWL5E6J51N",
// apiKey: "", apiKey: "311ff1b7dfe8b50e47c8f1b58617356d",
// indexName: "", indexName: "pls5618",
// contextualSearch: true, contextualSearch: true,
// }, },
}), }),
}; };