FrankChen021 commented on code in PR #19653: URL: https://github.com/apache/druid/pull/19653#discussion_r3536283882
########## docs/tutorials/tutorial-kafka.md: ########## @@ -1,6 +1,6 @@ --- id: tutorial-kafka -title: Load streaming data from Apache Kafka +title: Load streaming data from Apache Kafka® Review Comment: [P3] Avoid HTML entities in front matter metadata Docusaurus treats YAML front matter as metadata strings, not Markdown body content. Placing `®` in this `title` will be escaped/rendered as the literal text `®` in generated page metadata/title; the same pattern appears in the changed `description` fields for security overview, query caching, append data, and update data. Use the literal `®`, as the site config already does, or avoid entity markup in front matter. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
