From 2b7ab393193c928f5646d6d7299fda2934a4df9f Mon Sep 17 00:00:00 2001 From: osaka-svg <73281219+osaka-svg@users.noreply.github.com> Date: Thu, 22 Oct 2020 18:58:05 +0900 Subject: [PATCH] Update building-my-first-extension.adoc --- docs/src/main/asciidoc/building-my-first-extension.adoc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/src/main/asciidoc/building-my-first-extension.adoc b/docs/src/main/asciidoc/building-my-first-extension.adoc index bbed6ea4b1ccf..2d4357b792efd 100644 --- a/docs/src/main/asciidoc/building-my-first-extension.adoc +++ b/docs/src/main/asciidoc/building-my-first-extension.adoc @@ -30,15 +30,6 @@ To complete this guide, you need: * JDK 1.8+ installed with `JAVA_HOME` configured appropriately * Apache Maven {maven-version} -== Solution - -We recommend that you follow the instructions in the next sections and create the extension step by step. -However, you can go right to the completed example. - -Clone the Git repository: `git clone {quickstarts-clone-url}`, or download an {quickstarts-archive-url}[archive]. - -The solution is located in the `getting-started-extension` {quickstarts-tree-url}/getting-started-extension[directory]. - == Basic Concepts First things first, we will need to start with some basic concepts.