diff --git a/docs/src/docs/asciidoc/getting-started.adoc b/docs/src/docs/asciidoc/getting-started.adoc index daed3a4f..8c0dba9d 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -82,7 +82,7 @@ the configuration are described below. generate-docs - package <6> + prepare-package <6> process-asciidoc @@ -108,9 +108,8 @@ the configuration are described below. <4> Add the Asciidoctor plugin <5> Define an attribute named `snippets` that can be used when including the generated snippets in your documentation. -<6> [[getting-started-build-configuration-maven-plugin-phase]] If you want to -<> in your -project's jar you should use the `prepare-package` phase. +<6> Using `prepare-package` allows the documentation to be + <>. [source,groovy,indent=0,subs="verbatim,attributes",role="secondary"] .Gradle