diff options
author | HiDeoo | 2025-08-06 18:37:53 +0200 |
---|---|---|
committer | GitHub | 2025-08-06 18:37:53 +0200 |
commit | 2fb8757a3be0a6e246fff3578704bb5ed3c0848a (patch) | |
tree | d0b43fa5f953a512e34a41383a5a87aa5c7a7a43 | |
parent | d78eb8ea4efc7e37ecbc2f5287cc671d0498317f (diff) | |
download | IT.starlight-2fb8757a3be0a6e246fff3578704bb5ed3c0848a.tar.gz IT.starlight-2fb8757a3be0a6e246fff3578704bb5ed3c0848a.tar.bz2 IT.starlight-2fb8757a3be0a6e246fff3578704bb5ed3c0848a.zip |
Add `starlight-changelogs` to plugins resources (#3359)
-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 ba587a15..d9bdffcf 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -173,6 +173,11 @@ Extend your site with official plugins supported by the Starlight team and commu title="starlight-contextual-menu" description="Add a contextual menu to your Starlight documentation." /> + <LinkCard + href="https://github.com/HiDeoo/starlight-changelogs" + title="starlight-changelogs" + description="Display changelogs alongside your project documentation." + /> </CardGrid> ## Community tools and integrations |