This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new ce86b32f3 Update latest to be 4.1 and add new patch versions
ce86b32f3 is described below
commit ce86b32f37bbded8324be20c1f307733c3a08263
Author: mck <[email protected]>
AuthorDate: Mon Aug 14 22:51:57 2023 +0200
Update latest to be 4.1 and add new patch versions
---
site-content/docker-entrypoint.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/site-content/docker-entrypoint.sh
b/site-content/docker-entrypoint.sh
index a2d450fd3..f0b12fa03 100755
--- a/site-content/docker-entrypoint.sh
+++ b/site-content/docker-entrypoint.sh
@@ -240,9 +240,9 @@ prepare_site_html_for_publication() {
then
log_message "INFO" "Moving versioned documentation HTML to content/doc"
# FIXME – we can't generate tags yet as in-tree doc/antora.yml doesn't
specify specifc tag versions, so just copy them for now (see same fixme in
Dockerfile)
- move_intree_document_directories "3.11" "3.11.11" "3.11.12" "3.11.13"
- move_intree_document_directories "4.0" "4.0.0" "4.0.1" "4.0.2" "4.0.3"
"4.0.4" "4.0.5" "stable"
- move_intree_document_directories "4.1" "4.1.0" "4.1.1" "4.1.2" "4.1.3"
+ move_intree_document_directories "3.11" "3.11.11" "3.11.12" "3.11.13"
"3.11.14" "3.11.15"
+ move_intree_document_directories "4.0" "4.0.0" "4.0.1" "4.0.2" "4.0.3"
"4.0.4" "4.0.5" "4.0.6" "4.0.7" "4.0.8" "4.0.9" "4.0.10" "4.0.11"
+ move_intree_document_directories "4.1" "4.1.0" "4.1.1" "4.1.2" "4.1.3"
"stable" "latest"
move_intree_document_directories "5.0" "5.0"
move_intree_document_directories "trunk" "5.1"
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]