${info ? `
${info}
` : ''}\n`
-```
-
-
-- 详情:
-
- 一个用于渲染容器起始标签的函数。
-
- 第一个参数是 [容器语法](#容器语法) 的 `info` 部分。
-
- 如果你没有设置 [after](#after) 配置项,则该配置项也不会生效。
-
-### after
-
-- 类型: `(info: string) => string`
-
-- 默认值:
-
-
-```ts
-(): string => '
\n'
-```
-
-
-- 详情:
-
- 一个用于渲染容器结束标签的函数。
-
- 第一个参数是 [容器语法](#容器语法) 的 `info` 部分。
-
- 如果你没有设置 [before](#before) 配置项,则该配置项也不会生效。
-
-### render
-
-- 类型:
-
-```ts
-type MarkdownItContainerRenderFunction = (
- tokens: Token[],
- index: number,
- options: any,
- env: MarkdownEnv,
- self: Renderer,
-) => string
-```
-
-- 详情:
-
- [markdown-it-container](https://github.com/markdown-it/markdown-it-container#api) 的 `render` 配置项。
-
- 该插件使用了一个默认的 `render` 函数。但如果你指定了该配置项,那么默认的 `render` 函数就会被替换掉,此时 [locales](#locales) 、 [before](#before) 和 [after](#after) 配置项都会被忽略。
-
-### validate
-
-- 类型: `(params: string) => boolean`
-
-- 详情:
-
- [markdown-it-container](https://github.com/markdown-it/markdown-it-container#api) 的 `validate` 配置项。
-
-### marker
-
-- 类型: `string`
-
-- 详情:
-
- [markdown-it-container](https://github.com/markdown-it/markdown-it-container#api) 的 `marker` 配置项。
diff --git a/docs/zh/reference/plugin/docsearch.md b/docs/zh/reference/plugin/docsearch.md
deleted file mode 100644
index 1bf2b05a..00000000
--- a/docs/zh/reference/plugin/docsearch.md
+++ /dev/null
@@ -1,410 +0,0 @@
-# docsearch
-
-