diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc index d29f3018b84..461d3a31145 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc @@ -13,17 +13,17 @@ The reference documentation consists of the following sections: <> :: Legal information. <> :: Resources for getting help. <> :: About the Documentation, First Steps, and more. -<> :: Introducing Spring Boot, System Requirements, Servlet Containers, Installing Spring Boot, Developing Your First Spring Boot Application -<> :: Upgrading from 1.x, Upgrading to a new feature release, Upgrading the Spring Boot CLI +<> :: Introducing Spring Boot, System Requirements, Servlet Containers, Installing Spring Boot, and Developing Your First Spring Boot Application +<> :: Upgrading from 1.x, Upgrading to a new feature release, and Upgrading the Spring Boot CLI. <> :: Build Systems, Structuring Your Code, Configuration, Spring Beans and Dependency Injection, DevTools, and more. <> :: Profiles, Logging, Security, Caching, Spring Integration, Testing, and more. -<> :: Servlet Web, Reactive Web, Embedded Container Support, Graceful Shutdown and more. +<> :: Servlet Web, Reactive Web, Embedded Container Support, Graceful Shutdown, and more. <> :: SQL and NOSQL data access. -<> :: Caching, Quartz Scheduler, REST clients, Sending email, Spring Web Services and more. -<> :: JMS, AMQP, RSocket, WebSocket, Spring Integration. -<> :: Efficient container images, Building container images with Dockerfiles and Cloud Native Buildpacks. +<> :: Caching, Quartz Scheduler, REST clients, Sending email, Spring Web Services, and more. +<> :: JMS, AMQP, RSocket, WebSocket, and Spring Integration. +<> :: Efficient container images and Building container images with Dockerfiles and Cloud Native Buildpacks. <> :: Monitoring, Metrics, Auditing, and more. -<> :: Deploying to the Cloud, Installing as a Unix application. +<> :: Deploying to the Cloud, and Installing as a Unix application. <> :: Installing the CLI, Using the CLI, Configuring the CLI, and more. <> :: Maven Plugin, Gradle Plugin, Antlib, and more. <> :: Application Development, Configuration, Embedded Servers, Data Access, and many more. @@ -31,9 +31,9 @@ The reference documentation consists of the following sections: The reference documentation has the following appendices: [horizontal] -<> :: Common application properties that can be used to configure your application. -<> :: Metadata used to describe configuration properties. +<> :: Common application properties that you can use to configure your application. +<> :: Metadata that you can use to describe configuration properties. <> :: Auto-configuration classes provided by Spring Boot. -<> :: Test auto-configuration annotations used to test slices of your application. +<> :: Test auto-configuration annotations that you can use to test slices of your application. <> :: Spring Boot's executable jars, their launchers, and their format. <> :: Details of the dependencies that are managed by Spring Boot.