summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Yu2024-03-01 10:40:20 -0500
committerGitHub2024-03-01 16:40:20 +0100
commit36a6504519e97459126abf513ab3a79fb6f17b15 (patch)
tree41d5e0a6e370c04e21b28014439a6d4473d4ccde
parent73390273b52727ac8c95275eb0c1c48eb9ea60d4 (diff)
downloadIT.starlight-36a6504519e97459126abf513ab3a79fb6f17b15.tar.gz
IT.starlight-36a6504519e97459126abf513ab3a79fb6f17b15.tar.bz2
IT.starlight-36a6504519e97459126abf513ab3a79fb6f17b15.zip
docs: add Flojoy to showcase (#1571)
* docs: add Flojoy to showcase * fix: oops wrong file format
-rw-r--r--docs/src/assets/showcase/docs.flojoy.ai.pngbin0 -> 260784 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.flojoy.ai.png b/docs/src/assets/showcase/docs.flojoy.ai.png
new file mode 100644
index 00000000..aaf89550
--- /dev/null
+++ b/docs/src/assets/showcase/docs.flojoy.ai.png
Binary files differ
diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro
index fc11dcfc..9e964d3b 100644
--- a/docs/src/components/showcase-sites.astro
+++ b/docs/src/components/showcase-sites.astro
@@ -106,4 +106,5 @@ import FluidGrid from './fluid-grid.astro';
thumbnail="astro-ghostcms.xyz.png"
/>
<Card title="oneRepo" href="https://onerepo.tools" thumbnail="onerepo.tools.png" />
+ <Card title="Flojoy" href="https://docs.flojoy.ai" thumbnail="docs.flojoy.ai.png" />
</FluidGrid>