summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Smith2024-06-12 12:16:11 +0100
committerGitHub2024-06-12 13:16:11 +0200
commit0ed1424be2650d4ca8e8d8a0f7b864e035cf8d92 (patch)
tree9d4d2b8e7874011c2f23bd83aa8e976b7a8db6be
parent60165b20c9d11a08c4c4793615778e045b41b7de (diff)
downloadIT.starlight-0ed1424be2650d4ca8e8d8a0f7b864e035cf8d92.tar.gz
IT.starlight-0ed1424be2650d4ca8e8d8a0f7b864e035cf8d92.tar.bz2
IT.starlight-0ed1424be2650d4ca8e8d8a0f7b864e035cf8d92.zip
Add how2neovim to showcase (#1981)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r--docs/src/assets/showcase/how2neovim.io.pngbin0 -> 48635 bytes
-rw-r--r--docs/src/components/showcase-sites.astro1
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/assets/showcase/how2neovim.io.png b/docs/src/assets/showcase/how2neovim.io.png
new file mode 100644
index 00000000..c541a54e
--- /dev/null
+++ b/docs/src/assets/showcase/how2neovim.io.png
Binary files differ
diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro
index d7eca411..bea2ee7e 100644
--- a/docs/src/components/showcase-sites.astro
+++ b/docs/src/components/showcase-sites.astro
@@ -125,4 +125,5 @@ import FluidGrid from './fluid-grid.astro';
<Card title="Kinde" href="https://docs.kinde.com/" thumbnail="kinde.com.png" />
<Card title="DMNO" href="https://dmno.dev" thumbnail="dmno.dev.png" />
<Card title="EspansoEdit" href="https://ee.qqv.com.au" thumbnail="ee.qqv.com.au.png" />
+ <Card title="how2neovim" href="https://how2neovim.io/" thumbnail="how2neovim.io.png" />
</FluidGrid>