Skip to content

Commit f9584dc

Browse files
committed
chore: Update version in antora.yml to 26.7.0
1 parent 2bc0dcc commit f9584dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

antora.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: home
2-
version: "nightly"
2+
version: "26.7"
33
title: Stackable Documentation
44
nav:
55
- modules/ROOT/nav1.adoc
@@ -15,15 +15,15 @@ nav:
1515
- modules/ROOT/nav3.adoc # this is for the extra bits at the end of the menu
1616
# The prerelease setting affects version sorting.
1717
# Set to 'true' for nightly and false otherwise.
18-
prerelease: true
18+
prerelease: false
1919
# The attributes below are specific to this component and version
2020
# https://docs.antora.org/antora/latest/component-attributes/#hard-set
2121
asciidoc:
2222
attributes:
2323
# Keep this version in line with the 'version' key above
2424
# The versions for the CRD docs are either 'nightly' or
2525
# a full major.minor.patch version like 23.7.1
26-
crd-docs-version: "nightly"
26+
crd-docs-version: "26.7.0"
2727
# Whether this version is already end of life.
2828
# If true, a banner will be displayed informing the user.
2929
end-of-life: false
@@ -32,7 +32,7 @@ asciidoc:
3232
crd-ref: "https://hub.stackable.tech/crds"
3333
# Keep this in line with the 'version' key above: '?release=dev' on main,
3434
# '?release=<major.minor>' on release branches (the release script sets it).
35-
crd-ref-release: "?release=dev"
35+
crd-ref-release: "?release=26.7"
3636
# DEPRECATED: the old CRD browser attributes below are still used by the
3737
# operator docs; they migrate to crd-ref repo by repo (operator sweep).
3838
crd-docs-base-url: "https://crds.stackable.tech"

0 commit comments

Comments
 (0)