diff options
author | Reynaldi Chernando | 2025-08-06 14:37:58 +0700 |
---|---|---|
committer | GitHub | 2025-08-06 09:37:58 +0200 |
commit | d78eb8ea4efc7e37ecbc2f5287cc671d0498317f (patch) | |
tree | 37108d9abc178dedcc22d796c5f36a17c99f7c91 | |
parent | 74abcc6a1dce3fd9221ec8573240cae17d5fcae7 (diff) | |
download | IT.starlight-d78eb8ea4efc7e37ecbc2f5287cc671d0498317f.tar.gz IT.starlight-d78eb8ea4efc7e37ecbc2f5287cc671d0498317f.tar.bz2 IT.starlight-d78eb8ea4efc7e37ecbc2f5287cc671d0498317f.zip |
docs: add `starlight-contextual-menu` to plugins resources (#3358)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-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 f08dc863..ba587a15 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -168,6 +168,11 @@ Extend your site with official plugins supported by the Starlight team and commu title="starlight-auto-drafts" description="Tweak draft pages default behavior and automatically remove sidebar links to draft pages in production mode." /> + <LinkCard + href="https://github.com/corsfix/starlight-contextual-menu" + title="starlight-contextual-menu" + description="Add a contextual menu to your Starlight documentation." + /> </CardGrid> ## Community tools and integrations |