diff options
author | Youssouf EL AZIZI | 2023-09-01 14:32:27 +0100 |
---|---|---|
committer | GitHub | 2023-09-01 15:32:27 +0200 |
commit | e2b511ed23eaef44f7dc465e6b7b4b41edd018e8 (patch) | |
tree | d0fdfe20f50bec8d018bc78b37f86fba0274be40 | |
parent | 9357fbd7e9ad649ac9e12f6aea2282dd9640a967 (diff) | |
download | IT.starlight-e2b511ed23eaef44f7dc465e6b7b4b41edd018e8.tar.gz IT.starlight-e2b511ed23eaef44f7dc465e6b7b4b41edd018e8.tar.bz2 IT.starlight-e2b511ed23eaef44f7dc465e6b7b4b41edd018e8.zip |
docs: add obytes starter to showcase (#619)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | docs/src/assets/showcase/starter.obytes.com.jpg | bin | 0 -> 55868 bytes | |||
-rw-r--r-- | docs/src/content/docs/showcase.mdx | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/assets/showcase/starter.obytes.com.jpg b/docs/src/assets/showcase/starter.obytes.com.jpg Binary files differnew file mode 100644 index 00000000..9966f606 --- /dev/null +++ b/docs/src/assets/showcase/starter.obytes.com.jpg diff --git a/docs/src/content/docs/showcase.mdx b/docs/src/content/docs/showcase.mdx index e8e990da..243ec5dd 100644 --- a/docs/src/content/docs/showcase.mdx +++ b/docs/src/content/docs/showcase.mdx @@ -82,6 +82,11 @@ Starlight is already being used in production. These are some of the sites aroun href="https://commandkit.underctrl.io" thumbnail="commandkit.underctrl.io.png" /> + <Card + title="Obytes Starter" + href="https://starter.obytes.com" + thumbnail="starter.obytes.com.jpg" + /> </FluidGrid> See all the [public project repos using Starlight on GitHub](https://github.com/withastro/starlight/network/dependents). |