Skip to content

Commit 7526d91

Browse files
committed
chore: remove Adventure docs contributing page
1 parent ec4b858 commit 7526d91

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
/paper/dev/commands /paper/dev/command-api/basics/introduction
2020
/paper/dev/command-api/commands /paper/dev/command-api/basics/introduction
2121
/paper/dev/command-api/arguments /paper/dev/command-api/basics/arguments-and-literals
22+
/adventure/contributing https://github.com/PaperMC/docs/blob/main/CONTRIBUTING.md
2223
/adventure/version-history/adventure-platform-fabric /adventure/version-history/adventure-platform-mod

astro.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ export default defineConfig({
476476
"/adventure/minimessage",
477477
"/adventure/platform",
478478
"/adventure/migration",
479-
"/adventure/contributing",
480479
"/adventure/version-history",
481480
],
482481
waterfall: ["/waterfall"],

src/content/docs/adventure/contributing.mdx

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/content/docs/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ import LinkCard from "/src/components/LinkCard.astro";
2525
<LinkCard title="Folia" href="/folia" icon="folia">
2626
A fork of Paper which adds regionized multithreading to the dedicated server.
2727
</LinkCard>
28-
<LinkCard title="Waterfall" href="/waterfall" destructive icon="waterfall">
29-
A discontinued BungeeCord proxy fork that aimed to improve performance and stability.
30-
</LinkCard>
3128
<LinkCard title="Adventure" href="/adventure" icon="adventure">
3229
A Java library for server-controllable user interface elements in Minecraft: Java Edition.
3330
</LinkCard>
31+
<LinkCard title="Waterfall" href="/waterfall" destructive icon="waterfall">
32+
A discontinued BungeeCord proxy fork that aimed to improve performance and stability.
33+
</LinkCard>
3434
<LinkCard title="Miscellaneous" href="/misc" icon="random">
3535
Various other documentation and tools.
3636
</LinkCard>

0 commit comments

Comments
 (0)