diff options
author | Martin Trapp | 2025-02-25 17:41:19 +0100 |
---|---|---|
committer | GitHub | 2025-02-25 17:41:19 +0100 |
commit | 8f65b6652d2caf142d01b536e8f710326772fb6b (patch) | |
tree | 388c56b3a1c14515edc6d6e6d9dcf862a24db704 | |
parent | c9c9f591e2fc43508675c05f552827d30b469bbe (diff) | |
download | IT.starlight-8f65b6652d2caf142d01b536e8f710326772fb6b.tar.gz IT.starlight-8f65b6652d2caf142d01b536e8f710326772fb6b.tar.bz2 IT.starlight-8f65b6652d2caf142d01b536e8f710326772fb6b.zip |
starlight-view-transition plugin (#2917)
-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 c4f93152..4dcfd886 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -128,6 +128,11 @@ Extend your site with official plugins supported by the Starlight team and commu title="starlight-kbd" description="Document keyboard shortcuts with ease." /> + <LinkCard + href="https://events-3bg.pages.dev/library/StarlightPlugin/" + title="starlight-view-transitions" + description="Add browser-native cross-document view transitions." + /> </CardGrid> ## Community tools and integrations |