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

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

commit 246e6557e9b8d86375247d98fa6dd469bfffd769
Author: danhaywood <[email protected]>
AuthorDate: Fri Mar 22 10:45:05 2024 +0000

    CAUSEWAY-3666: updates playbooks
---
 antora/playbooks/site-comguide.yml        |  85 ---------
 antora/playbooks/site-conguide.yml        |  77 --------
 antora/playbooks/site-core.yml            | 102 ----------
 antora/playbooks/site-docs.yml            |  71 -------
 antora/playbooks/site-extensions.yml      | 133 -------------
 antora/playbooks/site-incubator.yml       |  86 ---------
 antora/playbooks/site-persistence.yml     |  85 ---------
 antora/playbooks/site-refguide.yml        |  88 ---------
 antora/playbooks/site-regressiontests.yml |  77 --------
 antora/playbooks/site-relnotes.yml        |  75 --------
 antora/playbooks/site-security.yml        | 118 ------------
 antora/playbooks/site-setupguide.yml      |  75 --------
 antora/playbooks/site-testing.yml         | 102 ----------
 antora/playbooks/site-tooling.yml         |  92 ---------
 antora/playbooks/site-tutorials.yml       |  84 --------
 antora/playbooks/site-userguide.yml       |  89 ---------
 antora/playbooks/site-valuetypes.yml      |  89 ---------
 antora/playbooks/site-vro.yml             |  83 --------
 antora/playbooks/site-vw.yml              |  89 ---------
 antora/playbooks/site.ALL.yml             | 308 ------------------------------
 antora/playbooks/site.NEXT.yml            | 155 +++++++--------
 antora/playbooks/site.yml                 |   7 +-
 22 files changed, 84 insertions(+), 2086 deletions(-)

diff --git a/antora/playbooks/site-comguide.yml 
b/antora/playbooks/site-comguide.yml
deleted file mode 100644
index 43e6d6a97f..0000000000
--- a/antora/playbooks/site-comguide.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-    - url: .
-      start_path: antora/components/comguide # comguide
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-# tooling
-    - url: .
-      start_path: tooling/adoc # toc
-      branches: HEAD
-    - url: .
-      start_path: tooling/cli/adoc # cli
-      branches: HEAD
-
-
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-conguide.yml 
b/antora/playbooks/site-conguide.yml
deleted file mode 100644
index 6f745a9cab..0000000000
--- a/antora/playbooks/site-conguide.yml
+++ /dev/null
@@ -1,77 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-    - url: .
-      start_path: antora/components/conguide # conguide
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-core.yml b/antora/playbooks/site-core.yml
deleted file mode 100644
index f091efac74..0000000000
--- a/antora/playbooks/site-core.yml
+++ /dev/null
@@ -1,102 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-# core
-    - url: .
-      start_path: core/adoc  # core (design docs)
-      branches: HEAD
-    - url: .
-      start_path: core/codegen-bytebuddy/src/main/adoc # core
-      branches: HEAD
-    - url: .
-      start_path: commons/src/main/adoc # core
-      branches: HEAD
-    - url: .
-      start_path: core/interaction/src/main/adoc # core
-      branches: HEAD
-    - url: .
-      start_path: core/internaltestsupport/src/main/adoc # core
-      branches: HEAD
-    - url: .
-      start_path: core/metamodel/src/main/adoc # core
-      branches: HEAD
-    - url: .
-      start_path: core/runtime/src/main/adoc # core
-      branches: HEAD
-    - url: .
-      start_path: core/runtimeservices/src/main/adoc # core
-      branches: HEAD
-    - url: .
-      start_path: core/transaction/src/main/adoc # core
-      branches: HEAD
-    - url: .
-      start_path: core/webapp/src/main/adoc # core
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-docs.yml b/antora/playbooks/site-docs.yml
deleted file mode 100644
index 7b28a91c6b..0000000000
--- a/antora/playbooks/site-docs.yml
+++ /dev/null
@@ -1,71 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-extensions.yml 
b/antora/playbooks/site-extensions.yml
deleted file mode 100644
index e762135df1..0000000000
--- a/antora/playbooks/site-extensions.yml
+++ /dev/null
@@ -1,133 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-
-# examples
-
-# extensions
-    - url: .
-      start_path: extensions/adoc # extensions
-      branches: HEAD
-
-    - url: .
-      start_path: extensions/core/commandlog/adoc # extensions
-      branches: HEAD
-    - url: .
-      start_path: extensions/core/docgen/adoc # extensions
-      branches: HEAD
-    - url: .
-      start_path: extensions/core/excel/adoc # extensions
-      branches: HEAD
-    - url: .
-      start_path: extensions/core/executionlog/adoc # extensions
-      branches: HEAD
-    - url: .
-      start_path: extensions/core/executionoutbox/adoc # extensions
-      branches: HEAD
-    - url: .
-      start_path: extensions/core/executionrepublisher/adoc # extensions
-      branches: HEAD
-    - url: .
-      start_path: extensions/core/flyway/adoc # userguide
-      branches: HEAD
-    - url: .
-      start_path: extensions/core/layoutloaders/adoc # userguide
-      branches: HEAD
-
-    - url: .
-      start_path: extensions/security/audittrail/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: extensions/security/secman/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: extensions/security/sessionlog/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches: HEAD
-
-    - url: .
-      start_path: extensions/vro/cors/adoc # vro
-      branches: HEAD
-
-    - url: .
-      start_path: extensions/vw/tabular/adoc # vw
-      branches: HEAD
-    - url: .
-      start_path: extensions/vw/fullcalendar/adoc # vw
-      branches: HEAD
-    - url: .
-      start_path: extensions/vw/pdfjs/adoc # vw
-      branches: HEAD
-    - url: .
-      start_path: extensions/vw/sse/adoc # extensions
-      branches: HEAD
-
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-incubator.yml 
b/antora/playbooks/site-incubator.yml
deleted file mode 100644
index 9daaf6e341..0000000000
--- a/antora/playbooks/site-incubator.yml
+++ /dev/null
@@ -1,86 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-
-# examples
-
-
-# incubator
-    - url: .
-      start_path: incubator/adoc # incubator
-      branches: HEAD
-    #- url: .
-    #  start_path: incubator/clients/kroviz/adoc # incubator
-    #  branches: HEAD
-    - url: .
-      start_path: incubator/extensions/core/commandreplay/adoc # incubator
-      branches: HEAD
-    - url: .
-      start_path: incubator/viewers/graphql/adoc # incubator
-      branches: HEAD
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-ui:
-  bundle:
-#    url: ../../causeway-antora/build/ui-bundle.zip
-    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-persistence.yml 
b/antora/playbooks/site-persistence.yml
deleted file mode 100644
index 9a392f8b73..0000000000
--- a/antora/playbooks/site-persistence.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-
-# core
-    - url: .
-      start_path: core/config/src/main/adoc # refguide
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# persistence
-    - url: .
-      start_path: persistence/jpa/adoc # pjpa
-      branches: HEAD
-    - url: .
-      start_path: persistence/jdo/adoc # pjdo
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-refguide.yml 
b/antora/playbooks/site-refguide.yml
deleted file mode 100644
index 325b489158..0000000000
--- a/antora/playbooks/site-refguide.yml
+++ /dev/null
@@ -1,88 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-    - url: .
-      start_path: antora/components/refguide # refguide
-      branches: HEAD
-    - url: .
-      start_path: antora/components/refguide-index # refguide
-      branches: HEAD
-
-# api
-    - url: .
-      start_path: api/schema/src/main/adoc # refguide
-      branches: HEAD
-
-# core
-    - url: .
-      start_path: core/config/src/main/adoc # refguide
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-regressiontests.yml 
b/antora/playbooks/site-regressiontests.yml
deleted file mode 100644
index a3f52f7600..0000000000
--- a/antora/playbooks/site-regressiontests.yml
+++ /dev/null
@@ -1,77 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# regression tests
-    - url: .
-      start_path: regressiontests/adoc # regressiontests
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-relnotes.yml 
b/antora/playbooks/site-relnotes.yml
deleted file mode 100644
index 9256514a2b..0000000000
--- a/antora/playbooks/site-relnotes.yml
+++ /dev/null
@@ -1,75 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-    - url: .
-      start_path: antora/components/relnotes # relnotes
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-security.yml 
b/antora/playbooks/site-security.yml
deleted file mode 100644
index f6f55814f5..0000000000
--- a/antora/playbooks/site-security.yml
+++ /dev/null
@@ -1,118 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-# core
-    - url: .
-      start_path: core/security/src/main/adoc # security
-      branches: HEAD
-
-# examples
-
-# extensions
-    - url: .
-      start_path: extensions/security/audittrail/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: extensions/security/secman/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: extensions/security/sessionlog/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: extensions/security/shiro-realm-ldap/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches: HEAD
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# security
-    - url: .
-      start_path: security/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: security/bypass/src/main/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: security/shiro/src/main/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: security/keycloak/src/main/adoc # security
-      branches: HEAD
-    - url: .
-      start_path: security/spring/src/main/adoc # security
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-# viewers
-    - url: .
-      start_path: viewers/restfulobjects/adoc # vro
-      branches: HEAD
-    - url: .
-      start_path: viewers/wicket/adoc # vw
-      branches: HEAD
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-setupguide.yml 
b/antora/playbooks/site-setupguide.yml
deleted file mode 100644
index d1a3c8fafb..0000000000
--- a/antora/playbooks/site-setupguide.yml
+++ /dev/null
@@ -1,75 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-    - url: .
-      start_path: antora/components/setupguide # setupguide
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-testing.yml 
b/antora/playbooks/site-testing.yml
deleted file mode 100644
index 6f78420d0d..0000000000
--- a/antora/playbooks/site-testing.yml
+++ /dev/null
@@ -1,102 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-# testing
-    - url: .
-      start_path: testing/adoc # testing
-      branches: HEAD
-    - url: .
-      start_path: testing/archtestsupport/adoc # testing
-      branches: HEAD
-    - url: .
-      start_path: testing/fakedata/adoc # testing
-      branches: HEAD
-    - url: .
-      start_path: testing/fixtures/adoc # testing
-      branches: HEAD
-    - url: .
-      start_path: testing/h2console/adoc # testing
-      branches: HEAD
-    - url: .
-      start_path: testing/hsqldbmgr/adoc # testing
-      branches: HEAD
-    - url: .
-      start_path: testing/integtestsupport/adoc # testing
-      branches: HEAD
-    - url: .
-      start_path: testing/specsupport/adoc # testing
-      branches: HEAD
-    - url: .
-      start_path: testing/unittestsupport/adoc # testing
-      branches: HEAD
-
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-tooling.yml 
b/antora/playbooks/site-tooling.yml
deleted file mode 100644
index 384f06584b..0000000000
--- a/antora/playbooks/site-tooling.yml
+++ /dev/null
@@ -1,92 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-    - url: .
-      start_path: antora/components/comguide # comguide
-      branches: HEAD
-    - url: .
-      start_path: antora/components/refguide-index # refguide
-      branches: HEAD
-
-# core
-    - url: .
-      start_path: core/adoc # core (design docs)
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-# tooling
-    - url: .
-      start_path: tooling/adoc # toc
-      branches: HEAD
-    - url: .
-      start_path: tooling/cli/adoc # cli
-      branches: HEAD
-
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-tutorials.yml 
b/antora/playbooks/site-tutorials.yml
deleted file mode 100644
index c97824b5be..0000000000
--- a/antora/playbooks/site-tutorials.yml
+++ /dev/null
@@ -1,84 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-    - url: .
-      start_path: antora/components/tutorials # tutorials
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-# tooling
-    - url: .
-      start_path: tooling/adoc # toc
-      branches: HEAD
-    - url: .
-      start_path: tooling/cli/adoc # cli
-      branches: HEAD
-
-
-
-
-ui:
-  bundle:
-#    url: ../../causeway-antora/build/ui-bundle.zip
-    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-userguide.yml 
b/antora/playbooks/site-userguide.yml
deleted file mode 100644
index 546c341abb..0000000000
--- a/antora/playbooks/site-userguide.yml
+++ /dev/null
@@ -1,89 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-    - url: .
-      start_path: antora/components/userguide # userguide
-      branches: HEAD
-
-# examples
-
-# extensions
-    - url: .
-      start_path: extensions/core/flyway/adoc # userguide
-      branches: HEAD
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-# tooling
-    - url: .
-      start_path: tooling/adoc # toc
-      branches: HEAD
-    - url: .
-      start_path: tooling/cli/adoc # cli
-      branches: HEAD
-
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-valuetypes.yml 
b/antora/playbooks/site-valuetypes.yml
deleted file mode 100644
index ce60548b4e..0000000000
--- a/antora/playbooks/site-valuetypes.yml
+++ /dev/null
@@ -1,89 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-
-# examples
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-# valuetypes
-    - url: .
-      start_path: valuetypes/adoc # valuetypes
-      branches: HEAD
-    - url: .
-      start_path: valuetypes/asciidoc/adoc # valuetypes
-      branches: HEAD
-    - url: .
-      start_path: valuetypes/jodatime/adoc # valuetypes
-      branches: HEAD
-    - url: .
-      start_path: valuetypes/markdown/adoc # valuetypes
-      branches: HEAD
-    - url: .
-      start_path: valuetypes/vega/adoc # valuetypes
-      branches: HEAD
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-vro.yml b/antora/playbooks/site-vro.yml
deleted file mode 100644
index 9abd9e3b85..0000000000
--- a/antora/playbooks/site-vro.yml
+++ /dev/null
@@ -1,83 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-
-# examples
-
-# extensions
-    - url: .
-      start_path: extensions/vro/cors/adoc # vro
-      branches: HEAD
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-# viewers
-    - url: .
-      start_path: viewers/restfulobjects/src/main/adoc # vro
-      branches: HEAD
-
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site-vw.yml b/antora/playbooks/site-vw.yml
deleted file mode 100644
index fc2d9ab150..0000000000
--- a/antora/playbooks/site-vw.yml
+++ /dev/null
@@ -1,89 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-
-# examples
-
-# extensions
-    - url: .
-      start_path: extensions/vw/tabular/adoc # vw
-      branches: HEAD
-    - url: .
-      start_path: extensions/vw/fullcalendar/adoc # vw
-      branches: HEAD
-    - url: .
-      start_path: extensions/vw/pdfjs/adoc # vw
-      branches: HEAD
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-# viewers
-    - url: .
-      start_path: viewers/wicket/src/main/adoc # vw
-      branches: HEAD
-
-
-
-ui:
-  bundle:
-    url: ../../causeway-antora/build/ui-bundle.zip
-#    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site.ALL.yml b/antora/playbooks/site.ALL.yml
deleted file mode 100644
index 32bfd7759f..0000000000
--- a/antora/playbooks/site.ALL.yml
+++ /dev/null
@@ -1,308 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-site:
-  title: causeway
-  url: https://causeway.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-urls:
-  latest_version_segment: latest
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: antora/components/comguide # comguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: antora/components/conguide # conguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: antora/components/relnotes # relnotes
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: antora/components/setupguide # setupguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: antora/components/refguide # refguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: antora/components/refguide-index # refguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: antora/components/userguide # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# api
-    - url: .
-      start_path: api/schema/src/main/adoc # refguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# core
-    - url: .
-      start_path: core/adoc  # core (design docs)
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/codegen-bytebuddy/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: commons/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/config/src/main/adoc # refguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/interaction/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/internaltestsupport/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/metamodel/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/runtime/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/runtimeservices/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/security/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/transaction/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: core/webapp/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# examples
-    - url: .
-      start_path: antora/components/tutorials # tutorials
-      branches:           [2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# extensions
-    - url: .
-      start_path: extensions/adoc # extensions
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-    - url: .
-      start_path: extensions/core/commandlog/adoc # userguide
-      branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/core/docgen/adoc # userguide
-      branches:                                                              
[2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/core/excel/adoc # userguide
-      branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/core/executionlog/adoc # userguide
-      branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/core/executionoutbox/adoc # userguide
-      branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/core/executionrepublisher/adoc # userguide
-      branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/core/flyway/adoc # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/core/layoutloaders/adoc # userguide
-      branches: [2.0.0-RC3]
-
-    - url: .
-      start_path: extensions/security/audittrail/adoc # security
-      branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/security/secman/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/security/sessionlog/adoc # security
-      branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches:                     [2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-    - url: .
-      start_path: extensions/vro/cors/adoc # vro
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-    - url: .
-      start_path: extensions/vw/tabular/adoc # vw
-      branches: [2.0.0-RC3]
-    - url: .
-      start_path: extensions/vw/fullcalendar/adoc # vw
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/vw/pdfjs/adoc # vw
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: extensions/vw/sse/adoc # vw
-      branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# incubator
-    - url: .
-      start_path: incubator/adoc # incubator
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-#   - url: .
-#     start_path: incubator/clients/kroviz/adoc # incubator
-#     branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-#   - url: .
-#     start_path: incubator/extensions/core/commandreplay/adoc # incubator
-#     branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: incubator/viewers/graphql/adoc # incubator
-      branches:                               [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # starters
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# persistence
-    - url: .
-      start_path: persistence/jpa/adoc # pjpa
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: persistence/jdo/adoc # pjdo
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# regression tests
-    - url: .
-      start_path: regressiontests/adoc # regressiontests
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# security
-    - url: .
-      start_path: security/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: security/bypass/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: security/shiro/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: security/keycloak/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: security/spring/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# starters
-    - url: .
-      start_path: starters/adoc # toc
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-
-# testing
-    - url: .
-      start_path: testing/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: testing/archtestsupport/adoc # testing
-      branches:                     [2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: testing/fakedata/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: testing/fixtures/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: testing/h2console/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: testing/hsqldbmgr/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: testing/integtestsupport/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: testing/specsupport/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: testing/unittestsupport/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# tooling
-    - url: .
-      start_path: tooling/adoc # toc
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: tooling/cli/adoc # cli
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-# valuetypes
-    - url: .
-      start_path: valuetypes/adoc # valuetypes
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: valuetypes/asciidoc/adoc # valuetypes
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: valuetypes/jodatime/adoc # valuetypes
-      branches: [2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: valuetypes/markdown/adoc # valuetypes
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: valuetypes/vega/adoc # valuetypes
-      branches: [2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 2.0.0-RC2, 2.0.0-RC3]
-
-# viewers
-    - url: .
-      start_path: viewers/restfulobjects/adoc # vro
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-    - url: .
-      start_path: viewers/wicket/adoc # vw
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9, 2.0.0-RC1, 
2.0.0-RC2, 2.0.0-RC3]
-
-
-ui:
-  bundle:
-#    url: ../../causeway-antora/build/ui-bundle.zip
-    url: 
https://github.com/apache/causeway-antora/blob/master/build/ui-bundle.zip?raw=true
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  # npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1 
asciidoctor-kroki
-  extensions:
-    - asciidoctor-kroki
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site.NEXT.yml b/antora/playbooks/site.NEXT.yml
index bf889e1114..b46cf05232 100644
--- a/antora/playbooks/site.NEXT.yml
+++ b/antora/playbooks/site.NEXT.yml
@@ -29,253 +29,256 @@ content:
 # antora
     - url: .
       start_path: antora/components/docs # docs
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: antora/components/comguide # comguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: antora/components/conguide # conguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: antora/components/relnotes # relnotes
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: antora/components/setupguide # setupguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: antora/components/refguide # refguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: antora/components/refguide-index # refguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: antora/components/userguide # userguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # api
     - url: .
       start_path: api/schema/src/main/adoc # refguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # core
     - url: .
       start_path: core/adoc  # core (design docs)
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/codegen-bytebuddy/src/main/adoc # core
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: commons/src/main/adoc # core
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/config/src/main/adoc # refguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/interaction/src/main/adoc # core
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/internaltestsupport/src/main/adoc # core
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/metamodel/src/main/adoc # core
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/runtime/src/main/adoc # core
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/runtimeservices/src/main/adoc # core
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/security/src/main/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/transaction/src/main/adoc # core
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: core/webapp/src/main/adoc # core
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # examples
     - url: .
       start_path: antora/components/tutorials # tutorials
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # extensions
     - url: .
       start_path: extensions/adoc # extensions
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
     - url: .
       start_path: extensions/core/commandlog/adoc # userguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/core/docgen/adoc # userguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/core/excel/adoc # userguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/core/executionlog/adoc # userguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/core/executionoutbox/adoc # userguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/core/executionrepublisher/adoc # userguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/core/flyway/adoc # userguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/core/layoutloaders/adoc # userguide
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
     - url: .
       start_path: extensions/security/audittrail/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/security/secman/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/security/sessionlog/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
     - url: .
       start_path: extensions/vro/cors/adoc # vro
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
     - url: .
       start_path: extensions/vw/tabular/adoc # vw
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/vw/fullcalendar/adoc # vw
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/vw/pdfjs/adoc # vw
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: extensions/vw/sse/adoc # vw
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # incubator
     - url: .
       start_path: incubator/adoc # incubator
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 #   - url: .
 #     start_path: incubator/clients/kroviz/adoc # incubator
-#     branches: [2.0.0-RC4]
+#     branches: [2.0.0, 3.0.0]
 #   - url: .
 #     start_path: incubator/extensions/core/commandreplay/adoc # incubator
-#     branches: [2.0.0-RC4]
-    - url: .
-      start_path: incubator/viewers/graphql/adoc # incubator
-      branches: [2.0.0-RC4]
+#     branches: [2.0.0, 3.0.0]
 
 # mavendeps
     - url: .
       start_path: mavendeps/adoc # starters
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # persistence
     - url: .
       start_path: persistence/jpa/adoc # pjpa
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: persistence/jdo/adoc # pjdo
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # regression tests
     - url: .
       start_path: regressiontests/adoc # regressiontests
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # security
     - url: .
       start_path: security/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: security/bypass/src/main/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
+    - url: .
+      start_path: security/simple/src/main/adoc # security
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: security/shiro/src/main/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: security/keycloak/src/main/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: security/spring/src/main/adoc # security
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # starters
     - url: .
       start_path: starters/adoc # toc
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 
 # testing
     - url: .
       start_path: testing/adoc # testing
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: testing/archtestsupport/adoc # testing
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: testing/fakedata/adoc # testing
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: testing/fixtures/adoc # testing
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: testing/h2console/adoc # testing
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: testing/hsqldbmgr/adoc # testing
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: testing/integtestsupport/adoc # testing
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: testing/specsupport/adoc # testing
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: testing/unittestsupport/adoc # testing
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # tooling
     - url: .
       start_path: tooling/adoc # toc
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: tooling/cli/adoc # cli
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # valuetypes
     - url: .
       start_path: valuetypes/adoc # valuetypes
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: valuetypes/asciidoc/adoc # valuetypes
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: valuetypes/jodatime/adoc # valuetypes
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: valuetypes/markdown/adoc # valuetypes
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: valuetypes/vega/adoc # valuetypes
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 # viewers
+    - url: .
+      start_path: viewers/graphql/adoc
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: viewers/restfulobjects/adoc # vro
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
     - url: .
       start_path: viewers/wicket/adoc # vw
-      branches: [2.0.0-RC4]
+      branches: [2.0.0, 3.0.0]
 
 
 ui:
@@ -301,8 +304,8 @@ asciidoc:
     kroki-default-options: interactive # only available for SVG
     kroki-fetch-diagram: true
     kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
+    page-causewayprev: "3.0.0"
+    page-causewayrel: "3.0.1"
 
 output:
   dir: antora/target/site
diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 7a42a70a7b..88f69e8a0b 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -196,6 +196,9 @@ content:
     - url: .
       start_path: security/bypass/src/main/adoc # security
       branches: HEAD
+    - url: .
+      start_path: security/simple/src/main/adoc # security
+      branches: HEAD
     - url: .
       start_path: security/shiro/src/main/adoc # security
       branches: HEAD
@@ -301,8 +304,8 @@ asciidoc:
     kroki-default-options: interactive # only available for SVG
     kroki-fetch-diagram: true
     kroki-server-url: https://kroki.io # (default)
-    page-causewayprev: "2.0.0-RC4"
-    page-causewayrel: "2.0.0"
+    page-causewayprev: "3.0.0"
+    page-causewayrel: "3.0.1"
 
 output:
   dir: antora/target/site

Reply via email to