${info ? `
${info}
` : ''}\n`
-```
-
-
-- Details:
-
- A function to render the starting tag of the container.
-
- The first param is the `info` part of [container syntax](#container-syntax).
-
- This option will not take effect if you don't specify the [after](#after) option.
-
-### after
-
-- Type: `(info: string) => string`
-
-- Default:
-
-
-```ts
-(): string => '
\n'
-```
-
-
-- Details:
-
- A function to render the ending tag of the container.
-
- The first param is the `info` part of [container syntax](#container-syntax).
-
- This option will not take effect if you don't specify the [before](#before) option.
-
-### render
-
-- Type:
-
- ```ts
- type MarkdownItContainerRenderFunction = (
- tokens: Token[],
- index: number,
- options: any,
- env: MarkdownEnv,
- self: Renderer,
- ) => string
- ```
-
-- Details:
-
- The `render` option of [markdown-it-container](https://github.com/markdown-it/markdown-it-container#api).
-
- This plugin uses a default `render` function. If you specify this option, the default `render` function will be replaced, and the [locales](#locales), [before](#before) and [after](#after) options will be ignored.
-
-### validate
-
-- Type: `(params: string) => boolean`
-
-- Details:
-
- The `validate` option of [markdown-it-container](https://github.com/markdown-it/markdown-it-container#api).
-
-### marker
-
-- Type: `string`
-
-- Details:
-
- The `marker` option of [markdown-it-container](https://github.com/markdown-it/markdown-it-container#api).
diff --git a/docs/zh/README.md b/docs/zh/README.md
index 375c12c8..de01220a 100644
--- a/docs/zh/README.md
+++ b/docs/zh/README.md
@@ -5,12 +5,15 @@ title: 首页
heroImage: /images/hero.png
actions:
- text: 快速上手
+ icon: fa6-solid:lightbulb
link: /zh/guide/getting-started.html
type: primary
- text: 项目简介
+ icon: fa6-solid:circle-info
link: /zh/guide/introduction.html
type: secondary
- text: 市场
+ icon: fa6-solid:cart-shopping
link: https://marketplace.vuejs.press/zh/
type: secondary
features:
diff --git a/docs/zh/guide/troubleshooting.md b/docs/zh/guide/troubleshooting.md
index 739fb30e..b4192e0f 100644
--- a/docs/zh/guide/troubleshooting.md
+++ b/docs/zh/guide/troubleshooting.md
@@ -1,3 +1,7 @@
+---
+icon: fa6-solid:circle-question
+---
+
# 常见问题
## 缺少 bundler / theme 配置?