diff --git a/docs/src/docs/asciidoc/getting-started.adoc b/docs/src/docs/asciidoc/getting-started.adoc index 8c527299..4ee0338e 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -101,22 +101,13 @@ the configuration are described below. <3> - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Documentation.java - - - - <4> org.asciidoctor asciidoctor-maven-plugin 1.5.2 generate-docs - prepare-package <6> + prepare-package <5> process-asciidoc @@ -124,7 +115,7 @@ the configuration are described below. html book - ${snippetsDirectory} <5> + ${snippetsDirectory} <4> @@ -137,12 +128,10 @@ the configuration are described below. REST Assured rather than MockMvc, add a dependency on `spring-restdocs-restassured` instead. <2> Configure a property to define the output location for generated snippets. -<3> Add the SureFire plugin and configure it to include files whose names end with - `Documentation.java`. -<4> Add the Asciidoctor plugin -<5> Define an attribute named `snippets` that can be used when including the generated +<3> Add the Asciidoctor plugin +<4> Define an attribute named `snippets` that can be used when including the generated snippets in your documentation. -<6> Using `prepare-package` allows the documentation to be +<5> Using `prepare-package` allows the documentation to be <>. [source,indent=0,subs="verbatim,attributes",role="secondary"]