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

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2df4bb6  fix overenthusiastic search/replace
2df4bb6 is described below

commit 2df4bb6e22804ca87ce4b782fd5afbb9310f3e63
Author: David Jencks <[email protected]>
AuthorDate: Thu Oct 7 09:48:05 2021 -0700

    fix overenthusiastic search/replace
---
 antora-playbook.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/antora-playbook.yml b/antora-playbook.yml
index c43363d..c52c12e 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -38,7 +38,7 @@ content:
         - main
         - release-1.4.x
       start_path: docs
-      
+
     - url: https://github.com/apache/camel-k-runtime.git
       branches: main
       start_path: docs
@@ -95,7 +95,7 @@ asciidoc:
   extensions:
     - ./extensions/table.js
     - ./extensions/inline-styles.js
-    - "@apache/asciidoctor-antora-indexer"
+    - "@djencks/asciidoctor-antora-indexer"
 
 runtime:
   log:
@@ -104,4 +104,4 @@ runtime:
 
 pipeline:
   extensions:
-    - require: '@apache/asciidoctor-jsonpath'
+    - require: '@djencks/asciidoctor-jsonpath'

Reply via email to