diff options
author | Chris Swithinbank | 2023-07-31 22:29:51 +0200 |
---|---|---|
committer | GitHub | 2023-07-31 22:29:51 +0200 |
commit | a3e00b7fdafcacdfc06d64f79f584a7a8eb2a118 (patch) | |
tree | deda64b0b3c34852c0e27840f473bce1f4040aff | |
parent | 11ec56ce036484e69f6523ae81df83f571cff5b5 (diff) | |
download | IT.starlight-a3e00b7fdafcacdfc06d64f79f584a7a8eb2a118.tar.gz IT.starlight-a3e00b7fdafcacdfc06d64f79f584a7a8eb2a118.tar.bz2 IT.starlight-a3e00b7fdafcacdfc06d64f79f584a7a8eb2a118.zip |
Revamp showcase to include community plugins (#439)
-rw-r--r-- | docs/src/content/docs/showcase.md | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/docs/src/content/docs/showcase.md b/docs/src/content/docs/showcase.md index 498ddb4e..3ee4362f 100644 --- a/docs/src/content/docs/showcase.md +++ b/docs/src/content/docs/showcase.md @@ -1,9 +1,16 @@ --- title: Starlight Showcase -description: See sites built with Starlight around the web! +description: Discover sites built with Starlight and community tools that extend Starlight! --- -Starlight is already being used in production around the web. See some examples below, and PR your own link if you have built your documentation site with Starlight! +:::tip[Add your own!] +Have you built a Starlight site or a tool for Starlight? +Open a PR adding a link to this page! +::: + +## Sites + +Starlight is already being used in production. These are some of the sites around the web: - [PubIndexAPI Docs](https://docs.pubindexapi.com/) - [har.fyi](https://har.fyi/) @@ -16,6 +23,18 @@ Starlight is already being used in production around the web. See some examples - [xs-dev docs](https://xs-dev.js.org) - [Athena OS](https://www.athenaos.org) - [simple-fm](https://simple.arciniega.one) -- [Starwoof](https://starwoof.vercel.app/) - Watch Ben and Chris of Astro build this Starlight site showcasing the pets of Astro in real time! [Twitch stream: Astro x Starlight - BLAZING FAST ECO-FRIENDLY NON-GMO ORGANIC docs](https://www.twitch.tv/videos/1841159960) See all the [public project repos using Starlight on GitHub](https://github.com/withastro/starlight/network/dependents). + +## Community plugins + +These community tools, plugins, and integrations work alongside Starlight to extend its functionality. + +- [FeelBack](https://www.feelback.dev/blog/new-astro-starlight-integration/) — add a user feedback system to your site. +- [starlight-blog](https://github.com/HiDeoo/starlight-blog) — add a blog to your documentation site. +- [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator) — validate internal links. +- [starlight-typedoc](https://github.com/HiDeoo/starlight-typedoc) — generate Starlight pages from TypeScript using TypeDoc. + +## Videos + +- Watch Ben and Chris of Astro build [Starwoof](https://starwoof.vercel.app/) with Starlight in real time! [Twitch stream: Astro x Starlight - BLAZING FAST ECO-FRIENDLY NON-GMO ORGANIC docs](https://www.twitch.tv/videos/1841159960) |