From cfbea8061d30395f918ef021a73de9e3256367c8 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 7 Sep 2016 17:59:28 +0200 Subject: [PATCH] Removed adoc footer --- 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 22d1464..08ed038 100644 --- a/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc +++ b/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc @@ -1,4 +1,5 @@ = Spring Cloud for Cloud Foundry +:nofooter: include::intro.adoc[] @@ -17,7 +18,7 @@ are configured, they default per the user's profile in Cloud Foundry. == 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 +in version 1.3. You can find documentation in the http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/[Spring Boot user guide]. This project provides automatic binding from CloudFoundry service @@ -27,4 +28,3 @@ service called "sso", for instance, with credentials containing automatically to the Spring OAuth2 client that you enable with `@EnableOAuth2Sso` (from Spring Boot). The name of the service can be parameterized using `spring.oauth2.sso.serviceId`. -