From 65e83f8e7a3198162394df92c2f0d4bdf9398f96 Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:10:52 -0500 Subject: [PATCH] Add link to docs zip Closes gh-16798 --- docs/modules/ROOT/pages/index.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 84f9f83499..af22c845ce 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1,5 +1,10 @@ = Spring Security +[NOTE] +==== +Spring Security's documentation can be http://docs.spring.io/spring-security/reference/spring-security-docs.zip[downloaded] as a zip file. +==== + Spring Security is a framework that provides xref:features/authentication/index.adoc[authentication], xref:features/authorization/index.adoc[authorization], and xref:features/exploits/index.adoc[protection against common attacks]. With first class support for securing both xref:servlet/index.adoc[imperative] and xref:reactive/index.adoc[reactive] applications, it is the de-facto standard for securing Spring-based applications.