@@ -41,20 +41,20 @@ export default defineConfig({
4141 title : "PaperMC Docs" ,
4242 social : [
4343 { icon : "github" , label : "paper:GitHub" , href : "https://github.com/PaperMC/Paper" } ,
44- { icon : "seti:java" , label : "paper:Javadoc" , href : `https://jd.papermc.io/paper/ ${ LATEST_PAPER_RELEASE } ` } ,
44+ { icon : "seti:java" , label : "paper:Javadoc" , href : `https://jd.papermc.io/paper` } ,
4545
4646 { icon : "github" , label : "velocity:GitHub" , href : "https://github.com/PaperMC/Velocity" } ,
4747 {
4848 icon : "seti:java" ,
4949 label : "velocity:Javadoc" ,
50- href : `https://jd.papermc.io/velocity/ ${ LATEST_VELOCITY_RELEASE . substring ( 0 , LATEST_VELOCITY_RELEASE . lastIndexOf ( "." ) ) } .0 ` ,
50+ href : `https://jd.papermc.io/velocity` ,
5151 } ,
5252
5353 { icon : "github" , label : "folia:GitHub" , href : "https://github.com/PaperMC/Folia" } ,
5454 {
5555 icon : "seti:java" ,
5656 label : "folia:Javadoc" ,
57- href : `https://jd.papermc.io/folia/ ${ LATEST_FOLIA_RELEASE . split ( "." ) . slice ( 0 , 2 ) . join ( "." ) } ` ,
57+ href : `https://jd.papermc.io/folia` ,
5858 } ,
5959
6060 { icon : "github" , label : "adventure:GitHub" , href : "https://github.com/PaperMC/adventure" } ,
@@ -64,7 +64,7 @@ export default defineConfig({
6464 {
6565 icon : "seti:java" ,
6666 label : "waterfall:Javadoc" ,
67- href : `https://jd.papermc.io/waterfall/ ${ LATEST_WATERFALL_RELEASE } ` ,
67+ href : `https://jd.papermc.io/waterfall` ,
6868 } ,
6969
7070 { icon : "github" , label : "GitHub" , href : "https://github.com/PaperMC" } ,
@@ -547,9 +547,9 @@ export default defineConfig({
547547 javadocPlugin ,
548548 {
549549 targets : {
550- paper : ` https://jd.papermc.io/paper/ ${ LATEST_PAPER_RELEASE } ` ,
551- velocity : ` https://jd.papermc.io/velocity/ ${ LATEST_VELOCITY_RELEASE . substring ( 0 , LATEST_VELOCITY_RELEASE . lastIndexOf ( "." ) ) } .0` ,
552- java : { url : "https://docs.oracle.com/en/java/javase/21 /docs/api" , module : "java.base" } ,
550+ paper : " https://jd.papermc.io/paper" ,
551+ velocity : " https://jd.papermc.io/velocity" ,
552+ java : { url : "https://docs.oracle.com/en/java/javase/25 /docs/api" , module : "java.base" } ,
553553 } ,
554554 } ,
555555 ] ,
0 commit comments