diff options
author | Josh Goldberg ✨ | 2025-04-29 10:35:51 -0400 |
---|---|---|
committer | GitHub | 2025-04-29 16:35:51 +0200 |
commit | dcf584e4bcb9776b6c81f43c75104202db50530c (patch) | |
tree | c53a978f9ef4f9430451148408c7f2a554c81965 | |
parent | d2f69fbed47804369b39fb4d64915bb905237284 (diff) | |
download | IT.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.png | bin | 0 -> 123752 bytes | |||
-rw-r--r-- | docs/src/assets/showcase/octo.guide.png | bin | 0 -> 192711 bytes | |||
-rw-r--r-- | docs/src/components/showcase-sites.astro | 10 |
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 Binary files differnew file mode 100644 index 00000000..9220e9ed --- /dev/null +++ b/docs/src/assets/showcase/create.bingo.png diff --git a/docs/src/assets/showcase/octo.guide.png b/docs/src/assets/showcase/octo.guide.png Binary files differnew file mode 100644 index 00000000..2373af58 --- /dev/null +++ b/docs/src/assets/showcase/octo.guide.png 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> |