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