mimaison commented on code in PR #17076:
URL: https://github.com/apache/kafka/pull/17076#discussion_r1753754828
##########
docs/quickstart.html:
##########
@@ -32,8 +32,8 @@ <h4 class="anchor-heading">
the latest Kafka release and extract it:
</p>
- <pre><code class="language-bash">$ tar -xzf
kafka_{{scalaVersion}}-{{fullDotVersion}}.tgz
-$ cd kafka_{{scalaVersion}}-{{fullDotVersion}}</code></pre>
+ <pre><code class="language-bash">tar -xzf
kafka_{{scalaVersion}}-{{fullDotVersion}}.tgz
Review Comment:
Why are we removing the `$` prompts? We use them everywhere in the
documentation. It's useful to distinguish the commands from their outputs.
--
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]