diff options
author | HiDeoo | 2024-01-29 11:12:56 +0000 |
---|---|---|
committer | fredkbot | 2024-01-29 11:12:56 +0000 |
commit | 4b098148e2cd0a6e6cbd3c0915ffef90edbf3924 (patch) | |
tree | 3838595dfde3ce606d249a3d4cbca73799de6ff7 | |
parent | 4d2558396dc2ee0ad1fdd5b7b67c49010781b498 (diff) | |
download | IT.starlight-4b098148e2cd0a6e6cbd3c0915ffef90edbf3924.tar.gz IT.starlight-4b098148e2cd0a6e6cbd3c0915ffef90edbf3924.tar.bz2 IT.starlight-4b098148e2cd0a6e6cbd3c0915ffef90edbf3924.zip |
[ci] format
-rw-r--r-- | docs/src/content/docs/zh-cn/guides/components.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/docs/zh-cn/guides/components.mdx b/docs/src/content/docs/zh-cn/guides/components.mdx index 90cc6ac0..c21a8dbf 100644 --- a/docs/src/content/docs/zh-cn/guides/components.mdx +++ b/docs/src/content/docs/zh-cn/guides/components.mdx @@ -7,7 +7,7 @@ description: 使用 Starlight 在 MDX 中使用组件 例如,链接卡片或 YouTube 嵌入。 Starlight 支持在 [MDX](https://mdxjs.com/) 文件中使用组件,并提供了一些常用组件供你使用。 -[在 Astro 文档中了解更多关于构建组件的内容](https://docs.astro.build/zh-cn/core-concepts/astro-components/)。 +[在 Astro 文档中了解更多关于构建组件的内容](https://docs.astro.build/zh-cn/core-concepts/astro-components/)。 ## 使用组件 |