Skip to content

Commit 451a3eb

Browse files
authored
Update docs to graduate parser-doxia-module to Beta (#962)
1 parent 138897c commit 451a3eb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/modules/site-integration/pages/converter-module-setup-and-configuration.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ First, all of your AsciiDoc-based files should be placed in [.path]_src/site/asc
4242
These files will be converted into the [.path]_target/site_ directory.
4343
For example, the file [.path]_src/site/asciidoc/usage.adoc_ will be converted into [.path]_target/site/usage.html_.
4444

45+
NOTE: Since `maven-site-plugin` v3.20.0, paths apply a default locale configuration.
46+
If locale is not set, sources must be places in [.path]_src/site/*en*/asciidoc/_.
47+
4548
Then, all resources (images, css, etc.) should be placed in [.path]_src/site/resources_.
4649
These will be automatically copied into [.path]_target/site_.
4750

docs/modules/site-integration/pages/parser-module-setup-and-configuration.adoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:doxia-module-name: asciidoctor-parser-doxia-module
33
:fluido-skin-url: https://maven.apache.org/skins/maven-fluido-skin/
44

5-
WARNING: This module is still considered experimental and early stages.
5+
WARNING: This module is considered in _Beta_, available for general use covering most AsciiDoc features.
66
Please, consider sharing feedback and reporting any issue you find, or improvement you consider to help us improve.
77

88
This module uses Asciidoctor to parse AsciiDoc source files and then uses a custom converter adapted to Maven Site styles.
@@ -44,6 +44,9 @@ First, all of your AsciiDoc-based files should be placed in [.path]_src/site/asc
4444
These files will be converted into the [.path]_target/site_ directory.
4545
For example, the file [.path]_src/site/asciidoc/usage.adoc_ will be converted into [.path]_target/site/usage.html_.
4646

47+
NOTE: Since `maven-site-plugin` v3.20.0, paths apply a default locale configuration.
48+
If locale is not set, sources must be places in [.path]_src/site/*en*/asciidoc/_.
49+
4750
Then, all resources (images, css, etc.) should be placed in [.path]_src/site/resources_.
4851
These will be automatically copied into [.path]_target/site_.
4952

0 commit comments

Comments
 (0)