docs: update zh-cn translation (#365)

This commit is contained in:
纳兰音韵
2024-04-21 18:46:21 +08:00
committed by GitHub
parent f98fa8c389
commit 81720c7727
8 changed files with 565 additions and 0 deletions

View File

@ -0,0 +1,42 @@
---
title: 步骤
---
A built-in component to display a series of steps.
## 示例
{{% steps %}}
### 第一步
这是第一步。
### 第二步
这是第二步。
### 第三步
这是第三步。
{{% /steps %}}
## 使用
将 Markdown h3 标题放入 `steps` 短代码中。
```
{{%/* steps */%}}
### Step 1
This is the first step.
### Step 2
This is the second step.
{{%/* /steps */%}}
```