FrankChen021 commented on code in PR #19653: URL: https://github.com/apache/druid/pull/19653#discussion_r3536421844
########## 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 titles This PR adds `®` to YAML front matter metadata. Docusaurus uses front matter title/description values as metadata strings rather than Markdown body content, so the entity can surface literally in page titles, search, or meta descriptions. The same pattern appears in several description fields; use a literal registered-symbol character or leave metadata text unmarked while keeping entities in Markdown body text. -- 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]
