You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/02/22 09:19:55 UTC

[isis] 04/05: ISIS-2444: changes also to system-overview location

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

danhaywood pushed a commit to branch ISIS-2444
in repository https://gitbox.apache.org/repos/asf/isis.git

commit a0ddcd8dabf7655138f9f253db6b94e487d3ff56
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Feb 22 09:02:19 2021 +0000

    ISIS-2444: changes also to system-overview location
---
 antora/components/refguide/modules/{generated => _overview}/nav.adoc  | 0
 .../pages/system-overview.adoc => _overview/pages/about.adoc}         | 0
 tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java  | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora/components/refguide/modules/generated/nav.adoc b/antora/components/refguide/modules/_overview/nav.adoc
similarity index 100%
rename from antora/components/refguide/modules/generated/nav.adoc
rename to antora/components/refguide/modules/_overview/nav.adoc
diff --git a/antora/components/refguide/modules/generated/pages/system-overview.adoc b/antora/components/refguide/modules/_overview/pages/about.adoc
similarity index 100%
rename from antora/components/refguide/modules/generated/pages/system-overview.adoc
rename to antora/components/refguide/modules/_overview/pages/about.adoc
diff --git a/tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java b/tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java
index e5827ab..08b8d37 100644
--- a/tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java
+++ b/tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java
@@ -55,7 +55,7 @@ public class CliConfig {
                         + "or implied. See the License for the specific language governing permissions and limitations under "
                         + "the License.";
 
-        private String documentPagesPath = "pages";
+        private String documentPagesPath = "modules/_overview/pages";
 
         // when 3 eg. skips first three parts of the package names 'org.apache.isis'
         private int namespacePartsSkipCount = 0;
@@ -82,7 +82,7 @@ public class CliConfig {
 
         @Data
         public static class Overview {
-            private String systemOverviewFilename = "system-overview.adoc";
+            private String systemOverviewFilename = "about.adoc";
 
             private String description = "These tables summarize all Maven artifacts available with this project.";
         }