diff --git a/framework-docs/modules/ROOT/nav.adoc b/framework-docs/modules/ROOT/nav.adoc index 9a9b4e831f50..611de4bd83e2 100644 --- a/framework-docs/modules/ROOT/nav.adoc +++ b/framework-docs/modules/ROOT/nav.adoc @@ -421,7 +421,7 @@ *** xref:integration/cache/specific-config.adoc[] ** xref:integration/observability.adoc[] ** xref:integration/checkpoint-restore.adoc[] -** xref:integration/class-data-sharing.adoc[] +** xref:integration/cds.adoc[] ** xref:integration/appendix.adoc[] * xref:languages.adoc[] ** xref:languages/kotlin.adoc[] diff --git a/framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc b/framework-docs/modules/ROOT/pages/integration/cds.adoc similarity index 98% rename from framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc rename to framework-docs/modules/ROOT/pages/integration/cds.adoc index 865b4552adaa..4b167a50bce9 100644 --- a/framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc +++ b/framework-docs/modules/ROOT/pages/integration/cds.adoc @@ -1,5 +1,6 @@ -[[class-data-sharing]] -= Class Data Sharing +[[cds]] += CDS +:page-aliases: integration/class-data-sharing.adoc Class Data Sharing (CDS) is a https://docs.oracle.com/en/java/javase/17/vm/class-data-sharing.html[JVM feature] that can help reduce the startup time and memory footprint of Java applications.