File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
docs/modules/plugin/pages/goals Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Build / Infrastructure::
20
20
* Upgrade Asciidoctorj to v2.5.4 and jRuby to v9.3.4.0 (#584)
21
21
* Upgrade Asciidoctorj to v2.5.5 (#591)
22
22
23
+ Documentation::
24
+
25
+ * Fix absolute path in usage example and AsciiDoc references in docs (https://github.com/MarkusTiede[@MarkusTiede])(#592)
26
+
23
27
== v2.2.2 (2022-01-30)
24
28
25
29
Bug Fixes::
Original file line number Diff line number Diff line change 2
2
= http: HTML live preview
3
3
:navtitle: http
4
4
5
- Converts Asciidoc documents and starts an embedded http server to access content from the generated output directory.
5
+ Converts AsciiDoc documents and starts an embedded http server to access content from the generated output directory.
6
6
7
7
Modified sources will be updated on change similarly to how the xref:goals/auto-refresh.adoc[auto-refresh goal] works.
8
8
While at the same time, HTML contents will be automatically refreshed on the web browser without need for manual steps.
Original file line number Diff line number Diff line change 2
2
= process-asciidoc: Converting documents
3
3
:navtitle: process-asciidoc
4
4
5
- Converts Asciidoc documents using {uri-asciidoctorj} [AsciidoctorJ].
5
+ Converts AsciiDoc documents using {uri-asciidoctorj} [AsciidoctorJ].
6
6
Additionally, the goal takes care of placing additional resources (eg. images) in the output path.
7
7
8
8
include::partial$breaking-changes-warning.adoc[]
You can’t perform that action at this time.
0 commit comments