diff options
author | Lorenzo Lewis | 2024-05-20 18:16:57 +0200 |
---|---|---|
committer | GitHub | 2024-05-20 18:16:57 +0200 |
commit | 8a54a4369715f03194382e506ef5d558836a307e (patch) | |
tree | 05a2f2027ce84598deee2681c8f81e403a494d37 | |
parent | d9a090e052e1c2af7590d4274649c4a98445c201 (diff) | |
download | IT.starlight-8a54a4369715f03194382e506ef5d558836a307e.tar.gz IT.starlight-8a54a4369715f03194382e506ef5d558836a307e.tar.bz2 IT.starlight-8a54a4369715f03194382e506ef5d558836a307e.zip |
Add `starlight-multi-sidebar` to `plugins.mdx` (#1900)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | docs/src/content/docs/resources/plugins.mdx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx index f3a9ba69..c0a41621 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -63,6 +63,12 @@ Extend your site with official plugins supported by the Starlight team and commu title="starlight-image-zoom" description="Add zoom capabilities to your documentation images." /> + <LinkCard + href="https://github.com/lorenzolewis/starlight-multi-sidebar" + title="starlight-multi-sidebar" + description="Enable multiple sidebars in your Starlight site" + /> + </CardGrid> ## Community tools and integrations |