diff options
author | SudoVanilla | 2024-04-03 03:10:25 -0400 |
---|---|---|
committer | GitHub | 2024-04-03 09:10:25 +0200 |
commit | ee9475a3d7ede11476ca77360074d05e390c0e46 (patch) | |
tree | 81bd023c721932be0d16e7f3bdee9b08b60c9b6e | |
parent | e746305581c595c6dca439ccedf080755b6ffd21 (diff) | |
download | IT.starlight-ee9475a3d7ede11476ca77360074d05e390c0e46.tar.gz IT.starlight-ee9475a3d7ede11476ca77360074d05e390c0e46.tar.bz2 IT.starlight-ee9475a3d7ede11476ca77360074d05e390c0e46.zip |
Add SudoVanilla to showcase (#1702)
-rw-r--r-- | docs/src/assets/showcase/sudovanilla.com.png | bin | 0 -> 86835 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/sudovanilla.com.png b/docs/src/assets/showcase/sudovanilla.com.png Binary files differnew file mode 100644 index 00000000..2241a227 --- /dev/null +++ b/docs/src/assets/showcase/sudovanilla.com.png diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 576446c4..d2351af6 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -115,4 +115,5 @@ import FluidGrid from './fluid-grid.astro'; /> <Card title="DipSway" href="https://api.dipsway.com" thumbnail="api.dipsway.com.png" /> <Card title="RunsOn" href="https://runs-on.com" thumbnail="runs-on.com.png" /> + <Card title="SudoVanilla" href="https://sudovanilla.com/docs/minpluto/" thumbnail="sudovanilla.com.png" /> </FluidGrid> |