diff options
author | Joey Yu | 2024-03-01 10:40:20 -0500 |
---|---|---|
committer | GitHub | 2024-03-01 16:40:20 +0100 |
commit | 36a6504519e97459126abf513ab3a79fb6f17b15 (patch) | |
tree | 41d5e0a6e370c04e21b28014439a6d4473d4ccde | |
parent | 73390273b52727ac8c95275eb0c1c48eb9ea60d4 (diff) | |
download | IT.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.png | bin | 0 -> 260784 bytes | |||
-rw-r--r-- | docs/src/components/showcase-sites.astro | 1 |
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 Binary files differnew file mode 100644 index 00000000..aaf89550 --- /dev/null +++ b/docs/src/assets/showcase/docs.flojoy.ai.png 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> |