diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-09-25 02:17:52 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-09-25 02:17:52 -0600 |
| commit | a4ea9505aaf3e3a82137d1f232a84768a4bb7f48 (patch) | |
| tree | 44ce0f4f56f7c018102c327db0e0841ef1199558 /docs | |
| parent | 354a22ffdd753f4760cbfca4db96a4b77937b1ad (diff) | |
put the word Ruby in the link to the Ruby API
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/api/pages/index.adoc | 2 |
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. |
