This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/website-fix in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit a00f9bc22e78f37612567978d8f7b9924dae6ba8 Author: Nicholas Nezis nanezis <[email protected]> AuthorDate: Wed Jun 24 17:40:08 2020 +0000 Updated Docusaurus config to ignore Javadocs CSS --- website2/website/siteConfig.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website2/website/siteConfig.js b/website2/website/siteConfig.js index e8fa9c9..54ca12b 100644 --- a/website2/website/siteConfig.js +++ b/website2/website/siteConfig.js @@ -107,6 +107,11 @@ const siteConfig = { theme: 'default', }, + separateCss: [ + `${baseUrl}public/api/java/stylesheet.css`, + `${baseUrl}static/api/stylesheet.css`, + ], + // Add custom scripts here that would be placed in <script> tags. scripts: [ 'https://buttons.github.io/buttons.js',
