GitHub user tamaashu opened a pull request:
https://github.com/apache/zookeeper/pull/643
ZOOKEEPER-3153: Create MarkDown files and build process for them
In this sub-task we have transformed the Forest XML documents into MarkDown
(.md) files and provided a (maven based) solution to create HTML documentation
from them.
PDF support is dropped since it is not really used and makes everything
overcomplicated.
The generated HTML content looks similar to the one generated from Forest
XMLs, but not identical with them.
Change-Id: Id35984eca5d37b9e3074eab939be5c9b4cc80257
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tamaashu/zookeeper ZOOKEEPER-3153
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/643.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 #643
----
commit 72d30441c4565434fc7870fb2e6fb2ee031184cb
Author: Tamas Penzes <tamaas@...>
Date: 2018-09-26T06:34:51Z
ZOOKEEPER-3153: Create MarkDown files and build process for them
In this sub-task we have transformed the Forest XML documents into MarkDown
(.md) files and provided a (maven based) solution to create HTML documentation
from them.
PDF support is dropped since it is not really used and makes everything
overcomplicated.
The generated HTML content looks similar to the one generated from Forest
XMLs, but not identical with them.
Change-Id: Id35984eca5d37b9e3074eab939be5c9b4cc80257
----
---