summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-07-03add example of extended syntax highlighter that processes an individual ↵Dan Allen
token value
2022-06-24update list of locale attributes in docsDan Allen
2022-06-12document how to write a custom converter that converts to text onlyDan Allen
2022-05-28Add SciTE to the list of text editors that support AsciiDoc (PR #4294)Georger Araújo
2022-05-10change ArchLinux to Arch Linux in docs [no ci]Dan Allen
2022-05-10add Arch Linux install step for the rouge gem (PR #4293)Alexandre ZANNI
2022-04-21clarify how the docinfodir value is resolved [skip ci]Dan Allen
2022-04-04change :templates_dir API option to :template_dirs (PR #4260)TJ Mazeika
2022-02-13add description to docs start pageDan Allen
2022-02-02add hosted git repositories to tooling pageDan Allen
2022-01-31remove outdated comments in docsDan Allen
2022-01-31rewrite intro for docinfo filesDan Allen
2022-01-25add description to AsciiDoc.py migration pageDan Allen
2022-01-23add release notes for the 2.0.17 release to the What's New pageDan Allen
2022-01-23add description to what's new pageDan Allen
2022-01-18Update web browser add-ons section to include Edge (PR #4243)Ted Bergeron
2022-01-18add description to features pageDan Allen
2022-01-09cite example for remapping a backend to a different converter in the docsDan Allen
2022-01-07resolves #4103 clarify that substitutions are not applied to the value of ↵Dan Allen
attributes defined via API or CLI
2022-01-07fix layout of API options tableDan Allen
2022-01-05clarify that Asciidoctor core may sometimes be referred to as Asciidoctor RubyDan Allen
2022-01-04document how to repurpose a man page with a different nameDan Allen
2022-01-04document how the secondary names are handled by the manpage converterDan Allen
2021-12-24fix documentation to state that mantitle and manvolnum can only be ↵Dan Allen
overridden using doctitle
2021-12-24minor change to avoid wrapping in example for custom syntax highlighterDan Allen
2021-12-24fix syntax highlighter example to fully support pygments-stylesheet attributeDan Allen
2021-12-23added example to docs of extending the pygments adapter to link to a custom ↵Robert Bennett
stylesheet
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-12-17rephrase opening sentence of docs [skip ci]Dan Allen
2021-11-28introduce installation via Ruby packaging in the docs [skip ci]Dan Allen
2021-11-11revise errors and warnings page for accuracyDan Allen
- add mention of debug level - highlight aliases for level labels - change fail to fatal
2021-11-11fix typo in docsDan Allen
2021-11-09add Catalog Assets page to navDan Allen
2021-11-09document how to catalog assets when using the API [skip ci]Dan Allen
2021-11-08document the security assumptions of the processor as they related to the ↵Dan Allen
safe mode [skip ci]
2021-11-08document how to enable and use the sourcemap [skip ci]Dan Allen
2021-11-08revise the docs for the :safe API option [skip ci]Dan Allen
2021-11-03add link to Kramdown AsciiDoc on the Markdown migration page [skip ci]Dan Allen
2021-11-01remove old load-templates.adoc page from nav for API [skip ci]Dan Allen
2021-10-29update the apidoc for the Document#write method [skip ci]Dan Allen
- document the parameters of Document#write - document that Document#write ensures the output has a trailing newline when the target responds to write - add a note docs that explains when the processor ensures the output has a trailing newline
2021-10-24clarify role of standalone option in creating a standalone or embedded ↵Dan Allen
document [skip ci]
2021-10-24remove redundant use of typically in docs [skip ci]Dan Allen
2021-10-23clarify the association between backend and converter and link to custom ↵Dan Allen
converter page [skip ci]
2021-10-20resolves #4191 add comparison example to API intro to help someone ↵Dan Allen
transitioning from the CLI
2021-10-18link to a real-world example of a docinfo file in a non-archived repository ↵Dan Allen
[skip ci]
2021-10-18rename default branchDan Allen
2021-10-18fix URLs in docsDan Allen
- replace default branch with HEAD where possible (or drop reference, if possible) - use readme anchor to link to README for project on GitHub - use jsdelivr to reference file from repository on GitHub - remove unused badges in README files - make badge for chat consistent across README files
2021-10-18add links between custom converter and converter template pagesDan Allen
2021-10-17add links from main converters page to page that lists available convertersDan Allen
2021-10-16document that converter templates can be shared with AsciidoctorJ, but not ↵Dan Allen
Asciidoctor.js, which has its own template converter