From cbd28cfd1ee92a4e27bbfd4ec1c1c01370af0db5 Mon Sep 17 00:00:00 2001 From: Do Nhu Vy Date: Sun, 19 Aug 2018 06:56:48 +0700 Subject: [PATCH] Polish Reference Documentation --- .../docs/asciidoc/_includes/preface/getting-started.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/preface/getting-started.adoc b/docs/manual/src/docs/asciidoc/_includes/preface/getting-started.adoc index 849491a069..68b19a44ac 100644 --- a/docs/manual/src/docs/asciidoc/_includes/preface/getting-started.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/preface/getting-started.adoc @@ -1,7 +1,10 @@ [[getting-started]] == Getting Started -The later parts of this guide provide an in-depth discussion of the framework architecture and implementation classes, which you need to understand if you want to do any serious customization. In this part, we'll introduce Spring Security 5, give a brief overview of the project's history and take a slightly gentler look at how to get started using the framework. In particular, we'll look at namespace configuration which provides a much simpler way of securing your application compared to the traditional Spring bean approach where you have to wire up all the implementation classes individually. +The later parts of this guide provide an in-depth discussion of the framework architecture and implementation classes, which you need to understand if you want to do any serious customization. +In this part, we'll introduce Spring Security 5, give a brief overview of the project's history and take a slightly gentler look at how to get started using the framework. +In particular, we'll look at namespace configuration which provides a much simpler way of securing your application compared to the traditional Spring bean approach where you have to wire up all the implementation classes individually. We'll also take a look at the sample applications that are available. -It's worth trying to run these and experimenting with them a bit even before you read the later sections - you can dip back into them as your understanding of the framework increases. Please also check out the http://spring.io/spring-security as it has useful information on building the project, plus links to articles, videos and tutorials. +It's worth trying to run these and experimenting with them a bit even before you read the later sections - you can dip back into them as your understanding of the framework increases. +Please also check out the [http://spring.io/spring-security](http://spring.io/spring-security) as it has useful information on building the project, plus links to articles, videos and tutorials.