Skip to content

Commit

Permalink
docs: add showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Jun 24, 2024
1 parent 15e411f commit 92b3eda
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ export default defineConfig({
},
{
label: 'Resources',
items: [{ label: 'Plugins and Tools', link: '/resources/starlight/' }],
items: [
{ label: 'Showcase', link: '/resources/showcase/' },
{ label: 'Plugins and Tools', link: '/resources/starlight/' },
],
},
{ label: 'Demo', link: '/demo/' },
],
Expand Down
Binary file added docs/src/assets/showcase/aoi.js.org.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/assets/showcase/docs.astronvim.com.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/assets/showcase/docs.testomat.io.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/assets/showcase/wiki.atlauncher.com.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions docs/src/content/docs/resources/showcase.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: Showcase
description: Discover Starlight project using the Starlight Image Zoom plugin.
---

import { ShowcaseIntro, Showcase } from '@hideoo/starlight-plugins-docs-components'

<ShowcaseIntro
cta="Have you built a documentation using Starlight Image Zoom?"
href="https://github.com/HiDeoo/starlight-image-zoom/edit/main/docs/src/content/docs/resources/showcase.mdx"
/>

## Sites

The Starlight Image Zoom plugin is already being used in production. These are some of the sites around the web:

<Showcase
entries={[
{
thumbnail: import('../../../assets/showcase/docs.astronvim.com.png'),
href: 'https://docs.astronvim.com/',
title: 'AstroNvim',
},
{
thumbnail: import('../../../assets/showcase/events-3bg.pages.dev.png'),
href: 'https://events-3bg.pages.dev/jotter/history/',
title: '👜 Bag of Tricks',
},
{
thumbnail: import('../../../assets/showcase/wiki.atlauncher.com.png'),
href: 'https://wiki.atlauncher.com/',
title: 'ATLauncher',
},
{
thumbnail: import('../../../assets/showcase/userdocs.github.io-qbittorrent-nox-static.png'),
href: 'https://userdocs.github.io/qbittorrent-nox-static/',
title: 'qbittorrent-nox-static',
},
{
thumbnail: import('../../../assets/showcase/aoi.js.org.png'),
href: 'https://aoi.js.org/',
title: 'aoi.js',
},
{
thumbnail: import('../../../assets/showcase/docs.testomat.io.png'),
href: 'https://docs.testomat.io/',
title: 'Testomatio',
},
]}
/>

See all the [public project repos using Starlight Image Zoom on GitHub](https://github.com/hideoo/starlight-image-zoom/network/dependents).

0 comments on commit 92b3eda

Please sign in to comment.