This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/main by this push:
     new 974ba96b929 minor updates to docs
974ba96b929 is described below

commit 974ba96b929f548aa5e117722616cef1f9f3e22b
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Oct 19 16:04:45 2025 +0100

    minor updates to docs
---
 .../comguide/modules/ROOT/pages/post-release-successful.adoc   | 10 ++++------
 antora/components/docs/modules/ROOT/pages/about.adoc           |  1 -
 antora/supplemental-ui/index.html                              |  2 +-
 3 files changed, 5 insertions(+), 8 deletions(-)

diff --git 
a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc 
b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
index 23eb87a5f59..9f9d016e11d 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -351,9 +351,7 @@ git commit -m "$CAUSEWAYJIRA: bumps antora.yml versions to 
$CAUSEWAYREL"
 +
 [source,bash,subs="attributes+"]
 ----
-pushd bom
-mvnd clean install -T1C -DskipTests -Dgithub
-popd
+mvnd clean install -DskipTests -Dgithub
 ----
 
 * build and link to the module tooling jar, as per 
xref:release-process-prereqs.adoc#doc-tooling[doc tooling prereqs] process
@@ -415,13 +413,13 @@ content:
   sources:
     - url: .
       start_path: antora/components/docs # docs
-      branches: [{page-causewayreleaseversion}]
+      branches: [..., {page-causewayreleaseversion}]  # <.>
       # ...
     - url: .
       start_path: viewers/wicket/adoc # vw
-      branches: [{page-causewayreleaseversion}]
+      branches: [..., {page-causewayreleaseversion}]  # <1>
 ----
-
+<.> comma-separated list of all branches to include.
 
 * check that the attributes are correct.
 +
diff --git a/antora/components/docs/modules/ROOT/pages/about.adoc 
b/antora/components/docs/modules/ROOT/pages/about.adoc
index d5557fcb1a3..7655c9d1ff1 100644
--- a/antora/components/docs/modules/ROOT/pages/about.adoc
+++ b/antora/components/docs/modules/ROOT/pages/about.adoc
@@ -89,7 +89,6 @@ _Viewers_
 _Persistence_
 
 * xref:pjpa:ROOT:about.adoc[JPA (EclipseLink)]
-* xref:querydsl:ROOT:about.adoc[QueryDSL]
 
 
 |
diff --git a/antora/supplemental-ui/index.html 
b/antora/supplemental-ui/index.html
index 231e835a12d..73bc6236023 100644
--- a/antora/supplemental-ui/index.html
+++ b/antora/supplemental-ui/index.html
@@ -627,7 +627,7 @@ <h4 class="cta-text" style="margin-top: 20px">Build 
Prereqs</h4>
     -it --platform linux/amd64 eclipse-temurin:21-jdk /bin/bash</pre>
                             </p>
                             <p class="cta-text text-left" 
style="margin-block-end: 0; ">
-                                and then within the container:<br/>
+                                within the container, install the prereqs and 
continue as above:<br/>
                             <pre id="docker-prereqs-text"  style="margin-top: 
5px">
 apt update && apt install -y curl zip unzip vim
 curl -s "https://get.sdkman.io"; | bash

Reply via email to