Browse Source

Add missing page aliases

See gh-45201
pull/47740/head
Moritz Halbritter 2 months ago
parent
commit
a17b0559ff
  1. 1
      documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/aot-cache.adoc
  2. 1
      documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc

1
documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/aot-cache.adoc

@ -1,5 +1,6 @@
[[howto.aot-cache]] [[howto.aot-cache]]
= AOT Cache = AOT Cache
:page-aliases: class-data-sharing.adoc
This section includes information about using AOT cache with Spring Boot applications. This section includes information about using AOT cache with Spring Boot applications.
For an overview of Spring Boot support for AOT cache, see xref:reference:packaging/aot-cache.adoc[]. For an overview of Spring Boot support for AOT cache, see xref:reference:packaging/aot-cache.adoc[].

1
documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc

@ -1,5 +1,6 @@
[[packaging.aot-cache]] [[packaging.aot-cache]]
= AOT Cache = AOT Cache
:page-aliases: class-data-sharing.adoc
AOT cache is a https://openjdk.org/jeps/483[JVM feature] that can help reduce the startup time and memory footprint of Java applications. AOT cache is a https://openjdk.org/jeps/483[JVM feature] that can help reduce the startup time and memory footprint of Java applications.

Loading…
Cancel
Save