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:07 UTC

[incubator-heron] branch nicknezis/website-fix created (now a00f9bc)

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a change to branch nicknezis/website-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at a00f9bc  Updated Docusaurus config to ignore Javadocs CSS

This branch includes the following new commits:

     new a00f9bc  Updated Docusaurus config to ignore Javadocs CSS

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ni...@apache.org.
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',