diff options
author | huyikai | 2024-05-31 09:18:01 +0800 |
---|---|---|
committer | GitHub | 2024-05-31 09:18:01 +0800 |
commit | 64288fb0051310f7148afd13f65c578664f04eb2 (patch) | |
tree | fd88bbd295400b092f5fdda42a710f7670dfd86a | |
parent | 7e25a32585116a05eb384cfad66e609b037d597c (diff) | |
download | IT.starlight-64288fb0051310f7148afd13f65c578664f04eb2.tar.gz IT.starlight-64288fb0051310f7148afd13f65c578664f04eb2.tar.bz2 IT.starlight-64288fb0051310f7148afd13f65c578664f04eb2.zip |
i18n(zh-cn): Update `plugins.mdx` (#1942)
Co-authored-by: liruifengv <liruifeng1024@gmail.com>
-rw-r--r-- | docs/src/content/docs/zh-cn/resources/plugins.mdx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/src/content/docs/zh-cn/resources/plugins.mdx b/docs/src/content/docs/zh-cn/resources/plugins.mdx index 7b3e9b41..3b98b6a0 100644 --- a/docs/src/content/docs/zh-cn/resources/plugins.mdx +++ b/docs/src/content/docs/zh-cn/resources/plugins.mdx @@ -96,4 +96,14 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; title="starlight-i18n" description="帮助翻译 Starlight 页面的 Visual Studio Code 扩展" /> + <LinkCard + href="https://github.com/HiDeoo/starlight-package-managers" + title="starlight-package-managers" + description="快速显示多个包管理器的 npm 相关命令。" + /> + <LinkCard + href="https://github.com/HiDeoo/starlight-showcases" + title="starlight-showcases" + description="一套 Starlight 组件,用于创建展示页面。" + /> </CardGrid> |