diff --git a/aio/content/guide/quickstart.md b/aio/content/guide/quickstart.md
index f32eb19c07..37625d73ac 100644
--- a/aio/content/guide/quickstart.md
+++ b/aio/content/guide/quickstart.md
@@ -140,17 +140,12 @@ It takes time to set up a new project, most of it spent installing npm packages.
-
-
Step 3: Serve the application
-
-
-
- 步骤3. 启动开发服务器
-
-
+
+ 步骤3. 启动开发服务器
+
Go to the project directory and launch the server.
diff --git a/aio/content/navigation.json b/aio/content/navigation.json
index 689200c08f..92e09f1f8c 100644
--- a/aio/content/navigation.json
+++ b/aio/content/navigation.json
@@ -34,8 +34,21 @@
},
{
+ "url": "guide/docs-style-guide",
+ "title": "文档风格指南",
+ "tooltip": "给文档作者的风格指南",
+ "hidden": true
+ },
+
+ {
+ "url": "guide/quickstart",
"title": "快速起步",
- "tooltip": "Angular 破冰",
+ "tooltip": "Angular 破冰"
+ },
+
+ {
+ "title": "教程",
+ "tooltip": "此《英雄指南》教程会带你用 TypeScript 一步步创建一个 Angular 应用。",
"children": [
{
"url": "tutorial",