Skip to content

Commit 715ae72

Browse files
committed
Remove duplicate adventure entry
1 parent b6dd581 commit 715ae72

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

astro.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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",

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)