summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuyikai2024-05-31 09:18:01 +0800
committerGitHub2024-05-31 09:18:01 +0800
commit64288fb0051310f7148afd13f65c578664f04eb2 (patch)
treefd88bbd295400b092f5fdda42a710f7670dfd86a
parent7e25a32585116a05eb384cfad66e609b037d597c (diff)
downloadIT.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.mdx10
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>