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 2020/01/29 16:12:45 UTC

[isis] 01/04: ISIS-2062: docs

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

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

commit 1e36e3dfaf1a437d083d0eaa95cacc4f48656a1b
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 29 14:48:41 2020 +0000

    ISIS-2062: docs
---
 antora/components/testing/modules/ROOT/pages/about.adoc       | 11 -----------
 .../components/testing/modules/ROOT/partials/module-nav.adoc  |  4 ----
 antora/playbooks/site-testing.yml                             |  6 +++---
 antora/playbooks/site.yml                                     |  6 +++---
 {antora/components/testing => testing/adoc}/antora.yml        |  0
 .../components/testing => testing/adoc}/modules/ROOT/nav.adoc |  0
 .../adoc/modules/ROOT/pages/about.adoc                        |  8 ++++++--
 .../adoc}/modules/ROOT/partials/component-nav.adoc            |  0
 testing/adoc/modules/ROOT/partials/module-nav.adoc            |  1 +
 9 files changed, 13 insertions(+), 23 deletions(-)

diff --git a/antora/components/testing/modules/ROOT/pages/about.adoc b/antora/components/testing/modules/ROOT/pages/about.adoc
deleted file mode 100644
index 5963dea..0000000
--- a/antora/components/testing/modules/ROOT/pages/about.adoc
+++ /dev/null
@@ -1,11 +0,0 @@
-= Testing
-
-If you are going to use Apache Isis for developing complex business-critical applications, then being able to write automated tests for those applications becomes massively important.
-As such Apache Isis treats the topic of testing very seriously.
-(Though we say it ourselves), the framework has support that goes way above what is provided by other application frameworks.
-
-This guide describes those features available to you for testing your Apache Isis application.
-
-
-
-
diff --git a/antora/components/testing/modules/ROOT/partials/module-nav.adoc b/antora/components/testing/modules/ROOT/partials/module-nav.adoc
deleted file mode 100644
index 9404048..0000000
--- a/antora/components/testing/modules/ROOT/partials/module-nav.adoc
+++ /dev/null
@@ -1,4 +0,0 @@
-* xref:testing:ROOT:about.adoc[About the Testing Guide]
-
-* xref:testing:ROOT:overview.adoc[Overview]
-
diff --git a/antora/playbooks/site-testing.yml b/antora/playbooks/site-testing.yml
index db860b4..62fd294 100644
--- a/antora/playbooks/site-testing.yml
+++ b/antora/playbooks/site-testing.yml
@@ -11,9 +11,6 @@ content:
       start_path: antora/components/toc # toc
       branches: HEAD
 
-    - url: .
-      start_path: antora/components/testing # testing
-      branches: HEAD
 
 # core
     - url: .
@@ -22,6 +19,9 @@ content:
 
 # testing
     - url: .
+      start_path: testing/adoc # testing
+      branches: HEAD
+    - url: .
       start_path: testing/fakedata/adoc # testing
       branches: HEAD
     - url: .
diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 5c49877..130870e 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -36,9 +36,6 @@ content:
       start_path: antora/components/subdomains # subdomains
       branches: HEAD
     - url: .
-      start_path: antora/components/testing # testing
-      branches: HEAD
-    - url: .
       start_path: antora/components/userguide # userguide
       branches: HEAD
     - url: .
@@ -218,6 +215,9 @@ content:
 
 # testing
     - url: .
+      start_path: testing/adoc # testing
+      branches: HEAD
+    - url: .
       start_path: testing/fakedata/adoc # testing
       branches: HEAD
     - url: .
diff --git a/antora/components/testing/antora.yml b/testing/adoc/antora.yml
similarity index 100%
rename from antora/components/testing/antora.yml
rename to testing/adoc/antora.yml
diff --git a/antora/components/testing/modules/ROOT/nav.adoc b/testing/adoc/modules/ROOT/nav.adoc
similarity index 100%
rename from antora/components/testing/modules/ROOT/nav.adoc
rename to testing/adoc/modules/ROOT/nav.adoc
diff --git a/antora/components/testing/modules/ROOT/pages/overview.adoc b/testing/adoc/modules/ROOT/pages/about.adoc
similarity index 91%
rename from antora/components/testing/modules/ROOT/pages/overview.adoc
rename to testing/adoc/modules/ROOT/pages/about.adoc
index dbbb643..5cb2174 100644
--- a/antora/components/testing/modules/ROOT/pages/overview.adoc
+++ b/testing/adoc/modules/ROOT/pages/about.adoc
@@ -1,5 +1,9 @@
-= Overview
-: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 [...]
+= Testing
+
+If you are using Apache Isis to develop complex business-critical applications, then being able to write automated tests for those applications is massively important.
+As such Apache Isis treats the topic of testing very seriously.
+
+This guide describes those features available to you for testing your Apache Isis application.
 
 
 == Unit tests vs Integ tests
diff --git a/antora/components/testing/modules/ROOT/partials/component-nav.adoc b/testing/adoc/modules/ROOT/partials/component-nav.adoc
similarity index 100%
rename from antora/components/testing/modules/ROOT/partials/component-nav.adoc
rename to testing/adoc/modules/ROOT/partials/component-nav.adoc
diff --git a/testing/adoc/modules/ROOT/partials/module-nav.adoc b/testing/adoc/modules/ROOT/partials/module-nav.adoc
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/testing/adoc/modules/ROOT/partials/module-nav.adoc
@@ -0,0 +1 @@
+