Skip to content

Commit 696a6e7

Browse files
committed
feat: Add kroki plugin to support PlantUML diagrams
1 parent bfd47c8 commit 696a6e7

File tree

6 files changed

+68
-22
lines changed

6 files changed

+68
-22
lines changed

antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ ui:
265265
asciidoc:
266266
extensions:
267267
- '@asciidoctor/tabs'
268+
- asciidoctor-kroki
268269
attributes:
269270
base-repo: https://github.com/stackabletech
270271
plantuml-server-url: http://www.plantuml.com/plantuml

local-antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ ui:
250250
asciidoc:
251251
extensions:
252252
- '@asciidoctor/tabs'
253+
- asciidoctor-kroki
253254
attributes:
254255
base-repo: https://github.com/stackabletech
255256
plantuml-server-url: http://www.plantuml.com/plantuml

only-dev-antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ ui:
9797
asciidoc:
9898
extensions:
9999
- '@asciidoctor/tabs'
100+
- asciidoctor-kroki
100101
attributes:
101102
base-repo: https://github.com/stackabletech
102103
plantuml-server-url: http://www.plantuml.com/plantuml

package-lock.json

Lines changed: 62 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
},
77
"dependencies": {
88
"@antora/lunr-extension": "^1.0.0-alpha.8",
9-
"@asciidoctor/tabs": "^1.0.0-beta.6"
9+
"@asciidoctor/tabs": "^1.0.0-beta.6",
10+
"asciidoctor-kroki": "0.18.1"
1011
},
1112
"workspaces": [
1213
"ui"

truly-local-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ui:
6262
asciidoc:
6363
extensions:
6464
- '@asciidoctor/tabs'
65+
- asciidoctor-kroki
6566
attributes:
6667
base-repo: https://github.com/stackabletech
6768
plantuml-server-url: http://www.plantuml.com/plantuml

0 commit comments

Comments
 (0)