diff options
author | HiDeoo | 2024-09-02 18:57:14 +0200 |
---|---|---|
committer | GitHub | 2024-09-02 18:57:14 +0200 |
commit | f79334ef9546b7fc4d63a193db74c3f0a77d1cd0 (patch) | |
tree | f1c3f0378592b7b7a69b318bc25477c6a9752127 | |
parent | d79c77bf020a201caceb32381dee7e93c0b0362f (diff) | |
download | IT.starlight-f79334ef9546b7fc4d63a193db74c3f0a77d1cd0.tar.gz IT.starlight-f79334ef9546b7fc4d63a193db74c3f0a77d1cd0.tar.bz2 IT.starlight-f79334ef9546b7fc4d63a193db74c3f0a77d1cd0.zip |
Add `starlight-heading-badges` & `@hideoo/generator-starlight-plugin` to the plugin showcase (#2276)
-rw-r--r-- | docs/src/content/docs/resources/plugins.mdx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx index eb83f1de..2028cc8c 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -83,6 +83,11 @@ Extend your site with official plugins supported by the Starlight team and commu title="star-warp" description="Warp-drive through search results in your documentation." /> + <LinkCard + href="https://github.com/HiDeoo/starlight-heading-badges" + title="starlight-heading-badges" + description="Add badges to your Markdown and MDX headings." + /> </CardGrid> ### Community themes @@ -134,4 +139,9 @@ These community tools and integrations can be used to add features to your Starl title="starlight-showcases" description="Set of Starlight components to author showcase pages." /> + <LinkCard + href="https://github.com/HiDeoo/generator-starlight-plugin" + title="@hideoo/starlight-plugin" + description="A generator to quickly scaffold Starlight plugins." + /> </CardGrid> |