From f92ad41f417dc55f7738b6a5011e7de8b0482168 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 5 Jul 2023 13:42:19 -0500 Subject: [PATCH] Enable Section Summary TOC for small pages Issue gh-869 --- modules/ROOT/pages/faq.adoc | 1 + modules/ROOT/pages/index.adoc | 1 + modules/ROOT/pages/preface.adoc | 1 + modules/ROOT/pages/utilities.adoc | 1 + 4 files changed, 4 insertions(+) diff --git a/modules/ROOT/pages/faq.adoc b/modules/ROOT/pages/faq.adoc index 66be177fc..7503534ca 100644 --- a/modules/ROOT/pages/faq.adoc +++ b/modules/ROOT/pages/faq.adoc @@ -1,5 +1,6 @@ [[spring-ldap-faq]] = Spring LDAP FAQ +:page-section-summary-toc: 1 [[operational-attributes]] == Operational Attributes diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 84d0d8fe3..de8b10404 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -1,5 +1,6 @@ [[spring-ldap-reference]] = Spring LDAP Reference +:page-section-summary-toc: 1 Mattias Hellborg Arthursson; Ulrik Sandberg; Eric Dalquist; Keith Barlow; Rob Winch Spring LDAP makes it easier to build Spring-based applications that use the Lightweight Directory Access Protocol. diff --git a/modules/ROOT/pages/preface.adoc b/modules/ROOT/pages/preface.adoc index a4de083a9..2677ffaf6 100644 --- a/modules/ROOT/pages/preface.adoc +++ b/modules/ROOT/pages/preface.adoc @@ -1,5 +1,6 @@ [[preface]] = Preface +:page-section-summary-toc: 1 The Java Naming and Directory Interface (JNDI) is to LDAP programming what Java Database Connectivity (JDBC) is to SQL programming. There are several similarities between JDBC and JNDI/LDAP (Java LDAP). Despite being two completely different APIs with different pros and cons, they share a number of less flattering characteristics: diff --git a/modules/ROOT/pages/utilities.adoc b/modules/ROOT/pages/utilities.adoc index bd0fb0e8a..b51430ff3 100644 --- a/modules/ROOT/pages/utilities.adoc +++ b/modules/ROOT/pages/utilities.adoc @@ -1,5 +1,6 @@ [[utilities]] = Utilities +:page-section-summary-toc: 1 This section describes additional utilities that you can use with Spring LDAP.