You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/07/30 09:06:00 UTC

[isis] branch master updated: ISIS-3100: fixes antora config for SSE

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2589cac097 ISIS-3100: fixes antora config for SSE
2589cac097 is described below

commit 2589cac0979be99370fb736f5dff019271e5d882
Author: andi-huber <ah...@apache.org>
AuthorDate: Sat Jul 30 11:05:54 2022 +0200

    ISIS-3100: fixes antora config for SSE
---
 antora/playbooks/site-extensions.yml                     | 4 ++++
 antora/playbooks/site-valuetypes.yml                     | 4 ----
 extensions/sse/adoc/antora.yml                           | 2 +-
 extensions/sse/adoc/modules/sse/partials/module-nav.adoc | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/antora/playbooks/site-extensions.yml b/antora/playbooks/site-extensions.yml
index 540cfc447d..5188e7f880 100644
--- a/antora/playbooks/site-extensions.yml
+++ b/antora/playbooks/site-extensions.yml
@@ -90,6 +90,10 @@ content:
     - url: .
       start_path: extensions/vw/pdfjs/adoc # vw
       branches: HEAD
+    - url: .
+      start_path: extensions/sse/adoc # extensions
+      branches: HEAD
+      
 
 # mavendeps
     - url: .
diff --git a/antora/playbooks/site-valuetypes.yml b/antora/playbooks/site-valuetypes.yml
index acd171a1ba..8efa88aafc 100644
--- a/antora/playbooks/site-valuetypes.yml
+++ b/antora/playbooks/site-valuetypes.yml
@@ -52,10 +52,6 @@ content:
     - url: .
       start_path: valuetypes/markdown/adoc # valuetypes
       branches: HEAD
-    - url: .
-      start_path: valuetypes/sse/adoc # valuetypes
-      branches: HEAD
-
 
 
 ui:
diff --git a/extensions/sse/adoc/antora.yml b/extensions/sse/adoc/antora.yml
index 0f50856e63..f59b33f37e 100644
--- a/extensions/sse/adoc/antora.yml
+++ b/extensions/sse/adoc/antora.yml
@@ -15,5 +15,5 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-name: valuetypes
+name: extensions
 version: latest
diff --git a/extensions/sse/adoc/modules/sse/partials/module-nav.adoc b/extensions/sse/adoc/modules/sse/partials/module-nav.adoc
index 92cf8086a3..d296ffc554 100644
--- a/extensions/sse/adoc/modules/sse/partials/module-nav.adoc
+++ b/extensions/sse/adoc/modules/sse/partials/module-nav.adoc
@@ -1,5 +1,5 @@
 
 
 
-* xref:valuetypes:sse:about.adoc[SSE]
+* xref:extensions:sse:about.adoc[SSE]