Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ ui:
asciidoc:
extensions:
- '@asciidoctor/tabs'
- asciidoctor-kroki
attributes:
base-repo: https://github.com/stackabletech
plantuml-server-url: http://www.plantuml.com/plantuml
Expand Down
1 change: 1 addition & 0 deletions local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ ui:
asciidoc:
extensions:
- '@asciidoctor/tabs'
- asciidoctor-kroki
attributes:
base-repo: https://github.com/stackabletech
plantuml-server-url: http://www.plantuml.com/plantuml
Expand Down
1 change: 1 addition & 0 deletions only-dev-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ ui:
asciidoc:
extensions:
- '@asciidoctor/tabs'
- asciidoctor-kroki
attributes:
base-repo: https://github.com/stackabletech
plantuml-server-url: http://www.plantuml.com/plantuml
Expand Down
83 changes: 62 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"dependencies": {
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@asciidoctor/tabs": "^1.0.0-beta.6"
"@asciidoctor/tabs": "^1.0.0-beta.6",
"asciidoctor-kroki": "0.18.1"
},
"workspaces": [
"ui"
Expand Down
1 change: 1 addition & 0 deletions truly-local-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ ui:
asciidoc:
extensions:
- '@asciidoctor/tabs'
- asciidoctor-kroki
attributes:
base-repo: https://github.com/stackabletech
plantuml-server-url: http://www.plantuml.com/plantuml
Expand Down
Loading