Skip to content

Commit 070e743

Browse files
committed
Temporary change latest version message
1 parent 18933f9 commit 070e743

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ urls:
3737
latest_version_segment: ''
3838
redirect_facility: httpd
3939
ui:
40+
supplemental_files: ./supplemental-ui
4041
bundle:
4142
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.7/ui-bundle.zip
4243
snapshot: true
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{{#if (and page.latest (ne page.url page.latest.url))}}
2+
<div class="admonitionblock important latest">
3+
<table>
4+
<tbody><tr>
5+
<td class="icon">
6+
<i class="fa icon-important" title="Important"></i>
7+
</td>
8+
<td class="content">
9+
<div class="paragraph">
10+
<p>{{#if page.componentVersion.prerelease}}This version is still in development and is not considered stable yet.{{/if}} For the latest snapshot version, please use <a href="{{{relativize ./page.latest.url}}}">{{page.component.title}} {{page.latest.displayVersion}}</a>!</p>
11+
</div>
12+
</td>
13+
</tr></tbody>
14+
</table>
15+
</div>
16+
{{/if}}

0 commit comments

Comments
 (0)