From 176e6b60003f14179dfecd8ff96fe5294676807a Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 21 Sep 2021 10:25:24 -0500 Subject: [PATCH] Add additional info to overview --- docs/modules/ROOT/pages/index.adoc | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 7441dadf05..84f9f83499 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1,5 +1,15 @@ -= Overview += Spring Security -Spring Security is a framework that provides authentication, authorization, and protection against common attacks. -With first class support for both imperative and reactive applications, it is the de-facto standard for securing Spring-based applications. +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. +For a complete list of features, see the xref:features/index.adoc[Features] section of the reference. + +== Getting Started + +If you are ready to start securing an application see the Getting Started sections for xref:servlet/getting-started.adoc[servlet] and xref:reactive/getting-started.adoc[reactive]. These sections will walk you through creating your first Spring Security applications. + +If you want to understand how Spring Security works, you can refer to the xref:servlet/architecture.adoc[Architecture] section. +// FIXME add link to reactive architecture + +If you have any questions, there is a wonderful xref:community.adoc[community] that would love to help you!