Skip to content

Commit

Permalink
Update contributing document for MkDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed Jun 14, 2024
1 parent b2a9a6b commit c9172a7
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions docs/contributing.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,22 @@ cp docs/index.en.md docs/index.ru.md
`mkdocs.txt` example

```yaml
languages:
en: English
ru: русский
zh: 中文
nav_translations:
zh:
Home: 首页
Setup: 配置
Reference: 资料
Trouble Shooting: 故障处理
- i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 中文
build: true
nav_translations:
Home: 首页
Getting started: 开始配置
How To: 如何做
Reference: 参考
Trouble Shooting: 问题处理
```
#### Ref
Expand Down

0 comments on commit c9172a7

Please sign in to comment.