Skip to content

Commit

Permalink
Fix the status is a couple extensions documentation pages
Browse files Browse the repository at this point in the history
Closes: quarkusio#37941
(cherry picked from commit 1366201)
  • Loading branch information
geoand authored and gsmet committed Jan 9, 2024
1 parent 08c3e9a commit 6d2b36e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/src/main/asciidoc/cache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ include::_attributes.adoc[]

In this guide, you will learn how to enable application data caching in any CDI managed bean of your Quarkus application.

include::{includes}/extension-status.adoc[]

== Prerequisites

include::{includes}/prerequisites.adoc[]
Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/asciidoc/security-oauth2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ This extension provides a light-weight support for using the opaque Bearer Token
If the OAuth2 Authentication server provides JWT Bearer Tokens, consider using either xref:security-oidc-bearer-token-authentication.adoc[OIDC Bearer token authentication] or xref:security-jwt.adoc[SmallRye JWT] extensions instead.
OpenID Connect extension has to be used if the Quarkus application needs to authenticate the users using OIDC Authorization Code Flow. For more information, see the xref:security-oidc-code-flow-authentication.adoc[OIDC code flow mechanism for protecting web applications] guide.

include::{includes}/extension-status.adoc[]

== Solution

We recommend that you follow the instructions in the next sections and create the application step by step.
Expand Down

0 comments on commit 6d2b36e

Please sign in to comment.