diff options
author | HiDeoo | 2025-02-14 23:11:56 +0100 |
---|---|---|
committer | GitHub | 2025-02-14 23:11:56 +0100 |
commit | dfab4d190b2064298e8b6e66bc8ba5651a75ad9e (patch) | |
tree | ee284722dfcfa3278e032445b392826b63a8b115 | |
parent | 2bd56a4b3604471dca55b599b4c466932fa24f69 (diff) | |
download | IT.starlight-dfab4d190b2064298e8b6e66bc8ba5651a75ad9e.tar.gz IT.starlight-dfab4d190b2064298e8b6e66bc8ba5651a75ad9e.tar.bz2 IT.starlight-dfab4d190b2064298e8b6e66bc8ba5651a75ad9e.zip |
docs: reference more plugins (#2874)
-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 e17286b6..85deb701 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -118,6 +118,16 @@ Extend your site with official plugins supported by the Starlight team and commu title="starlight-giscus" description="Add Giscus comments to your docs site." /> + <LinkCard + href="https://github.com/HiDeoo/starlight-videos" + title="starlight-videos" + description="Enhance your documentation with video guides and courses." + /> + <LinkCard + href="https://github.com/HiDeoo/starlight-kbd" + title="starlight-kbd" + description="Document keyboard shortcuts with ease." + /> </CardGrid> ### Community themes |