Enable Section Summary TOC for small pages

This commit is contained in:
Rob Winch
2023-04-19 10:26:17 -05:00
committed by rstoyanchev
parent 139cde47e2
commit 35229c8bff
62 changed files with 62 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
[[groovy]]
= Apache Groovy
:page-section-summary-toc: 1
Groovy is a powerful, optionally typed, and dynamic language, with static-typing and static
compilation capabilities. It offers a concise syntax and integrates smoothly with any

View File

@@ -1,5 +1,6 @@
[[kotlin]]
= Kotlin
:page-section-summary-toc: 1
https://kotlinlang.org[Kotlin] is a statically typed language that targets the JVM
(and other platforms) which allows writing concise and elegant code while providing

View File

@@ -1,5 +1,6 @@
[[kotlin-classes-interfaces]]
= Classes and Interfaces
:page-section-summary-toc: 1
The Spring Framework supports various Kotlin constructs, such as instantiating Kotlin classes
through primary constructors, immutable classes data binding, and function optional parameters

View File

@@ -1,5 +1,6 @@
[[kotlin-requirements]]
= Requirements
:page-section-summary-toc: 1
Spring Framework supports Kotlin 1.3+ and requires
https://search.maven.org/artifact/org.jetbrains.kotlin/kotlin-stdlib[`kotlin-stdlib`]