Skip to content

Commit

Permalink
Merge pull request #31535 from gsmet/fix-doc-issues-2
Browse files Browse the repository at this point in the history
Fix various documentation problems
  • Loading branch information
gsmet authored Mar 2, 2023
2 parents fdfa89c + 7e64be9 commit f97a311
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/src/main/asciidoc/doc-contribute-docs-howto.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Where:

.Example

[Attributes]
|===
|Name of original AsciiDoc source file |Name of target file to redirect to| Redirection file| Example pull request

Expand Down
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/infinispan-dev-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Quarkus supports a feature called Dev Services that allows you to create various
If you have docker running and have not configured `quarkus.infinispan-client.hosts`,
Quarkus will automatically start an Infinispan container when running tests or dev mode, and automatically configure the connection.

Available properties to customize the Infinispan DevService.
The following properties are available to customize the Infinispan Dev Services:

include::{generated-dir}/config/quarkus-infinispan-client-config-group-dev-services-config.adoc[opts=optional, leveloffset=+1]
include::{generated-dir}/config/quarkus-infinispan-client-config-group-devservices-infinispan-dev-services-config.adoc[opts=optional, leveloffset=+1]

When running the production version of the application, the Infinispan connection need to be configured as normal,
so if you want to include a production database config in your `application.properties` and continue to use Dev Services
Expand Down Expand Up @@ -70,7 +70,7 @@ quarkus.infinispan-client.devservices.mcast-port=46666 <2>
<1> Provides a site name for your Infinispan cluster
<2> Eventually configure a mcastPort if you want to avoid creating a cluster with another container

[INFO]
[NOTE]
====
Learn more about Cross Site Replication in the Infinispan Cross Site Replication link:https://infinispan.org/docs/stable/titles/xsite/xsite.html[documentation guide]
and in the Infinispan Cross Site Replication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The following table maps specific authentication requirements to a supported mec

.Authentication requirements and mechanisms
[width=80%]
[source, adoc]
|===
|Authentication requirement |Authentication mechanism

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ To authenticate to the application, type the following credentials when at the K

After clicking the `Login` button, you are redirected back to the application.

For more information about writing the integration tests that depend on `Dev Services for Keycloak`, see the <<integration-testing-keycloak-devservices, Dev Services for Keycloak>> section.
For more information about writing the integration tests that depend on `Dev Services for Keycloak`, see the <<security-oidc-code-flow-authentication-concept.adoc#integration-testing-keycloak-devservices, Dev Services for Keycloak>> section.

== Summary

Expand Down

0 comments on commit f97a311

Please sign in to comment.