diff options
author | trueberryless | 2024-06-07 12:26:32 +0200 |
---|---|---|
committer | GitHub | 2024-06-07 12:26:32 +0200 |
commit | e76bf262292545625c07ff387082db5f7def173a (patch) | |
tree | 377c781f2a03e1933350c58d2fae7654591a9acf | |
parent | 0d5296bc4aaf0d84c16f935e87def23ddfa21f41 (diff) | |
download | IT.starlight-e76bf262292545625c07ff387082db5f7def173a.tar.gz IT.starlight-e76bf262292545625c07ff387082db5f7def173a.tar.bz2 IT.starlight-e76bf262292545625c07ff387082db5f7def173a.zip |
Add `starlight-view-modes` to plugin integrations list (#1957)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.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 03f32111..ffd4c234 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -68,6 +68,11 @@ Extend your site with official plugins supported by the Starlight team and commu title="starlight-utils" description="Extend Starlight with a collection of common utilities." /> + <LinkCard + href="https://github.com/trueberryless/starlight-view-modes" + title="starlight-view-modes" + description="Add different view mode capabilities to your documentation website." + /> </CardGrid> |