SemyonSinchenko opened a new issue, #586:
URL: https://github.com/apache/incubator-graphar/issues/586

   ### Describe the enhancement requested
   
   At the moment there is no highlighting of the syntax for scala and java in 
docs.
   
   According to 
[docs](https://docusaurus.io/docs/markdown-features/code-blocks#supported-languages)
 we need to add the following:
   ```ts
   export default {
     // ...
     themeConfig: {
       prism: {
         additionalLanguages: ['scala', 'java'],
       },
       // ...
     },
   };
   ```
   
   ### Component(s)
   
   Java, Spark, Documentation


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org
For additional commands, e-mail: commits-h...@graphar.apache.org

Reply via email to