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 2019/09/17 22:57:55 UTC

[isis] 01/07: ISIS-2062: moves demo docs to demo source code.

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

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

commit 0641e233a29e2a76d2c8f116053ee66f17c6bc2a
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Sep 17 19:09:55 2019 +0100

    ISIS-2062: moves demo docs to demo source code.
    
    also changes module titles so that they are ordered better in LHS.
---
 antora/components/extensions/antora.yml                                 | 2 +-
 antora/components/rg/antora.yml                                         | 2 +-
 antora/components/ug/antora.yml                                         | 2 +-
 {antora/components/demoapp => examples/apps/demo/_adoc}/antora.yml      | 2 +-
 {antora/components/demoapp => examples/apps/demo/_adoc}/examples.csv    | 0
 .../demoapp => examples/apps/demo/_adoc}/modules/ROOT/_attributes.adoc  | 0
 .../demoapp => examples/apps/demo/_adoc}/modules/ROOT/nav.adoc          | 0
 .../apps/demo/_adoc}/modules/ROOT/pages/_attributes.adoc                | 0
 .../apps/demo/_adoc}/modules/ROOT/pages/_partials/_attributes.adoc      | 0
 .../demoapp => examples/apps/demo/_adoc}/modules/ROOT/pages/about.adoc  | 0
 .../components/demoapp => examples/apps/demo/_adoc}/sync_examples.sh    | 0
 examples/apps/helloworld/_adoc/antora.yml                               | 2 +-
 examples/apps/simpleapp/_adoc/antora.yml                                | 2 +-
 site.yml                                                                | 2 +-
 14 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/antora/components/extensions/antora.yml b/antora/components/extensions/antora.yml
index cab0db4..46631e3 100644
--- a/antora/components/extensions/antora.yml
+++ b/antora/components/extensions/antora.yml
@@ -1,5 +1,5 @@
 name: ext
-title: Extensions
+title: "Extensions"
 version: master
 start_page: ROOT:about.adoc
 nav:
diff --git a/antora/components/rg/antora.yml b/antora/components/rg/antora.yml
index 9980a97..69479bf 100644
--- a/antora/components/rg/antora.yml
+++ b/antora/components/rg/antora.yml
@@ -1,5 +1,5 @@
 name: rg
-title: Reference Guides
+title: "Guides - Reference Guides"
 version: master
 start_page: ROOT:about.adoc
 nav:
diff --git a/antora/components/ug/antora.yml b/antora/components/ug/antora.yml
index 11b0b9a..3aad7a3 100644
--- a/antora/components/ug/antora.yml
+++ b/antora/components/ug/antora.yml
@@ -1,5 +1,5 @@
 name: ug
-title: User Guides
+title: "Guides - User Guides"
 version: master
 start_page: ROOT:about.adoc
 nav:
diff --git a/antora/components/demoapp/antora.yml b/examples/apps/demo/_adoc/antora.yml
similarity index 75%
rename from antora/components/demoapp/antora.yml
rename to examples/apps/demo/_adoc/antora.yml
index 5768159..e39e66e 100644
--- a/antora/components/demoapp/antora.yml
+++ b/examples/apps/demo/_adoc/antora.yml
@@ -1,5 +1,5 @@
 name: demoapp
-title: Demo App
+title: "Example App - Demo"
 version: master
 start_page: ROOT:about.adoc
 nav:
diff --git a/antora/components/demoapp/examples.csv b/examples/apps/demo/_adoc/examples.csv
similarity index 100%
rename from antora/components/demoapp/examples.csv
rename to examples/apps/demo/_adoc/examples.csv
diff --git a/antora/components/demoapp/modules/ROOT/_attributes.adoc b/examples/apps/demo/_adoc/modules/ROOT/_attributes.adoc
similarity index 100%
rename from antora/components/demoapp/modules/ROOT/_attributes.adoc
rename to examples/apps/demo/_adoc/modules/ROOT/_attributes.adoc
diff --git a/antora/components/demoapp/modules/ROOT/nav.adoc b/examples/apps/demo/_adoc/modules/ROOT/nav.adoc
similarity index 100%
rename from antora/components/demoapp/modules/ROOT/nav.adoc
rename to examples/apps/demo/_adoc/modules/ROOT/nav.adoc
diff --git a/antora/components/demoapp/modules/ROOT/pages/_attributes.adoc b/examples/apps/demo/_adoc/modules/ROOT/pages/_attributes.adoc
similarity index 100%
rename from antora/components/demoapp/modules/ROOT/pages/_attributes.adoc
rename to examples/apps/demo/_adoc/modules/ROOT/pages/_attributes.adoc
diff --git a/antora/components/demoapp/modules/ROOT/pages/_partials/_attributes.adoc b/examples/apps/demo/_adoc/modules/ROOT/pages/_partials/_attributes.adoc
similarity index 100%
rename from antora/components/demoapp/modules/ROOT/pages/_partials/_attributes.adoc
rename to examples/apps/demo/_adoc/modules/ROOT/pages/_partials/_attributes.adoc
diff --git a/antora/components/demoapp/modules/ROOT/pages/about.adoc b/examples/apps/demo/_adoc/modules/ROOT/pages/about.adoc
similarity index 100%
rename from antora/components/demoapp/modules/ROOT/pages/about.adoc
rename to examples/apps/demo/_adoc/modules/ROOT/pages/about.adoc
diff --git a/antora/components/demoapp/sync_examples.sh b/examples/apps/demo/_adoc/sync_examples.sh
similarity index 100%
rename from antora/components/demoapp/sync_examples.sh
rename to examples/apps/demo/_adoc/sync_examples.sh
diff --git a/examples/apps/helloworld/_adoc/antora.yml b/examples/apps/helloworld/_adoc/antora.yml
index 987091d..0543740 100644
--- a/examples/apps/helloworld/_adoc/antora.yml
+++ b/examples/apps/helloworld/_adoc/antora.yml
@@ -1,5 +1,5 @@
 name: helloworld
-title: Helloworld Example App
+title: "Example App - Hello World"
 version: master
 start_page: ROOT:about.adoc
 nav:
diff --git a/examples/apps/simpleapp/_adoc/antora.yml b/examples/apps/simpleapp/_adoc/antora.yml
index 47410ad..ce97f9a 100644
--- a/examples/apps/simpleapp/_adoc/antora.yml
+++ b/examples/apps/simpleapp/_adoc/antora.yml
@@ -1,5 +1,5 @@
 name: simpleapp
-title: SimpleApp Example App
+title: "Example App - SimpleApp"
 version: master
 start_page: ROOT:about.adoc
 nav:
diff --git a/site.yml b/site.yml
index 8ec5fb3..024ce3f 100644
--- a/site.yml
+++ b/site.yml
@@ -22,7 +22,7 @@ content:
     start_path: antora/components/extensions
   - url: .
     branches: HEAD
-    start_path: antora/components/demoapp
+    start_path: examples/apps/demo/_adoc
   - url: .
     branches: HEAD
     start_path: antora/components/downloads