From 2503537e36039b0bd31102c1b52787441a46b2da Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 11 Aug 2015 23:09:36 -0500 Subject: [PATCH] Fix reference indentation for REST subsections Fixes gh-262 --- docs/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 6970573..a8ccb8f 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -186,7 +186,7 @@ Spring Session can work with RESTful APIs by allowing the session to be provided NOTE: The <> provides a working sample on how to use Spring Session in a REST application to support authenticating with a header. You can follow the basic steps for integration below, but you are encouraged to follow along with the detailed REST Guide when integrating with your own application. -include::guides/rest.adoc[tags=config,leveloffset=+1] +include::guides/rest.adoc[tags=config,leveloffset=+2] [[websocket]]