diff --git a/docusaurus.config.js b/docusaurus.config.js index 2a40a7d..0439881 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,14 +11,6 @@ const config = { favicon: "img/favicon.ico", //themes: ["@docusaurus/theme-search-algolia"], - //themeConfig: { - // algolia: { - // appId: "", - // apiKey: "", - // indexName: "", - // contextualSearch: true, - // }, - //}, // Set the production url of your site here url: "https://docs.pls5618.com", @@ -136,9 +128,16 @@ const config = { copyright: `Copyright © ${new Date().getFullYear()} PLS 5618. Fait avec Docusaurus.`, }, prism: { + additionalLanguages: ["java"], theme: lightCodeTheme, darkTheme: darkCodeTheme, }, + // algolia: { + // appId: "", + // apiKey: "", + // indexName: "", + // contextualSearch: true, + // }, }), };