Skip to content

Commit a678ef7

Browse files
committed
feat add end-of-life flag
1 parent e1c9e5e commit a678ef7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

antora.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ nav:
1111
- modules/contributor/nav.adoc
1212
- modules/ROOT/nav2.adoc
1313
prerelease: false
14+
asciidoc:
15+
attributes:
16+
# Whether this version is already end of life.
17+
# If true, a banner will be displayed informing the user.
18+
end-of-life: false
19+
# to make attributes accessible to the UI template, they need to
20+
# be prefixed with "page-"
21+
page-end-of-life: "{end-of-life}"

0 commit comments

Comments
 (0)