File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ export default defineConfig({
306306 id : "adventure" ,
307307 label : "Adventure" ,
308308 link : "/adventure/" ,
309+ icon : "adventure" ,
309310 items : [
310311 "adventure/getting-started" ,
311312 "adventure/community-libraries" ,
@@ -382,12 +383,6 @@ export default defineConfig({
382383 icon : "waterfall" ,
383384 items : [ "waterfall/getting-started" , "waterfall/configuration" ] ,
384385 } ,
385- {
386- id : "adventure" ,
387- label : "Adventure" ,
388- link : "https://docs.advntr.dev/" ,
389- icon : "adventure" ,
390- } ,
391386 {
392387 id : "misc" ,
393388 label : "Miscellaneous" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import LinkCard from "/src/components/LinkCard.astro";
2828 <LinkCard title = " Waterfall" href = " /waterfall" destructive icon = " waterfall" >
2929 A discontinued BungeeCord proxy fork that aimed to improve performance and stability.
3030 </LinkCard >
31- <LinkCard title = " Adventure" href = " https://docs.advntr.dev/ " icon = " adventure" >
31+ <LinkCard title = " Adventure" href = " /adventure " icon = " adventure" >
3232 A Java library for server-controllable user interface elements in Minecraft: Java Edition.
3333 </LinkCard >
3434 <LinkCard title = " Miscellaneous" href = " /misc" icon = " random" >
You can’t perform that action at this time.
0 commit comments