summaryrefslogtreecommitdiff
path: root/docs/modules/api/pages
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-09-25 02:17:52 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-09-25 02:17:52 -0600
commita4ea9505aaf3e3a82137d1f232a84768a4bb7f48 (patch)
tree44ce0f4f56f7c018102c327db0e0841ef1199558 /docs/modules/api/pages
parent354a22ffdd753f4760cbfca4db96a4b77937b1ad (diff)
put the word Ruby in the link to the Ruby API
Diffstat (limited to 'docs/modules/api/pages')
-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 6258f8f8..f9f956af 100644
--- a/docs/modules/api/pages/index.adoc
+++ b/docs/modules/api/pages/index.adoc
@@ -1,7 +1,7 @@
= Process AsciiDoc Using the API
:url-api: {url-api-gems}/asciidoctor/{release-version}
-Asciidoctor provides a Ruby {url-api}[API^] named `Asciidoctor` for parsing, analyzing, and converting AsciiDoc content.
+Asciidoctor provides a {url-api}[Ruby API^] named `Asciidoctor` for parsing, analyzing, and converting AsciiDoc content.
This API is intended for use in applications, scripts, integrations with other Ruby software, such as Rails, GitHub, and GitLab, and by other languages, such as Java (via xref:asciidoctorj::index.adoc[AsciidoctorJ]) and JavaScript (via xref:asciidoctor.js::index.adoc[Asciidoctor.js]).
This page examines the purpose of the API and how it can be used, shows how to get started with it, introduces its primary entry points, and links to where you can find more information to start putting it into practice.