This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new 61c1a45 ZOOKEEPER-3648: remove Hadoop logo in the ZooKeeper documentation
61c1a45 is described below
commit 61c1a45c9c9c464e8c8847fcd7ff08d1b310a376
Author: ravowlga123 <ravowlga@gmail.com>
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 <ravowlga@gmail.com>
Reviewers: Enrico Olivelli <eolivelli@apache.org>, Justin Ling Mao <maoling199210191@sina.com>
Closes #1179 from ravowlga123/ZOOKEEPER-3648
(cherry picked from commit 56f508f1828e4392caab1e50ed76b81b84a7357d)
Signed-off-by: Enrico Olivelli <enrico.olivelli@diennea.com>
---
.../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 fe26830..4a74203 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> > <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
|