This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-RC1-RC1 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 21452683c0a4eefad4dde19338d8c380a108fd4c Author: danhaywood <[email protected]> AuthorDate: Wed Mar 22 09:27:16 2023 +0000 CAUSEWWAY-3255 : minor improvements to the website --- .../modules/ROOT/pages/building-apache-causeway.adoc | 2 +- .../docs/modules/ROOT/pages/landing-page/components.adoc | 9 +++++---- .../docs/modules/ROOT/pages/landing-page/guides.adoc | 16 +++++++++++----- antora/supplemental-ui/index.html | 1 - 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/antora/components/conguide/modules/ROOT/pages/building-apache-causeway.adoc b/antora/components/conguide/modules/ROOT/pages/building-apache-causeway.adoc index 35a3189487..03f4251cf4 100644 --- a/antora/components/conguide/modules/ROOT/pages/building-apache-causeway.adoc +++ b/antora/components/conguide/modules/ROOT/pages/building-apache-causeway.adoc @@ -4,7 +4,7 @@ :Notice: 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 ag [...] :page-partial: -== TL'DR +== TL;DR From the root project root run: diff --git a/antora/components/docs/modules/ROOT/pages/landing-page/components.adoc b/antora/components/docs/modules/ROOT/pages/landing-page/components.adoc index f7a819b5dc..88ddebea54 100644 --- a/antora/components/docs/modules/ROOT/pages/landing-page/components.adoc +++ b/antora/components/docs/modules/ROOT/pages/landing-page/components.adoc @@ -8,6 +8,11 @@ This page provides user/config guides for each of the main components of the fra Also, the xref:core:_overview:about.adoc[System Overview] maps these components back to the corresponding Maven modules (and their respective dependencies). +== Security + +The xref:security:ROOT:about.adoc[Security Guide] describes the security architecture and explains how to configure each of the various security components that integrate with Apache Causeway. + + == Viewers The framework provides two viewers that will automatically render the domain objects in your application into the presentation layer: @@ -37,8 +42,4 @@ for use with the JDO API. Alternatively, you can "roll your own" (by implementing the xref:refguide:applib:index/ViewModel.adoc[ViewModel] interface) and persist with any data persistence technology that is supported by Spring Boot. -== Security - -The xref:security:ROOT:about.adoc[Security Guide] describes how to configure each of the various security implementations that integrate with Apache Causeway. - diff --git a/antora/components/docs/modules/ROOT/pages/landing-page/guides.adoc b/antora/components/docs/modules/ROOT/pages/landing-page/guides.adoc index f51f0ddf35..14ec8ceb4c 100644 --- a/antora/components/docs/modules/ROOT/pages/landing-page/guides.adoc +++ b/antora/components/docs/modules/ROOT/pages/landing-page/guides.adoc @@ -10,7 +10,6 @@ The following guide helps you setup your development environment so you can quic * xref:setupguide:ROOT:about.adoc[Setup Guide] - == Core The core guides describe how to write domain applications: @@ -30,8 +29,15 @@ How to write unit tests, integration tests and BDD (Cucumber) tests, and how to == Security -In addition: +The xref:security:ROOT:about.adoc[Security Guide] describes the security architecture and explains how to configure each of the various security components that integrate with Apache Causeway. + + +== Value Types + +The xref:valuetypes::about.adoc[] guide catalogs a number of rich value types that you can use in your application. + + +== Contributing + +If you would like to start contributing back to the framework's development, then the xref:conguide::about.adoc[] explains how to compile the framework and how to use git to commit changes and raise PRs. -* *xref:security:ROOT:about.adoc[Security Guide]* -+ -Describes how to configure each of the various security implementations that integrate with Apache Causeway. diff --git a/antora/supplemental-ui/index.html b/antora/supplemental-ui/index.html index 1caedc266e..0f8cfabb33 100644 --- a/antora/supplemental-ui/index.html +++ b/antora/supplemental-ui/index.html @@ -114,7 +114,6 @@ <li><a href="docs/latest/about.html">Table of Contents</a></li> <li><hr/></li> <li><a href="docs/latest/landing-page/guides.html">Guides</a></li> - <li><a href="valuetypes/latest/about.html">Value Types</a></li> <li><a href="docs/latest/landing-page/components.html">Components</a></li> <li><a href="extensions/latest/about.html">Extensions</a></li> </ul>
