Skip to content

Commit 47bbae8

Browse files
Jay Bryantwilkinsona
Jay Bryant
authored andcommitted
Polish the multi-page documentation's index
See gh-27805
1 parent 07d9a61 commit 47bbae8

File tree

1 file changed

+10
-10
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc

1 file changed

+10
-10
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ The reference documentation consists of the following sections:
1313
<<legal#legal,Legal>> :: Legal information.
1414
<<getting-help#getting-help,Getting Help>> :: Resources for getting help.
1515
<<documentation#documentation,Documentation Overview>> :: About the Documentation, First Steps, and more.
16-
<<getting-started#getting-started,Getting Started>> :: Introducing Spring Boot, System Requirements, Servlet Containers, Installing Spring Boot, Developing Your First Spring Boot Application
17-
<<upgrading#upgrading,Upgrading Spring Boot Applications>> :: Upgrading from 1.x, Upgrading to a new feature release, Upgrading the Spring Boot CLI
16+
<<getting-started#getting-started,Getting Started>> :: Introducing Spring Boot, System Requirements, Servlet Containers, Installing Spring Boot, and Developing Your First Spring Boot Application
17+
<<upgrading#upgrading,Upgrading Spring Boot Applications>> :: Upgrading from 1.x, Upgrading to a new feature release, and Upgrading the Spring Boot CLI.
1818
<<using#using,Using Spring Boot>> :: Build Systems, Structuring Your Code, Configuration, Spring Beans and Dependency Injection, DevTools, and more.
1919
<<features#features,Core Features>> :: Profiles, Logging, Security, Caching, Spring Integration, Testing, and more.
20-
<<web#web,Web>> :: Servlet Web, Reactive Web, Embedded Container Support, Graceful Shutdown and more.
20+
<<web#web,Web>> :: Servlet Web, Reactive Web, Embedded Container Support, Graceful Shutdown, and more.
2121
<<data#data,Data>> :: SQL and NOSQL data access.
22-
<<io#io,IO>> :: Caching, Quartz Scheduler, REST clients, Sending email, Spring Web Services and more.
23-
<<messaging#messaging,Messaging>> :: JMS, AMQP, RSocket, WebSocket, Spring Integration.
24-
<<container-images#container-images,Container Images>> :: Efficient container images, Building container images with Dockerfiles and Cloud Native Buildpacks.
22+
<<io#io,IO>> :: Caching, Quartz Scheduler, REST clients, Sending email, Spring Web Services, and more.
23+
<<messaging#messaging,Messaging>> :: JMS, AMQP, RSocket, WebSocket, and Spring Integration.
24+
<<container-images#container-images,Container Images>> :: Efficient container images and Building container images with Dockerfiles and Cloud Native Buildpacks.
2525
<<actuator#actuator,Production-ready Features>> :: Monitoring, Metrics, Auditing, and more.
26-
<<deployment#deployment,Deploying Spring Boot Applications>> :: Deploying to the Cloud, Installing as a Unix application.
26+
<<deployment#deployment,Deploying Spring Boot Applications>> :: Deploying to the Cloud, and Installing as a Unix application.
2727
<<cli#cli,Spring Boot CLI>> :: Installing the CLI, Using the CLI, Configuring the CLI, and more.
2828
<<build-tool-plugins#build-tool-plugins,Build Tool Plugins>> :: Maven Plugin, Gradle Plugin, Antlib, and more.
2929
<<howto#howto,"`How-to`" Guides>> :: Application Development, Configuration, Embedded Servers, Data Access, and many more.
3030

3131
The reference documentation has the following appendices:
3232

3333
[horizontal]
34-
<<application-properties#application-properties,Application Properties>> :: Common application properties that can be used to configure your application.
35-
<<configuration-metadata#configuration-metadata,Configuration Metadata>> :: Metadata used to describe configuration properties.
34+
<<application-properties#application-properties,Application Properties>> :: Common application properties that you can use to configure your application.
35+
<<configuration-metadata#configuration-metadata,Configuration Metadata>> :: Metadata that you can use to describe configuration properties.
3636
<<auto-configuration-classes#auto-configuration-classes,Auto-configuration Classes>> :: Auto-configuration classes provided by Spring Boot.
37-
<<test-auto-configuration#test-auto-configuration,Test Auto-configuration Annotations>> :: Test auto-configuration annotations used to test slices of your application.
37+
<<test-auto-configuration#test-auto-configuration,Test Auto-configuration Annotations>> :: Test auto-configuration annotations that you can use to test slices of your application.
3838
<<executable-jar#executable-jar,Executable Jars>> :: Spring Boot's executable jars, their launchers, and their format.
3939
<<dependency-versions#dependency-versions,Dependency Versions>> :: Details of the dependencies that are managed by Spring Boot.

0 commit comments

Comments
 (0)