added algolia search (thanks)
This commit is contained in:
		| @@ -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, | ||||||
|       //  }, |       }, | ||||||
|     }), |     }), | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user