Include Kotlin API documentation in the documentation site

Closes gh-40692
This commit is contained in:
Andy Wilkinson
2024-05-10 14:53:48 +01:00
parent 772e4ca78d
commit 53e1c7ed7d
9 changed files with 42 additions and 6 deletions

View File

@@ -28,3 +28,5 @@ ext:
attributes: { external: true}
- path: [ "Java APIs", "Gradle Plugin" ]
attributes: { external: true }
- path: [ "Kotlin APIs", "Spring Boot" ]
attributes: { external: true }

View File

@@ -0,0 +1,2 @@
* Kotlin APIs
** xref:api:kotlin/index.html[Spring Boot]

View File

@@ -6,5 +6,6 @@ include::build-tool-plugin:partial$nav-build-tool-plugin.adoc[]
include::cli:partial$nav-cli.adoc[]
include::api:partial$nav-rest-api.adoc[]
include::api:partial$nav-java-api.adoc[]
include::api:partial$nav-kotlin-api.adoc[]
include::specification:partial$nav-specification.adoc[]
include::appendix:partial$nav-appendix.adoc[]

View File

@@ -0,0 +1,2 @@
# All Modules
_See also the <a href="../java/index.html" target="_blank">Java API documentation (Javadoc)</a>._