From 96f0fcaf4969a7fabd76fbcde50fcec60bcd1f2e Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Fri, 4 Aug 2017 09:09:01 +0800 Subject: [PATCH] fix: missed quick start in navigation --- aio/content/guide/quickstart.md | 11 +++-------- aio/content/navigation.json | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 9 deletions(-) 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",