Skip to content

Commit 0c788f5

Browse files
committed
Update version in antora.yml to 25.3.0
1 parent d74e091 commit 0c788f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

antora.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: home
2-
version: "nightly"
2+
version: "25.3"
33
title: Stackable Documentation
44
nav:
55
- modules/ROOT/nav1.adoc
@@ -14,15 +14,15 @@ nav:
1414
- modules/ROOT/nav3.adoc # this is for the extra bits at the end of the menu
1515
# The prerelease setting affects version sorting.
1616
# Set to 'true' for nightly and false otherwise.
17-
prerelease: true
17+
prerelease: false
1818
# The attributes below are specific to this component and version
1919
# https://docs.antora.org/antora/latest/component-attributes/#hard-set
2020
asciidoc:
2121
attributes:
2222
# Keep this version in line with the 'version' key above
2323
# The versions for the CRD docs are either 'nightly' or
2424
# a full major.minor.patch version like 23.7.1
25-
crd-docs-version: "nightly"
25+
crd-docs-version: "25.3.0"
2626
# Whether this version is already end of life.
2727
# If true, a banner will be displayed informing the user.
2828
end-of-life: false

0 commit comments

Comments
 (0)