summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Goldberg ✨2025-04-29 10:35:51 -0400
committerGitHub2025-04-29 16:35:51 +0200
commitdcf584e4bcb9776b6c81f43c75104202db50530c (patch)
treec53a978f9ef4f9430451148408c7f2a554c81965
parentd2f69fbed47804369b39fb4d64915bb905237284 (diff)
downloadIT.starlight-dcf584e4bcb9776b6c81f43c75104202db50530c.tar.gz
IT.starlight-dcf584e4bcb9776b6c81f43c75104202db50530c.tar.bz2
IT.starlight-dcf584e4bcb9776b6c81f43c75104202db50530c.zip
docs(showcase): add create.bingo and octo.guide (#3160)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r--docs/src/assets/showcase/create.bingo.pngbin0 -> 123752 bytes
-rw-r--r--docs/src/assets/showcase/octo.guide.pngbin0 -> 192711 bytes
-rw-r--r--docs/src/components/showcase-sites.astro10
3 files changed, 10 insertions, 0 deletions
diff --git a/docs/src/assets/showcase/create.bingo.png b/docs/src/assets/showcase/create.bingo.png
new file mode 100644
index 00000000..9220e9ed
--- /dev/null
+++ b/docs/src/assets/showcase/create.bingo.png
Binary files differ
diff --git a/docs/src/assets/showcase/octo.guide.png b/docs/src/assets/showcase/octo.guide.png
new file mode 100644
index 00000000..2373af58
--- /dev/null
+++ b/docs/src/assets/showcase/octo.guide.png
Binary files differ
diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro
index 4d7ce408..54fd8eff 100644
--- a/docs/src/components/showcase-sites.astro
+++ b/docs/src/components/showcase-sites.astro
@@ -189,4 +189,14 @@ import FluidGrid from './fluid-grid.astro';
/>
<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" />
+ <Card
+ title="Bingo"
+ href="https://create.bingo"
+ thumbnail="create.bingo.png"
+ />
+ <Card
+ title="OctoGuide"
+ href="https://octo.guide"
+ thumbnail="octo.guide.png"
+ />
</FluidGrid>