summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatouš Kučera2025-04-29 16:06:38 +0200
committerGitHub2025-04-29 16:06:38 +0200
commitd2f69fbed47804369b39fb4d64915bb905237284 (patch)
treeb591599802577913e156473efdfc1199d3007ba9
parent42f26ab3939c26c0410d6cb119d111445ef635a1 (diff)
downloadIT.starlight-d2f69fbed47804369b39fb4d64915bb905237284.tar.gz
IT.starlight-d2f69fbed47804369b39fb4d64915bb905237284.tar.bz2
IT.starlight-d2f69fbed47804369b39fb4d64915bb905237284.zip
docs(showcase): add `docs.papermc.io` (#3156)
-rw-r--r--docs/src/assets/showcase/docs.papermc.io.pngbin0 -> 68876 bytes
-rw-r--r--docs/src/components/showcase-sites.astro1
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/assets/showcase/docs.papermc.io.png b/docs/src/assets/showcase/docs.papermc.io.png
new file mode 100644
index 00000000..4aa70ed7
--- /dev/null
+++ b/docs/src/assets/showcase/docs.papermc.io.png
Binary files differ
diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro
index a88c2846..4d7ce408 100644
--- a/docs/src/components/showcase-sites.astro
+++ b/docs/src/components/showcase-sites.astro
@@ -188,4 +188,5 @@ import FluidGrid from './fluid-grid.astro';
thumbnail="accessible-astro.incluud.dev.png"
/>
<Card title="Learn AISO" href="https://learnaiso.com" thumbnail="learnaiso.com.png" />
+ <Card title="PaperMC Docs" href="https://docs.papermc.io" thumbnail="docs.papermc.io.png" />
</FluidGrid>