From 538ceeee7a3a583f40e6f2ad236e2a7c47993ac6 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 29 Apr 2016 13:31:33 +0100 Subject: [PATCH] Make it obvious the docs are about Discovery --- docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc b/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc index 3c2f170..9521f42 100644 --- a/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc +++ b/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc @@ -5,11 +5,11 @@ include::intro.adoc[] The first time you use it the discovery client might be slow owing to the fact that it has to get an access token from Cloud Foundry. -== Quickstart +== Discovery include::quickstart.adoc[] -=== Single Sign On +== Single Sign On NOTE: All of the OAuth2 SSO and resource server features moved to Spring Boot in version 1.3. You can find documentation in the