From 864076436802cbd11f7fe29841cbb100265ebe0f Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 28 Mar 2018 09:59:37 -0300 Subject: [PATCH] [KEYCLOAK-7020] Social Providers should be listed in alphabetical order at the docs --- server_admin/topics.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server_admin/topics.adoc b/server_admin/topics.adoc index 8fede56e70e..7667883521b 100644 --- a/server_admin/topics.adoc +++ b/server_admin/topics.adoc @@ -64,15 +64,15 @@ include::topics/identity-broker/overview.adoc[] include::topics/identity-broker/default-provider.adoc[] include::topics/identity-broker/configuration.adoc[] include::topics/identity-broker/social-login.adoc[] -include::topics/identity-broker/social/google.adoc[] include::topics/identity-broker/social/facebook.adoc[] -include::topics/identity-broker/social/twitter.adoc[] include::topics/identity-broker/social/github.adoc[] +include::topics/identity-broker/social/google.adoc[] include::topics/identity-broker/social/linked-in.adoc[] include::topics/identity-broker/social/microsoft.adoc[] +include::topics/identity-broker/social/openshift.adoc[] include::topics/identity-broker/social/paypal.adoc[] include::topics/identity-broker/social/stack-overflow.adoc[] -include::topics/identity-broker/social/openshift.adoc[] +include::topics/identity-broker/social/twitter.adoc[] include::topics/identity-broker/oidc.adoc[] include::topics/identity-broker/saml.adoc[] include::topics/identity-broker/suggested.adoc[]