Skip to content

Commit

Permalink
Rename class-data-sharing.adoc to cds.adoc
Browse files Browse the repository at this point in the history
Closes gh-32044
  • Loading branch information
sdeleuze committed Jan 18, 2024
1 parent e8012a6 commit 88a7ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework-docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 88a7ca0

Please sign in to comment.