diff options
author | jackc3 | 2024-07-24 17:20:58 +0800 |
---|---|---|
committer | GitHub | 2024-07-24 11:20:58 +0200 |
commit | 217df750399030aece428eb40ecbb65eff2e989b (patch) | |
tree | 2c46619fc35f08b23a541e2b403278f97c5f335f | |
parent | f71e6beb5bd9e8925bbaf32cb12d2546930a2b66 (diff) | |
download | IT.starlight-217df750399030aece428eb40ecbb65eff2e989b.tar.gz IT.starlight-217df750399030aece428eb40ecbb65eff2e989b.tar.bz2 IT.starlight-217df750399030aece428eb40ecbb65eff2e989b.zip |
add Saasfly showcase (#2147)
-rw-r--r-- | docs/src/assets/showcase/document.saasfly.io.png | bin | 0 -> 127263 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/document.saasfly.io.png b/docs/src/assets/showcase/document.saasfly.io.png Binary files differnew file mode 100644 index 00000000..4036e7eb --- /dev/null +++ b/docs/src/assets/showcase/document.saasfly.io.png diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 2bc51914..5328f8dd 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -145,4 +145,5 @@ import FluidGrid from './fluid-grid.astro'; href="https://www.quotesdomain.com/" thumbnail="quotesdomain.com.png" /> + <Card title="Saasfly" href="https://document.saasfly.io/" thumbnail="document.saasfly.io.png" /> </FluidGrid> |