From 02aaba37cda770f5eab83947d84ba00fc6295f79 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 16 Oct 2019 14:53:13 -0500 Subject: [PATCH] Documentation TOC on the left This better aligns with other documentation Issue gh-2567 --- docs/manual/src/docs/asciidoc/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index a6a0be176a..6c395a587f 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -4,6 +4,7 @@ Ben Alex; Luke Taylor; Rob Winch; Gunnar Hillert; Joe Grandja; Jay Bryant; EddĂș :security-api-url: https://docs.spring.io/spring-security/site/docs/current/api/ :source-indent: 0 :tabsize: 4 +:toc: left // FIXME: Add links for authentication, authorization, common attacks Spring Security is a framework that provides authentication, authorization, and protection against common attacks.