You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2019/04/13 22:47:54 UTC

[kafka] branch 1.0 updated: KAFKA-8212 DOCS (kafka) - Fix Maven artifacts table from cutting off text (#6576)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/1.0 by this push:
     new 9ed5e96  KAFKA-8212 DOCS (kafka) - Fix Maven artifacts table from cutting off text (#6576)
9ed5e96 is described below

commit 9ed5e96c9c5f5a5167ad8447d3703310b10d49bb
Author: Victoria Bialas <lo...@users.noreply.github.com>
AuthorDate: Sat Apr 13 15:43:51 2019 -0700

    KAFKA-8212 DOCS (kafka) - Fix Maven artifacts table from cutting off text (#6576)
    
    Reviewer: Matthias J. Sax <ma...@confluent.io>
---
 docs/streams/developer-guide/write-streams.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/developer-guide/write-streams.html b/docs/streams/developer-guide/write-streams.html
index 1e4213d..70bd7f5 100644
--- a/docs/streams/developer-guide/write-streams.html
+++ b/docs/streams/developer-guide/write-streams.html
@@ -52,7 +52,7 @@
           <span id="streams-developer-guide-maven"></span><h2>Libraries and Maven artifacts</h2>
           <p>This section lists the Kafka Streams related libraries that are available for writing your Kafka Streams applications.</p>
           <p>You can define dependencies on the following libraries for your Kafka Streams applications.</p>
-          <table border="1" class="non-scrolling-table docutils">
+          <table border="1" class="datatable">
               <colgroup>
                   <col width="14%" />
                   <col width="19%" />