Skip to content

Commit

Permalink
Fix duplicated content following the tabs work
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Mar 14, 2022
1 parent f0fd5f8 commit 9d4df84
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/src/main/asciidoc/config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ The solution is located in the `config-quickstart` {quickstarts-tree-url}/config

First, we need a new project. Create a new project with the following command:

[source,bash,subs=attributes+]
----
mvn io.quarkus.platform:quarkus-maven-plugin:{quarkus-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=config-quickstart \
-DclassName="org.acme.config.GreetingResource" \
-Dpath="/greeting"
cd config-quickstart
----
:create-app-artifact-id: org.acme
:create-app-extensions: config-quickstart
include::includes/devtools/create-app.adoc[]
Expand Down

0 comments on commit 9d4df84

Please sign in to comment.