summaryrefslogtreecommitdiff
path: root/docs/modules/api
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-04-09 14:46:35 -0600
committerSarah White <graphitefriction@gmail.com>2021-04-09 15:08:48 -0600
commit6080db7ba9634db66da19c7a9dbe921ce750f117 (patch)
treecf5c6305bfdce4ac6084f94e44e7f3bdfec02b9e /docs/modules/api
parent1bd47224bba189882bc8394aab448814c608c900 (diff)
carry edits to README over to docs
Diffstat (limited to 'docs/modules/api')
-rw-r--r--docs/modules/api/pages/index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/api/pages/index.adoc b/docs/modules/api/pages/index.adoc
index 1d6d0c6d..6510d907 100644
--- a/docs/modules/api/pages/index.adoc
+++ b/docs/modules/api/pages/index.adoc
@@ -7,7 +7,7 @@ doc-asciidoctorj is now url-asciidoctorj-docs but! that means I need to fix docr
////
In addition to its CLI, Asciidoctor provides a Ruby API.
-The API is intended for integration with other software projects and is suitable for server-side applications, such as Rails, Sinatra and GitHub.
+The API is intended for integration with other Ruby software, such as Rails, GitHub, and GitLab, as well as other languages, such as Java (via AsciidoctorJ) and JavaScript (via Asciidoctor.js).
Asciidoctor also has a Java API that mirrors the Ruby API.
The Java API calls through to the Ruby API using an embedded JRuby runtime.