We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c9e5e commit a678ef7Copy full SHA for a678ef7
antora.yml
@@ -11,3 +11,11 @@ nav:
11
- modules/contributor/nav.adoc
12
- modules/ROOT/nav2.adoc
13
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