diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 02cb17c1..204899d5 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -17,6 +17,7 @@ Documentation:: * Migrate docs (README) to Antora site and publish them in gh-pages (#498) * Remove ambiguity in usage of maven properties docs (#507) + * Add ID to 'attributes' description, to be able to generate direct url from other docs (#509) == v2.1.0 (2020-09-15) diff --git a/docs/modules/plugin/partials/process-asciidoc-mojo-parameters.adoc b/docs/modules/plugin/partials/process-asciidoc-mojo-parameters.adoc index 7938dc8e..a2ba72c8 100644 --- a/docs/modules/plugin/partials/process-asciidoc-mojo-parameters.adoc +++ b/docs/modules/plugin/partials/process-asciidoc-mojo-parameters.adoc @@ -78,7 +78,7 @@ templateCache:: enables the built-in cache used by the template converter when r Only relevant if the `:template_dirs` option is specified, defaults to `true`. sourcemap:: adds file and line number information to each parsed block (`lineno` and `source_location` attributes), defaults to `false` catalogAssets:: tells the parser to capture images and links in the reference table available via the `references` property on the document AST object (experimental), defaults to `false` -attributes:: a `Map` of Asciidoctor attributes to pass for conversion, defaults to `null`. +[[configuration-attributes]]attributes:: a `Map` of Asciidoctor attributes to pass for conversion, defaults to `null`. Refer to the http://asciidoctor.org/docs/user-manual/#attribute-catalog[catalog of document attributes] in the Asciidoctor user manual for a complete list. + [source,xml]