Skip to content

Commit

Permalink
Add a column before a table column separator |
Browse files Browse the repository at this point in the history
Without the space, po4a, which is used to build localized quarkus.io
sites fails to parse the asciidoc.
  • Loading branch information
ynojima committed Apr 23, 2023
1 parent 00be8a9 commit 0beb6a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/doc-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Your titles and headings must also follow the specific guidance for the Quarkus
.Title guidance for different Quarkus content types
[cols="15%,25%a,30%,30%"]
|===
|Content type |Should ... |Good example|Bad example
|Content type |Should ... |Good example |Bad example

|Concept
|* Start with a noun that names the concept or topic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ For more information about OIDC authentication and authorization methods you can
[options="header"]
|====
|OIDC topic |Quarkus information resource
|Bearer token authentication mechanism|xref:security-oidc-bearer-authentication-concept.adoc[OIDC Bearer authentication]
|Authorization code flow authentication mechanism|xref:security-oidc-code-flow-authentication-concept.adoc[OpenID Connect (OIDC) authorization code flow mechanism]
|Multiple tenants that can support bearer token or authorization code flow mechanisms|xref:security-openid-connect-multitenancy.adoc[Using OpenID Connect (OIDC) multi-tenancy]
|Using Keycloak to centralize authorization|xref:security-keycloak-authorization.adoc[Using OpenID Connect (OIDC) and Keycloak to centralize authorization]
|Configuring Keycloak programmatically|xref:security-keycloak-admin-client.adoc[Using the Keycloak admin client]
|Bearer token authentication mechanism |xref:security-oidc-bearer-authentication-concept.adoc[OIDC Bearer authentication]
|Authorization code flow authentication mechanism |xref:security-oidc-code-flow-authentication-concept.adoc[OpenID Connect (OIDC) authorization code flow mechanism]
|Multiple tenants that can support bearer token or authorization code flow mechanisms |xref:security-openid-connect-multitenancy.adoc[Using OpenID Connect (OIDC) multi-tenancy]
|Using Keycloak to centralize authorization |xref:security-keycloak-authorization.adoc[Using OpenID Connect (OIDC) and Keycloak to centralize authorization]
|Configuring Keycloak programmatically |xref:security-keycloak-admin-client.adoc[Using the Keycloak admin client]
|====

[NOTE]
Expand Down

0 comments on commit 0beb6a9

Please sign in to comment.