diff options
author | HiDeoo | 2025-03-14 16:28:41 +0100 |
---|---|---|
committer | GitHub | 2025-03-14 16:28:41 +0100 |
commit | aef2dab13544ae505597d0f591460e1bec153108 (patch) | |
tree | 8ff0cd65bb3233a9d5a643faf75293015c38e555 | |
parent | 05c70f44f1afb9a0db47f76663842fccc0c6d95c (diff) | |
download | IT.starlight-aef2dab13544ae505597d0f591460e1bec153108.tar.gz IT.starlight-aef2dab13544ae505597d0f591460e1bec153108.tar.bz2 IT.starlight-aef2dab13544ae505597d0f591460e1bec153108.zip |
docs: add `starlight-auto-sidebar` plugin (#2962)
-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 4dcfd886..478b4fa4 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -133,6 +133,11 @@ Extend your site with official plugins supported by the Starlight team and commu title="starlight-view-transitions" description="Add browser-native cross-document view transitions." /> + <LinkCard + href="https://github.com/HiDeoo/starlight-auto-sidebar" + title="starlight-auto-sidebar" + description="Tweak your autogenerated sidebar groups." + /> </CardGrid> ## Community tools and integrations |