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

eolivelli pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.6 by this push:
     new 97b2f8c  ZOOKEEPER-3648: remove Hadoop logo in the ZooKeeper 
documentation
97b2f8c is described below

commit 97b2f8cb64061645e1d7b50bf8ad17ecba76a377
Author: ravowlga123 <[email protected]>
AuthorDate: Mon Dec 23 16:49:27 2019 +0100

    ZOOKEEPER-3648: remove Hadoop logo in the ZooKeeper documentation
    
    I have removed hadoop logo from header.html present in 
zookeeper-documentation and also the image hadoop-logo.jpg from images.
    
    Please do let me know if I have missed anything.
    
    Author: ravowlga123 <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Justin Ling Mao 
<[email protected]>
    
    Closes #1179 from ravowlga123/ZOOKEEPER-3648
    
    (cherry picked from commit 56f508f1828e4392caab1e50ed76b81b84a7357d)
    Signed-off-by: Enrico Olivelli <[email protected]>
---
 .../src/main/resources/markdown/html/header.html         |   3 ---
 .../src/main/resources/markdown/images/hadoop-logo.jpg   | Bin 9443 -> 0 bytes
 2 files changed, 3 deletions(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/html/header.html 
b/zookeeper-docs/src/main/resources/markdown/html/header.html
index ce82ece..ef07e99 100644
--- a/zookeeper-docs/src/main/resources/markdown/html/header.html
+++ b/zookeeper-docs/src/main/resources/markdown/html/header.html
@@ -19,9 +19,6 @@
         <a href="http://www.apache.org/";>Apache</a> &gt; <a 
href="http://zookeeper.apache.org/";>ZooKeeper</a>
     </div>
     <div class="header">
-        <div class="grouplogo">
-            <a href="http://hadoop.apache.org/";><img class="logoImage" 
alt="Hadoop" src="images/hadoop-logo.jpg" title="Apache Hadoop"></a>
-        </div>
         <div class="projectlogo">
             <a href="http://zookeeper.apache.org/";><img class="logoImage" 
alt="ZooKeeper" src="images/zookeeper_small.gif" title="ZooKeeper: distributed 
coordination"></a>
         </div>
diff --git a/zookeeper-docs/src/main/resources/markdown/images/hadoop-logo.jpg 
b/zookeeper-docs/src/main/resources/markdown/images/hadoop-logo.jpg
deleted file mode 100644
index 809525d..0000000
Binary files 
a/zookeeper-docs/src/main/resources/markdown/images/hadoop-logo.jpg and 
/dev/null differ

Reply via email to