Skip to content

Commit

Permalink
Fix syntax highlighting for all code examples in guides
Browse files Browse the repository at this point in the history
Fixes #12733
  • Loading branch information
knutwannheden committed Oct 15, 2020
1 parent 09b4982 commit e067e3b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To complete this guide, you need:

Let's create a new project that contains both the Kubernetes and Jib extensions:

[source,subs=attributes+]
[source,bash,subs=attributes+]
----
mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
-DprojectGroupId=org.acme \
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/funqy-amazon-lambda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ code to a native executable. Just make sure to rebuild your project with the `-

For Linux hosts execute:

[source,subs=attributes+]
[source,bash,subs=attributes+]
----
mvn package -Pnative
----
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kafka-streams.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Using the dev mode, you'll instantly see messages on the output topic(s) as prod
For the best development experience, we recommend applying the following configuration settings to your Kafka broker:
[source,subs=attributes+]
[source,properties,subs=attributes+]
----
group.min.session.timeout.ms=250
----
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/optaplanner.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ with the following extensions, for Maven or Gradle:
Alternatively, generate it from the command line with Maven:
[source,subs=attributes+]
[source,bash,subs=attributes+]
----
mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
-DprojectGroupId=org.acme \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The solution is located in the `security-keycloak-authorization-quickstart` {qui
First, we need a new project.
Create a new project with the following command:
[source,subs=attributes+]
[source,bash,subs=attributes+]
----
mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
-DprojectGroupId=org.acme \
Expand Down

0 comments on commit e067e3b

Please sign in to comment.