diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-14 23:59:10 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-04-15 02:04:03 -0600 |
| commit | 22cef290d450e0b3b7f6fd04fdd213911f0078a5 (patch) | |
| tree | e9f82622aec0467c942298c2c73314894e3a99ec | |
| parent | 967e92c3394c76f7fb9665d1f05d5de20d4ccf2f (diff) | |
document Asciidoctor Kroki as optional dependency
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | docs/modules/ROOT/pages/install.adoc | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54715897..9a59da22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - os: windows-latest ruby: '3.1' asciidoctor-diagram-version: ~ - asciidoctor-kroki-version: '0.5.0' + asciidoctor-kroki-version: '0.8.0' # NOTE: enable once Asciidoctor 2.1.0 is released #- os: ubuntu-latest # ruby: '3.1' diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc index 6f297174..ad781536 100644 --- a/docs/modules/ROOT/pages/install.adoc +++ b/docs/modules/ROOT/pages/install.adoc @@ -155,6 +155,11 @@ _asciidoctor-diagram_ | 2.2.0 | Diagram blocks (must be required using `-r asciidoctor-diagram`) +| *Asciidoctor Kroki* + +_asciidoctor-kroki_ +| 0.8.0 +| Diagram blocks (must be required using `-r asciidoctor-kroki`) + | *Rouge* + _rouge_ | 2.0.0 |
