Skip to content

Commit

Permalink
Merge pull request #15197 from gsmet/fix-doc-issues
Browse files Browse the repository at this point in the history
Fix various doc issues
  • Loading branch information
gsmet authored Feb 19, 2021
2 parents 932200c + c8fe5be commit 3965c94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/gradle-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ app.

All the config options are shown below:

include::{generated-dir}/config/quarkus-live-reload-live-reload-config[opts=optional, leveloffset=+1]
include::{generated-dir}/config/quarkus-live-reload-live-reload-config.adoc[opts=optional, leveloffset=+1]

== Debugging

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/maven-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ rsync to sync to the remote application.

All the config options are shown below:

include::{generated-dir}/config/quarkus-live-reload-live-reload-config[opts=optional, leveloffset=+1]
include::{generated-dir}/config/quarkus-live-reload-live-reload-config.adoc[opts=optional, leveloffset=+1]

NOTE: It is recommended you use SSL when using remote dev mode, however even if you are using an unencrypted connection
your password is never sent directly over the wire. For the initial connection request the password is hashed with the
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/qute-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ public class MyBean {
<1> You can set a `Locale` instance or a locale tag string (IETF).


NOTE: When using <<quarkus-resteasy-qute,resteasy_integration>> the `locale` attribute is derived from the the `Accept-Language` header if not set by a user.
NOTE: When using <<resteasy_integration,quarkus-resteasy-qute>> the `locale` attribute is derived from the the `Accept-Language` header if not set by a user.

The `@Localized` qualifier can be used to inject a localized message bundle interface.

Expand Down

0 comments on commit 3965c94

Please sign in to comment.