From 509b332c2dd9afac696ee3c539ec58d593dabf21 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Wed, 19 Jul 2023 18:38:32 -0400 Subject: [PATCH] Update order of guides in nav.adoc --- docs/modules/ROOT/nav.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 4a8bcb6d..8b426764 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -5,9 +5,9 @@ * xref:core-model-components.adoc[] * xref:protocol-endpoints.adoc[] * xref:how-to.adoc[] -** xref:guides/how-to-ext-grant-type.adoc[] -** xref:guides/how-to-jpa.adoc[] ** xref:guides/how-to-pkce.adoc[] ** xref:guides/how-to-social-login.adoc[] +** xref:guides/how-to-ext-grant-type.adoc[] ** xref:guides/how-to-userinfo.adoc[] +** xref:guides/how-to-jpa.adoc[] ** xref:guides/how-to-custom-claims-authorities.adoc[]