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/10/07 19:16:17 UTC

[isis] 04/05: ISIS-2873: moves tutorials def in site.yml alongside demo, is all

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

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

commit f80575ddfb81084c6b311a46855b3e3585373111
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 7 20:02:58 2021 +0100

    ISIS-2873: moves tutorials def in site.yml alongside demo, is all
---
 antora/playbooks/site.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 387cbd8..f54f9f3 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -48,9 +48,6 @@ content:
     - url: .
       start_path: antora/components/userguide # userguide
       branches: HEAD
-    - url: .
-      start_path: antora/components/tutorials # tutorials
-      branches: HEAD
 
 # api
     - url: .
@@ -100,6 +97,9 @@ content:
       start_path: examples/demo/domain/src/main/adoc # docs
       branches: HEAD
     - url: .
+      start_path: antora/components/tutorials # tutorials
+      branches: HEAD
+    - url: .
       start_path: regressiontests/adoc # core
       branches: HEAD