GitHub user tamaashu opened a pull request:
https://github.com/apache/zookeeper/pull/692
ZOOKEEPER-3184: Use the same method to generate website as documentation
With this change we use the same method to generate the website as we do
for the documentation.
This way we would get rid of Jekyll and would not need to install anything
besides maven on the build machine(s).
Also replaced the page structure to be able to use BootStrap for CSS, where
I've got "strong inspiration" from the Apache HBase website.
Change-Id: I94f79298f9ce8f97510ee71c65f857eaa41d59ed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tamaashu/zookeeper ZOOKEEPER-3184
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/692.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #692
----
commit 71c8994e2dfcbf9d2c66f7c0e29b5da04e37a012
Author: Tamas Penzes <tamaas@...>
Date: 2018-11-08T12:43:36Z
ZOOKEEPER-3184: Use the same method to generate website as documentation
With this change we use the same method to generate the website as we do
for the documentation.
This way we would get rid of Jekyll and would not need to install anything
besides maven on the build machine(s).
Also replaced the page structure to be able to use BootStrap for CSS, where
I've got "strong inspiration" from the Apache HBase website.
Change-Id: I94f79298f9ce8f97510ee71c65f857eaa41d59ed
----
---