diff options
author | trueberryless | 2025-03-21 12:45:35 +0100 |
---|---|---|
committer | GitHub | 2025-03-21 12:45:35 +0100 |
commit | c341601f7560af44c0f5ef7e99a3d636b052c956 (patch) | |
tree | 902e621ae86fecb8a447e258c1960bd8b0c7b75d | |
parent | 1cea467cd28535cec638fb41a5d472adf36384fd (diff) | |
download | IT.starlight-c341601f7560af44c0f5ef7e99a3d636b052c956.tar.gz IT.starlight-c341601f7560af44c0f5ef7e99a3d636b052c956.tar.bz2 IT.starlight-c341601f7560af44c0f5ef7e99a3d636b052c956.zip |
add own plugin and enhance some other descriptions (#2996)
-rw-r--r-- | docs/src/content/docs/resources/plugins.mdx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx index 44269970..b7abe3fc 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -56,7 +56,7 @@ Extend your site with official plugins supported by the Starlight team and commu <LinkCard href="https://astro-ghostcms.xyz/intro/starlight/install/" title="starlight-ghostcms" - description="Add your GhostCMS blog posts alongside your Starlight Docs" + description="Add your GhostCMS blog posts alongside your Starlight docs." /> <LinkCard href="https://github.com/HiDeoo/starlight-image-zoom" @@ -141,9 +141,13 @@ Extend your site with official plugins supported by the Starlight team and commu <LinkCard href="https://github.com/delucis/starlight-llms-txt" title="starlight-llms-txt" - description="Add llms.txt to your documentation site based on llmstxt.org" + description="Add llms.txt to your documentation site based on llmstxt.org." + /> + <LinkCard + href="https://github.com/trueberryless-org/starlight-toc-overview-customizer" + title="starlight-toc-overview-customizer" + description="Tweak Starlight's table of contents with customizable overview title." /> - </CardGrid> ## Community tools and integrations |