Skip to content

Commit 7e64be9

Browse files
committed
Fix various documentation problems
1 parent 2139851 commit 7e64be9

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

docs/src/main/asciidoc/doc-contribute-docs-howto.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Where:
9292

9393
.Example
9494

95-
[Attributes]
9695
|===
9796
|Name of original AsciiDoc source file |Name of target file to redirect to| Redirection file| Example pull request
9897

docs/src/main/asciidoc/infinispan-dev-services.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Quarkus supports a feature called Dev Services that allows you to create various
1212
If you have docker running and have not configured `quarkus.infinispan-client.hosts`,
1313
Quarkus will automatically start an Infinispan container when running tests or dev mode, and automatically configure the connection.
1414

15-
Available properties to customize the Infinispan DevService.
15+
The following properties are available to customize the Infinispan Dev Services:
1616

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

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

73-
[INFO]
73+
[NOTE]
7474
====
7575
Learn more about Cross Site Replication in the Infinispan Cross Site Replication link:https://infinispan.org/docs/stable/titles/xsite/xsite.html[documentation guide]
7676
and in the Infinispan Cross Site Replication

docs/src/main/asciidoc/security-authentication-mechanisms-concept.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The following table maps specific authentication requirements to a supported mec
2222

2323
.Authentication requirements and mechanisms
2424
[width=80%]
25-
[source, adoc]
2625
|===
2726
|Authentication requirement |Authentication mechanism
2827

docs/src/main/asciidoc/security-oidc-code-flow-authentication-tutorial.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ To authenticate to the application, type the following credentials when at the K
240240

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

243-
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.
243+
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.
244244

245245
== Summary
246246

0 commit comments

Comments
 (0)