This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 8f967490571b1771df30d4bb21f08669cd39f174
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Tue May 8 11:01:28 2018 +0800

    Polish the developer guide
---
 _data/navigation.yml                        | 2 +-
 _developers/cn/release_guide.md             | 2 ++
 _developers/cn/setup-develop-environment.md | 4 +++-
 _developers/cn/submit-codes.md              | 8 ++++----
 _developers/release_guide.md                | 2 +-
 5 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index 30b72a6..2d5401c 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -294,7 +294,7 @@ t:
         url: /cn/developers/use-jira/
       - title: "设置代码仓库写权限"
         url: /cn/developers/setup-committer-rights/
-      - title: "How to Release in Apache"
+      - title: "Servicecomb发版指南"
         url: /cn/developers/release-guide/
 
     faqs:
diff --git a/_developers/cn/release_guide.md b/_developers/cn/release_guide.md
index 639c07d..0db48df 100644
--- a/_developers/cn/release_guide.md
+++ b/_developers/cn/release_guide.md
@@ -11,6 +11,8 @@ redirect_from:
   - /theme-setup/
 ---
 
+{% include toc %}
+
 本文向大家介绍如何在Apache上进行ServiceComb项目发版.
 
 ## 前期准备
diff --git a/_developers/cn/setup-develop-environment.md 
b/_developers/cn/setup-develop-environment.md
index 270802e..cf2c242 100644
--- a/_developers/cn/setup-develop-environment.md
+++ b/_developers/cn/setup-develop-environment.md
@@ -7,6 +7,8 @@ excerpt: "开发环境准备"
 last_modified_at: 2017-06-24T18:48:43+08:00
 ---
 
+{% include toc %}
+
 ## 基本环境准备
 在您开始前,请确保以下应用已安装:
 * 
**Git**,安装详情可参考[Git安装教程](https://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git){:target="_blank"}
@@ -31,7 +33,7 @@ last_modified_at: 2017-06-24T18:48:43+08:00
    ```bash
    git clone https://github.com/apache/incubator-servicecomb-java-chassis.git
    ```
-   
+
 ## IDE 环境配置
 现有支持Java开发的IDE很多,如Eclipse, IntelliJ IDEA和STS等。我们在此推荐使用IntelliJ 
IDEA,对于日常开发,其社区版的功能已经足够了。在安装完IntelliJ 
IDEA后,您可以根据[初始化设置教程](https://www.jetbrains.com/help/idea/installing-and-launching.html#d325787e291)对IntelliJ
 
IDEA进行配置,随后可通过阅读[必备快捷键](https://www.jetbrains.com/help/idea/keyboard-shortcuts-you-cannot-miss.html)了解常用的快捷键。
 
diff --git a/_developers/cn/submit-codes.md b/_developers/cn/submit-codes.md
index 3610b33..0177ab4 100644
--- a/_developers/cn/submit-codes.md
+++ b/_developers/cn/submit-codes.md
@@ -1,6 +1,6 @@
 ---
 title: "代码提交指南"
-lang: cn 
+lang: cn
 ref: submit-codes
 permalink: /cn/developers/submit-codes/
 excerpt: "介绍如何向 ServiceComb 项目提交代码"
@@ -85,11 +85,11 @@ last_modified_at: 2017-09-08T20:26:43-20:46
   在浏览器切换到自己的 github 页面,切换分支到提交的分支 \<your\_branch\_name\> ,依次点击 `New pull 
request` 和 `Create pull request` 按钮进行创建,如下图所示:
 
 ![体质指数应用运行界面](/assets/images/new-pr.jpg){: .align-center}
-fig-1 New pull request 
+fig-1 New pull request
 {: .figure-caption}
 
 ![体质指数应用运行界面](/assets/images/create-pr.jpg){: .align-center}
-fig-2 Create pull request 
+fig-2 Create pull request
 {: .figure-caption}
 
   至此,您的PR创建完成,更多关于 PR 请阅读 
[collaborating-with-issues-and-pull-requests](https://help.github.com/categories/collaborating-with-issues-and-pull-requests/)
 。
@@ -106,7 +106,7 @@ fig-2 Create pull request
    ```
 3. 切换回刚才的分支(假设分支名为fix)
    ```bash
-   git checkout fix 
+   git checkout fix
    ```
 4. 进行rebase
    ```bash
diff --git a/_developers/release_guide.md b/_developers/release_guide.md
index 78007f3..50d7b7d 100644
--- a/_developers/release_guide.md
+++ b/_developers/release_guide.md
@@ -10,7 +10,7 @@ tags: [release]
 redirect_from:
   - /theme-setup/
 ---
-
+{% include toc %}
 
 This Guide helps you to do the release in Apache for ServiceComb projects.
 

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.

Reply via email to