diff options
author | Adrián UB | 2025-01-24 09:31:30 -0500 |
---|---|---|
committer | GitHub | 2025-01-24 15:31:30 +0100 |
commit | 3b534f0dbdb5b05f63a60253706faf7919574601 (patch) | |
tree | 695af52ffd9935af9845512498f58bbe334f70c1 | |
parent | 66a4131c63ec8ff425c6f04c1c496abbdfddc945 (diff) | |
download | IT.starlight-3b534f0dbdb5b05f63a60253706faf7919574601.tar.gz IT.starlight-3b534f0dbdb5b05f63a60253706faf7919574601.tar.bz2 IT.starlight-3b534f0dbdb5b05f63a60253706faf7919574601.zip |
docs: add more community plugins resources (#2827)
-rw-r--r-- | docs/src/content/docs/resources/plugins.mdx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx index b460cfb9..09272873 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -140,6 +140,11 @@ A theme is a Starlight plugin that changes the visual appearance of a site with title="starlight-ion-theme" description="A sleek, modern theme for Starlight." /> + <LinkCard + href="https://github.com/adrian-ub/starlight-theme-black" + title="starlight-theme-black" + description="Starlight theme inspired by shadcn docs" + /> </CardGrid> ## Community tools and integrations |