diff options
author | HiDeoo | 2025-07-25 19:49:49 +0200 |
---|---|---|
committer | GitHub | 2025-07-25 19:49:49 +0200 |
commit | bfb4b657c3b90c7770febca722c76f1e5010e06a (patch) | |
tree | 8cdf78ef6723ddfbd545c3d07e92917ff050ac0c | |
parent | 7ef92ecb0151f96d50fa6a8b42f674a5a9c2b023 (diff) | |
download | IT.starlight-bfb4b657c3b90c7770febca722c76f1e5010e06a.tar.gz IT.starlight-bfb4b657c3b90c7770febca722c76f1e5010e06a.tar.bz2 IT.starlight-bfb4b657c3b90c7770febca722c76f1e5010e06a.zip |
docs: add `starlight-auto-drafts` to plugins resources (#3337)
Co-authored-by: delucis <357379+delucis@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 ba137d06..f08dc863 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -163,6 +163,11 @@ Extend your site with official plugins supported by the Starlight team and commu title="starlight-codeblock-fullscreen" description="Add fullscreen toggle functionality to Expressive Code blocks in your documentation." /> + <LinkCard + href="https://github.com/HiDeoo/starlight-auto-drafts" + title="starlight-auto-drafts" + description="Tweak draft pages default behavior and automatically remove sidebar links to draft pages in production mode." + /> </CardGrid> ## Community tools and integrations |