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 c5da366
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/src/main/asciidoc/config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,7 @@ 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
:create-app-artifact-id: config-quickstart
include::includes/devtools/create-app.adoc[]

It generates:
Expand Down

0 comments on commit c5da366

Please sign in to comment.