diff options
author | HiDeoo | 2024-05-26 10:58:44 +0200 |
---|---|---|
committer | GitHub | 2024-05-26 10:58:44 +0200 |
commit | 50f1c0d3fbb0f947187a48fb5f341eb63cc0719a (patch) | |
tree | c2758501db36d61b89cc7b09c8ad6e24833c36da | |
parent | c34f56d37163654015dd93ce46ea2e67caf10140 (diff) | |
download | IT.starlight-50f1c0d3fbb0f947187a48fb5f341eb63cc0719a.tar.gz IT.starlight-50f1c0d3fbb0f947187a48fb5f341eb63cc0719a.tar.bz2 IT.starlight-50f1c0d3fbb0f947187a48fb5f341eb63cc0719a.zip |
docs: add `starlight-package-managers` & `starlight-showcases` to the community resources (#1940)
-rw-r--r-- | docs/src/content/docs/resources/plugins.mdx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx index 975a63f2..03f32111 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -98,4 +98,14 @@ These community tools and integrations can be used to add features to your Starl title="starlight-i18n" description="Visual Studio Code extension to help translate Starlight pages." /> + <LinkCard + href="https://github.com/HiDeoo/starlight-package-managers" + title="starlight-package-managers" + description="Quickly display npm related commands for multiple package managers." + /> + <LinkCard + href="https://github.com/HiDeoo/starlight-showcases" + title="starlight-showcases" + description="Set of Starlight components to author showcase pages." + /> </CardGrid> |