diff options
author | trueberryless | 2025-04-10 16:28:47 +0300 |
---|---|---|
committer | GitHub | 2025-04-10 15:28:47 +0200 |
commit | 109faf0ec3d003d8aafca2c812fbf87f324c0fd2 (patch) | |
tree | aa18c4ae3584be664115abbed2c950349be81f96 | |
parent | aa100cc4213fa87db28e0e0f672839ff1bf9416a (diff) | |
download | IT.starlight-109faf0ec3d003d8aafca2c812fbf87f324c0fd2.tar.gz IT.starlight-109faf0ec3d003d8aafca2c812fbf87f324c0fd2.tar.bz2 IT.starlight-109faf0ec3d003d8aafca2c812fbf87f324c0fd2.zip |
feat: add Starlight Changelog to community content (#3074)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | docs/src/content/docs/resources/community-content.mdx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/content/docs/resources/community-content.mdx b/docs/src/content/docs/resources/community-content.mdx index 42e37370..5ddb6632 100644 --- a/docs/src/content/docs/resources/community-content.mdx +++ b/docs/src/content/docs/resources/community-content.mdx @@ -45,6 +45,11 @@ Here is a collection of posts and articles to learn more about Starlight and oth title="Open source all the way down" description="How Cloudflare used Starlight to upgrade their developer documentation." /> + <LinkCard + href="https://starlight-changelog.netlify.app/" + title="Starlight Changelog" + description="View all releases of the @astrojs/starlight package on a single beautiful page." + /> </CardGrid> ## Recipes and Guides |