Skip to content

Commit

Permalink
zh-cn: translate guide for consistency (nodejs#1928)
Browse files Browse the repository at this point in the history
Fix: nodejs#1927

/cc @nodejs/nodejs-cn
  • Loading branch information
ZYSzys authored Dec 6, 2018
1 parent 6d845f8 commit ed01538
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion locale/zh-cn/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 调试 - 入门教程
title: 调试 - 入门指南
layout: docs.hbs
---

Expand Down
2 changes: 1 addition & 1 deletion locale/zh-cn/docs/guides/getting-started-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 入门教程
title: 入门指南
layout: docs.hbs
---

Expand Down
6 changes: 3 additions & 3 deletions locale/zh-cn/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ layout: docs.hbs

# 指南

## 一般教程
## 一般指南

- [入门教程](getting-started-guide/)
- [入门指南](getting-started-guide/)
- [调试入门](debugging-getting-started/)
- [Node.js 应用一窥](simple-profiling/)
- [将 Node.js 网络应用安装到 Docker 中](nodejs-docker-webapp/)
Expand All @@ -22,7 +22,7 @@ layout: docs.hbs
- [Node.js 中的定时器](timers-in-node/)


## 与模块相关的教程
## 与模块相关的指南

- [HTTP 传输解析](anatomy-of-an-http-transaction/)
- [搭配不同的文件系统工作](working-with-different-filesystems/)
Expand Down
2 changes: 1 addition & 1 deletion locale/zh-cn/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"guides": {
"link": "docs/guides",
"text": "教程"
"text": "指南"
},
"dependencies": {
"link": "docs/meta/topics/dependencies",
Expand Down

0 comments on commit ed01538

Please sign in to comment.