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/12/18 07:52:43 UTC

[isis] 21/25: ISIS-2072: experiment, site-core.yml in root

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

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

commit 151096f21a94d798623d3a2f46c89260c31bb0a1
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Dec 16 17:13:27 2019 +0000

    ISIS-2072: experiment, site-core.yml in root
---
 site-core.yml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 73 insertions(+)

diff --git a/site-core.yml b/site-core.yml
new file mode 100644
index 0000000..3759e2a
--- /dev/null
+++ b/site-core.yml
@@ -0,0 +1,73 @@
+site:
+  title: Apache Isis
+  url: https://isis.apache.org/
+  start_page: toc:ROOT:about.adoc
+
+content:
+  sources:
+
+# antora
+    - url: .
+      start_path: antora/components/toc # toc
+      branches: HEAD
+
+    - url: .
+      start_path: antora/components/core # core
+      branches: HEAD
+
+# core
+    - url: .
+      start_path: core/codegen-bytebuddy/src/main/doc # core
+      branches: HEAD
+    - url: .
+      start_path: core/commons/src/main/doc # core
+      branches: HEAD
+    - url: .
+      start_path: core/detached-tests/src/main/doc # core
+      branches: HEAD
+    - url: .
+      start_path: core/metamodel/src/main/doc # core
+      branches: HEAD
+    - url: .
+      start_path: core/runtime/src/main/doc # core
+      branches: HEAD
+    - url: .
+      start_path: core/webboot-springboot/src/main/doc # core
+      branches: HEAD
+    - url: .
+      start_path: core/runtime-services/src/main/doc # core
+      branches: HEAD
+    - url: .
+      start_path: core/webapp/src/main/doc # core
+      branches: HEAD
+
+# examples
+    - url: .
+      start_path: examples/smoketests/src/main/doc # core
+      branches: HEAD
+
+ui:
+  bundle:
+    url: ../isis-antora/build/ui-bundle.zip
+#    url: https://github.com/apache/isis-antora/blob/master/build/ui-bundle.zip?raw=true
+    snapshot: true
+  supplemental_files: antora/supplemental-ui
+
+asciidoc:
+  extensions:
+    - asciidoctor-plantuml
+    - ./antora/lib/lorem
+    - ./antora/lib/jira-issue
+    - ./antora/lib/powershell
+  attributes:
+    experimental: ""
+    idprefix: ""
+    idseparator: "-"
+    plantuml-server-url: "http://www.plantuml.com/plantuml"
+    isiscurr: "2.0.0-M2"
+    isisnext: "2.0.0-M3"
+    isisnextafter: "2.0.0-M4"
+    :isisdevafter: "2.0.0-M4-SNAPSHOT"
+
+output:
+  dir: antora/target/site