guozhangwang commented on a change in pull request #282: URL: https://github.com/apache/kafka-site/pull/282#discussion_r465912196
########## File path: 25/documentation.html ########## @@ -31,7 +31,7 @@ <!--#include virtual="toc.html" --> </div> <div class="right"> - <!--#include virtual="../includes/_docs_banner.htm" --> Review comment: Ditto for other 25/xyx.html pages: does the same issue exist in older versions (24, 23...)? ########## File path: 25/streams/developer-guide/write-streams.html ########## @@ -90,22 +90,22 @@ <p class="last">See the section <a class="reference internal" href="datatypes.html#streams-developer-guide-serdes"><span class="std std-ref">Data Types and Serialization</span></a> for more information about Serializers/Deserializers.</p> </div> <p>Example <code class="docutils literal"><span class="pre">pom.xml</span></code> snippet when using Maven:</p> - <pre class="line-numbers"><code class="language-xml"><dependency> - <groupId>org.apache.kafka</groupId> - <artifactId>kafka-streams</artifactId> - <version>{{fullDotVersion}}</version> -</dependency> -<dependency> - <groupId>org.apache.kafka</groupId> - <artifactId>kafka-clients</artifactId> - <version>{{fullDotVersion}}</version> -</dependency> + <pre class="line-numbers"><code class="language-xml"><dependency> + <groupId>org.apache.kafka</groupId> Review comment: Should the `>` be replaced too? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org