You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/11 23:17:18 UTC

[felix-antora] 02/02: add kroki and antora-indexer extensions

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/felix-antora.git

commit bac2467bb0c329673d7f333255be246e199cae8f
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Sep 1 18:39:01 2020 -0700

    add kroki and antora-indexer extensions
---
 antora-playbook.yml | 6 ++++++
 package.json        | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/antora-playbook.yml b/antora-playbook.yml
index 7a868b6..63b3f08 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -5,6 +5,12 @@ content:
   sources:
   - url: ./../felix-site
 
+asciidoc:
+  attributes:
+    allow-uri-read: true
+  extensions:
+    - asciidoctor-kroki
+    - "@djencks/asciidoctor-antora-indexer"
 
 ui:
   bundle:
diff --git a/package.json b/package.json
index 0f46a3f..0cff57d 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,8 @@
   "devDependencies": {
     "@antora/cli": "^2.3.3",
     "@antora/site-generator-default": "^2.3.3",
-    "@felix/felix-antora-ui": "./../felix-antora-ui"
+    "@felix/felix-antora-ui": "./../felix-antora-ui",
+    "asciidoctor-kroki": "^0.9.2",
+    "@djencks/asciidoctor-antora-indexer": "^0.0.4"
   }
 }