Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jan 18, 2023
1 parent e25be90 commit a127cc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ asciidoc:
plantuml-version: 1.2022.14
rackdiag-version: 3.0.0
seqdiag-version: 3.0.0
structurizr-version: 1.22.0
structurizr-version: 1.23.0
svgbob-version: 0.6.0
umlet-version: 14.3.0
vega-version: 5.22.1
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/setup/pages/manual-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Assumptions:

* [x] You've Linux experience.
* [x] You've installed Java 8 on your Linux machine.
* [x] You've installed Java 11 or greater on your Linux machine.
On this page, you'll learn:

Expand Down
15 changes: 1 addition & 14 deletions docs/modules/setup/pages/third-party-tools.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= Third Party Tools
:url-diagramit: https://diagramit.herokuapp.com/
:url-intellij-asciidoc-plugin: https://github.com/asciidoctor/asciidoctor-intellij-plugin/
:url-keenwrite: https://github.com/DaveJarvis/keenwrite/
:url-niolesk: https://niolesk.top/
Expand All @@ -20,18 +19,6 @@

A list of third party tools, developed by the community, that rely on Kroki.

== Diagram it

{url-diagramit}[A public service] that allows you to generate diagrams directly from a public source file.

[TIP]
====
You can use this service to generate diagrams from public URL. +
For instance: https://diagramit.herokuapp.com/v1/vega/generate?source=https://github.com/yuzutech/kroki/blob/main/tests/smoke/diagrams/bar-chart.vega
Here, we generate a Vega diagram from a public GitHub URL: https://github.com/yuzutech/kroki/blob/main/tests/smoke/diagrams/bar-chart.vega
====

== IntelliJ AsciiDoc Plugin

{url-intellij-asciidoc-plugin}[A plugin for the IntelliJ platform] (IntelliJ IDEA, RubyMine, etc.) that provides support for the AsciiDoc markup language.
Expand All @@ -52,7 +39,7 @@ Add any Kroki URL after `https://niolesk.top/#` and you'll be able to edit your
Here's an example: https://niolesk.top/#https://kroki.io/plantuml/svg/eNpTLMlIzU1VyM3MK6nk4nLKT9K1c8zJTE61UvBIzcnJVwQArksKZQ==
====

== VS-Code
== Visual Studio Code

The following {url-vscode}[Visual Studio Code] plugins support Kroki:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public SourceDecoder getSourceDecoder() {

@Override
public String getVersion() {
return "1.22.0";
return "1.23.0";
}

@Override
Expand Down

0 comments on commit a127cc2

Please sign in to comment.