Include Kotlin API documentation in the documentation site
Closes gh-40692
This commit is contained in:
@@ -28,3 +28,5 @@ ext:
|
||||
attributes: { external: true}
|
||||
- path: [ "Java APIs", "Gradle Plugin" ]
|
||||
attributes: { external: true }
|
||||
- path: [ "Kotlin APIs", "Spring Boot" ]
|
||||
attributes: { external: true }
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
* Kotlin APIs
|
||||
** xref:api:kotlin/index.html[Spring Boot]
|
||||
@@ -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[]
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# All Modules
|
||||
_See also the <a href="../java/index.html" target="_blank">Java API documentation (Javadoc)</a>._
|
||||
Reference in New Issue
Block a user