You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2020/06/24 17:41:08 UTC

[incubator-heron] 01/01: Updated Docusaurus config to ignore Javadocs CSS

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 <na...@ip-10-113-78-254.evoforge.org>
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',