You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2021/11/10 00:58:23 UTC

[GitHub] [incubator-inlong-website] lizhwang opened a new pull request #182: Use black for code block background style

lizhwang opened a new pull request #182:
URL: https://github.com/apache/incubator-inlong-website/pull/182


   Fixes #<xyz>
   
   where *XYZ* should be replaced by the actual issue number.
   
   ### Motivation
   
   *Explain here the context, and why you're making that change. What is the problem you're trying to solve.*
   
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
     - *Added integration tests for end-to-end deployment with large payloads (10MB)*
     - *Extended integration test for recovery after broker failure*
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
     - If a feature is not applicable for documentation, explain why?
     - If a feature is not documented yet in this PR, please create a followup issue for adding the 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-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong-website] lizhwang edited a comment on pull request #182: Use black for code block background style

Posted by GitBox <gi...@apache.org>.
lizhwang edited a comment on pull request #182:
URL: https://github.com/apache/incubator-inlong-website/pull/182#issuecomment-964683656


   1764---Use black for code block background style


-- 
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-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong-website] dockerzhang merged pull request #182: [INLONG-1764] Use black for code block background style

Posted by GitBox <gi...@apache.org>.
dockerzhang merged pull request #182:
URL: https://github.com/apache/incubator-inlong-website/pull/182


   


-- 
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-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong-website] lizhwang commented on pull request #182: Use black for code block background style

Posted by GitBox <gi...@apache.org>.
lizhwang commented on pull request #182:
URL: https://github.com/apache/incubator-inlong-website/pull/182#issuecomment-964683656


   Use black for code block background style


-- 
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-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong-website] dockerzhang commented on a change in pull request #182: [INLONG-1764] Use black for code block background style

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on a change in pull request #182:
URL: https://github.com/apache/incubator-inlong-website/pull/182#discussion_r746179877



##########
File path: docusaurus.config.js
##########
@@ -183,7 +183,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
         </div>`,
       },
       prism: {
-        theme: lightCodeTheme,
+        // theme: lightCodeTheme,

Review comment:
       this annotation could be removed




-- 
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-unsubscribe@inlong.apache.org

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