HBASE-13163 Add HBase version to header and footer of HTML and PDF docs
This commit is contained in:
parent
8449251fb6
commit
2e48e32dbd
3
pom.xml
3
pom.xml
|
@ -974,6 +974,9 @@
|
|||
<doctype>book</doctype>
|
||||
<imagesDir>images</imagesDir>
|
||||
<sourceHighlighter>coderay</sourceHighlighter>
|
||||
<attributes>
|
||||
<docVersion>${project.version}</docVersion>
|
||||
</attributes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
:Author: Apache HBase Team
|
||||
:Email: <hbase-dev@lists.apache.org>
|
||||
:doctype: book
|
||||
:Version: {docVersion}
|
||||
:revnumber: {docVersion}
|
||||
// Logo for PDF -- doesn't render in HTML
|
||||
:title-logo: hbase_logo_with_orca.png
|
||||
:numbered:
|
||||
|
|
Loading…
Reference in New Issue