From 856c55b1880c12c6b268d6f124923c840709697c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 28 Jul 2020 14:36:23 +0100 Subject: [PATCH] List DevTools in section overview of multi-page documentation Closes gh-22591 --- .../spring-boot-docs/src/main/asciidoc/index.htmladoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/index.htmladoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/index.htmladoc index 285833fee00..a0ab55cd85a 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/index.htmladoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/index.htmladoc @@ -9,7 +9,7 @@ The reference documentation consists of the following sections: <> :: Legal information. <> :: About the Documentation, Getting Help, First Steps, and more. <> :: Introducing Spring Boot, System Requirements, Servlet Containers, Installing Spring Boot, Developing Your First Spring Boot Application -<> :: Build Systems, Structuring Your Code, Configuration, Spring Beans and Dependency Injection, and more. +<> :: Build Systems, Structuring Your Code, Configuration, Spring Beans and Dependency Injection, DevTools, and more. <> :: Profiles, Logging, Security, Caching, Spring Integration, Testing, and more. <> :: Monitoring, Metrics, Auditing, and more. <> :: Deploying to the Cloud, Installing as a Unix application.