From 428e4dcf36211f33ee5d1d3a639dd84f6630584c Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Wed, 16 Aug 2023 11:22:54 -0400 Subject: [PATCH] Remove manual list of guides Issue gh-1295 --- docs/modules/ROOT/pages/how-to.adoc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/modules/ROOT/pages/how-to.adoc b/docs/modules/ROOT/pages/how-to.adoc index 69b6167d..64c56ccd 100644 --- a/docs/modules/ROOT/pages/how-to.adoc +++ b/docs/modules/ROOT/pages/how-to.adoc @@ -2,13 +2,3 @@ [[how-to]] = How-to Guides :page-section-summary-toc: 1 - -[[how-to-overview]] -== List of Guides - -* xref:guides/how-to-pkce.adoc[Authenticate using a Single Page Application with PKCE] -* xref:guides/how-to-social-login.adoc[Authenticate using Social Login] -* xref:guides/how-to-ext-grant-type.adoc[Implement an Extension Authorization Grant Type] -* xref:guides/how-to-userinfo.adoc[Customize the OpenID Connect 1.0 UserInfo response] -* xref:guides/how-to-jpa.adoc[Implement core services with JPA] -* xref:guides/how-to-custom-claims-authorities.adoc[Add authorities as custom claims in JWT access tokens]