tisonkun commented on code in PR #187: URL: https://github.com/apache/pulsar-site/pull/187#discussion_r957941579
########## site2/website-next/docusaurus.config.js: ########## @@ -349,10 +349,17 @@ module.exports = { <p>Copyright © ${new Date().getFullYear()} The Apache Software Foundation. All Rights Reserved. Apache, Pulsar, Apache Pulsar, and the Apache feather logo are trademarks or registered trademarks of The Apache Software Foundation.</p>`, }, prism: { - // theme: lightCodeTheme, - // darkTheme: darkCodeTheme, theme: require("prism-react-renderer/themes/dracula"), - additionalLanguages: ["powershell", "java", "go", "c", "cpp", "python"], + additionalLanguages: [ + "csharp", + "groovy", + "java", + "ini", + "powershell", + "properties", + "protobuf", + "yaml", + ], Review Comment: @dave2wave this change should be in this repo. I pull in other changes so that reviewers can easily preview the final result. We carry changes under `docs` to the main repo to prevent regression by synching. -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org