diff options
author | HiDeoo | 2024-02-20 16:57:44 +0100 |
---|---|---|
committer | GitHub | 2024-02-20 16:57:44 +0100 |
commit | cc919fbbc9c7f54dfbfa157fbcab11a1dd200ada (patch) | |
tree | ae4d3dff69b4efc0f74a2d9d0fa4ef779223f908 | |
parent | a05b3782f423946b75be56b7e1cf6879973ea134 (diff) | |
download | IT.starlight-cc919fbbc9c7f54dfbfa157fbcab11a1dd200ada.tar.gz IT.starlight-cc919fbbc9c7f54dfbfa157fbcab11a1dd200ada.tar.bz2 IT.starlight-cc919fbbc9c7f54dfbfa157fbcab11a1dd200ada.zip |
docs: Add more plugins & tools (#1528)
-rw-r--r-- | docs/src/content/docs/resources/plugins.mdx | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx index a9b69396..c97f59fa 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -38,6 +38,21 @@ Extend your site with official plugins supported by the Starlight team and commu title="starlight-typedoc" description="Generate Starlight pages from TypeScript using TypeDoc." /> + <LinkCard + href="https://github.com/HiDeoo/starlight-blog" + title="starlight-blog" + description="Add a blog to your documentation site." + /> + <LinkCard + href="https://github.com/HiDeoo/starlight-openapi" + title="starlight-openapi" + description="Create documentation pages from OpenAPI/Swagger specifications." + /> + <LinkCard + href="https://github.com/HiDeoo/starlight-obsidian" + title="starlight-obsidian" + description="Publish Obsidian vaults in your Starlight site." + /> </CardGrid> ## Community tools and integrations @@ -53,16 +68,6 @@ These community tools and integrations can be used to add features to your Starl description="Add a user feedback system to your docs pages." /> <LinkCard - href="https://github.com/HiDeoo/starlight-blog" - title="starlight-blog" - description="Add a blog to your documentation site." - /> - <LinkCard - href="https://github.com/HiDeoo/starlight-openapi" - title="starlight-openapi" - description="Create documentation pages from OpenAPI/Swagger specifications." - /> - <LinkCard href="https://github.com/val-town/notion-to-astro" title="notion-to-astro" description="Convert Notion exports to Astro Starlight docs" @@ -72,4 +77,9 @@ These community tools and integrations can be used to add features to your Starl title="astro-live-code" description="Render your MDX code blocks as interactive components" /> + <LinkCard + href="https://github.com/HiDeoo/starlight-i18n" + title="starlight-i18n" + description="Visual Studio Code extension to help translate Starlight pages." + /> </CardGrid> |