Skip to content

Commit b58b491

Browse files
committed
NO-JIRA Improve pdf docs layout
1 parent d934dc6 commit b58b491

7 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% block body %}
2+
<div id="pdf-footer" style="margin-top: 20px; color: #aaa; padding-top: 10px;">
3+
<span style="float: right; margin-left: auto; margin-right: 2em;">{{ page.num }}</span>
4+
</div>
5+
{% endblock %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% block body %}
2+
<div id="pdf-header" style="margin-top: 20px; color: #aaa; padding-bottom: 10px;">
3+
<span style="float: left; margin-left: 2em; margin-right: auto;">{{ config.description }}</span>
4+
</div>
5+
{% endblock %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% block body %}
2+
<div id="pdf-footer" style="margin-top: 20px; color: #aaa; padding-top: 10px;">
3+
<span style="float: right; margin-left: auto; margin-right: 2em;">{{ page.num }}</span>
4+
</div>
5+
{% endblock %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% block body %}
2+
<div id="pdf-header" style="margin-top: 20px; color: #aaa; padding-bottom: 10px;">
3+
<span style="float: left; margin-left: 2em; margin-right: auto;">{{ config.description }}</span>
4+
</div>
5+
{% endblock %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% block body %}
2+
<div id="pdf-footer" style="margin-top: 20px; color: #aaa; padding-top: 10px;">
3+
<span style="float: right; margin-left: auto; margin-right: 2em;">{{ page.num }}</span>
4+
</div>
5+
{% endblock %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% block body %}
2+
<div id="pdf-header" style="margin-top: 20px; color: #aaa; padding-bottom: 10px;">
3+
<span style="float: left; margin-left: 2em; margin-right: auto;">{{ config.description }}</span>
4+
</div>
5+
{% endblock %}

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,6 +1678,7 @@
16781678
<exclude>etc/ide-settings/**</exclude>
16791679
<exclude>docs/**/*.json</exclude>
16801680
<exclude>docs/**/_book/</exclude>
1681+
<exclude>docs/**/_layouts/</exclude>
16811682
<exclude>**/target/</exclude>
16821683
<exclude>**/META-INF/services/*</exclude>
16831684
<exclude>**/META-INF/MANIFEST.MF</exclude>

0 commit comments

Comments
 (0)