Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions zh/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ export const HeroCard = ({ filename, title, description, href }) => {
</div>

<div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
<HeroCard filename="rocket" title="快速开始" description="通过我们的分步指南,在几分钟内部署你的第一个文档站点" href="/docs/zh/quickstart" />
<HeroCard filename="rocket" title="快速开始" description="通过我们的分步指南,在几分钟内部署你的第一个文档站点" href="/zh/quickstart" />

<HeroCard filename="cli" title="CLI 安装" description="安装命令行界面(CLI),在本地预览和开发文档" href="/docs/zh/cli" />
<HeroCard filename="cli" title="CLI 安装" description="安装命令行界面(CLI),在本地预览和开发文档" href="/zh/cli" />

<HeroCard filename="editor" title="网页编辑器" description="使用基于浏览器的编辑器快速更新和管理内容" href="/docs/zh/editor/index" />
<HeroCard filename="editor" title="网页编辑器" description="使用基于浏览器的编辑器快速更新和管理内容" href="/zh/editor/index" />

<HeroCard filename="components" title="组件" description="使用我们开箱即用的组件构建丰富、互动性强的文档" href="/docs/zh/components/accordions" />
<HeroCard filename="components" title="组件" description="使用我们开箱即用的组件构建丰富、互动性强的文档" href="/zh/components/accordions" />
</div>
</div>
</div>