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 51f9ab1c001db5b11006b79f83e7dc09b7760f51
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Tue May 8 11:02:56 2018 +0800

    Publish the website
---
 content/cn/developers/index.html                   |  2 +-
 content/cn/developers/release-guide/index.html     | 18 +++++++++++--
 .../developers/setup-committer-rights/index.html   |  2 +-
 .../setup-develop-environment/index.html           | 31 ++++++++++++++--------
 content/cn/developers/submit-codes/index.html      |  4 +--
 .../cn/developers/subscribe-mail-list/index.html   |  2 +-
 content/cn/developers/use-jira/index.html          |  2 +-
 content/developers/release-guide/index.html        | 16 ++++++++++-
 content/feed.xml                                   |  2 +-
 9 files changed, 58 insertions(+), 21 deletions(-)

diff --git a/content/cn/developers/index.html b/content/cn/developers/index.html
index 0784e25..841a898 100644
--- a/content/cn/developers/index.html
+++ b/content/cn/developers/index.html
@@ -327,7 +327,7 @@
           
           
 
-          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">How to Release in Apache</span></a>
+          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">Servicecomb发版指南</span></a>
         
 
         
diff --git a/content/cn/developers/release-guide/index.html 
b/content/cn/developers/release-guide/index.html
index 6c15615..f12d01e 100644
--- a/content/cn/developers/release-guide/index.html
+++ b/content/cn/developers/release-guide/index.html
@@ -329,7 +329,7 @@
           
           
 
-          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">How to Release in Apache</span></a>
+          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">Servicecomb发版指南</span></a>
         
 
         
@@ -362,7 +362,21 @@
       
 
       <section class="page__content" itemprop="text">
-        <p>本文向大家介绍如何在Apache上进行ServiceComb项目发版.</p>
+        <aside class="sidebar__right">
+<nav class="toc">
+    <!-- <header><h4 class="nav__title"><i class="fa fa-file-text"></i> 
在本页上</h4></header> -->
+<ul class="toc__menu" id="markdown-toc">
+  <li><a href="#前期准备" id="markdown-toc-前期准备">前期准备</a></li>
+  <li><a href="#配置maven" id="markdown-toc-配置maven">配置Maven</a></li>
+  <li><a href="#发行service-center" 
id="markdown-toc-发行service-center">发行Service-Center</a></li>
+  <li><a href="#发行java-chassis" 
id="markdown-toc-发行java-chassis">发行Java-Chassis</a></li>
+  <li><a href="#发行saga" id="markdown-toc-发行saga">发行Saga</a></li>
+</ul>
+
+  </nav>
+</aside>
+
+<p>本文向大家介绍如何在Apache上进行ServiceComb项目发版.</p>
 
 <h2 id="前期准备">前期准备</h2>
 
diff --git a/content/cn/developers/setup-committer-rights/index.html 
b/content/cn/developers/setup-committer-rights/index.html
index 835cf90..4bcd390 100644
--- a/content/cn/developers/setup-committer-rights/index.html
+++ b/content/cn/developers/setup-committer-rights/index.html
@@ -327,7 +327,7 @@
           
           
 
-          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">How to Release in Apache</span></a>
+          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">Servicecomb发版指南</span></a>
         
 
         
diff --git a/content/cn/developers/setup-develop-environment/index.html 
b/content/cn/developers/setup-develop-environment/index.html
index e57a6c7..1063837 100644
--- a/content/cn/developers/setup-develop-environment/index.html
+++ b/content/cn/developers/setup-develop-environment/index.html
@@ -327,7 +327,7 @@
           
           
 
-          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">How to Release in Apache</span></a>
+          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">Servicecomb发版指南</span></a>
         
 
         
@@ -360,7 +360,23 @@
       
 
       <section class="page__content" itemprop="text">
-        <h2 id="基本环境准备">基本环境准备</h2>
+        <aside class="sidebar__right">
+<nav class="toc">
+    <!-- <header><h4 class="nav__title"><i class="fa fa-file-text"></i> 
在本页上</h4></header> -->
+<ul class="toc__menu" id="markdown-toc">
+  <li><a href="#基本环境准备" id="markdown-toc-基本环境准备">基本环境准备</a></li>
+  <li><a href="#git配置" id="markdown-toc-git配置">Git配置</a></li>
+  <li><a href="#ide-环境配置" id="markdown-toc-ide-环境配置">IDE 环境配置</a>    <ul>
+      <li><a href="#intellij-idea-配置" 
id="markdown-toc-intellij-idea-配置">IntelliJ IDEA 配置</a></li>
+    </ul>
+  </li>
+  <li><a href="#下一步" id="markdown-toc-下一步">下一步</a></li>
+</ul>
+
+  </nav>
+</aside>
+
+<h2 id="基本环境准备">基本环境准备</h2>
 <p>在您开始前,请确保以下应用已安装:</p>
 <ul>
   <li><strong>Git</strong>,安装详情可参考<a 
href="https://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git"; 
target="_blank">Git安装教程</a></li>
@@ -403,16 +419,9 @@ git config --global user.email &lt;your-email-address&gt;
 <aside class="sidebar__right">
 <nav class="toc">
     <!-- <header><h4 class="nav__title"><i class="fa fa-file-text"></i> 
在本页上</h4></header> -->
-<ul class="toc__menu" id="markdown-toc">
-  <li><a href="#基本环境准备" id="markdown-toc-基本环境准备">基本环境准备</a></li>
-  <li><a href="#git配置" id="markdown-toc-git配置">Git配置</a></li>
-  <li><a href="#ide-环境配置" id="markdown-toc-ide-环境配置">IDE 环境配置</a>    <ul>
-      <li><a href="#intellij-idea-配置" 
id="markdown-toc-intellij-idea-配置">IntelliJ IDEA 配置</a></li>
+    <ul class="toc__menu">
+      <li>Auto generated table of contents</li>
     </ul>
-  </li>
-  <li><a href="#下一步" id="markdown-toc-下一步">下一步</a></li>
-</ul>
-
   </nav>
 </aside>
 
diff --git a/content/cn/developers/submit-codes/index.html 
b/content/cn/developers/submit-codes/index.html
index 6235310..0c50799 100644
--- a/content/cn/developers/submit-codes/index.html
+++ b/content/cn/developers/submit-codes/index.html
@@ -327,7 +327,7 @@
           
           
 
-          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">How to Release in Apache</span></a>
+          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">Servicecomb发版指南</span></a>
         
 
         
@@ -489,7 +489,7 @@ fig-2 Create pull request</p>
     </div>
   </li>
   <li>切换回刚才的分支(假设分支名为fix)
-    <div class="language-bash highlighter-rouge"><pre 
class="highlight"><code>git checkout fix 
+    <div class="language-bash highlighter-rouge"><pre 
class="highlight"><code>git checkout fix
 </code></pre>
     </div>
   </li>
diff --git a/content/cn/developers/subscribe-mail-list/index.html 
b/content/cn/developers/subscribe-mail-list/index.html
index 1531dcb..609d411 100644
--- a/content/cn/developers/subscribe-mail-list/index.html
+++ b/content/cn/developers/subscribe-mail-list/index.html
@@ -327,7 +327,7 @@
           
           
 
-          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">How to Release in Apache</span></a>
+          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">Servicecomb发版指南</span></a>
         
 
         
diff --git a/content/cn/developers/use-jira/index.html 
b/content/cn/developers/use-jira/index.html
index 04f28fb..ace557e 100644
--- a/content/cn/developers/use-jira/index.html
+++ b/content/cn/developers/use-jira/index.html
@@ -327,7 +327,7 @@
           
           
 
-          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">How to Release in Apache</span></a>
+          <a href="/cn/developers/release-guide/"><span class="nav__sub-title 
nav__sub-title-with-url">Servicecomb发版指南</span></a>
         
 
         
diff --git a/content/developers/release-guide/index.html 
b/content/developers/release-guide/index.html
index 749aaa6..77bd4b3 100644
--- a/content/developers/release-guide/index.html
+++ b/content/developers/release-guide/index.html
@@ -350,7 +350,21 @@
       
 
       <section class="page__content" itemprop="text">
-        <p>This Guide helps you to do the release in Apache for ServiceComb 
projects.</p>
+        <aside class="sidebar__right">
+<nav class="toc">
+    <!-- <header><h4 class="nav__title"><i class="fa fa-file-text"></i> On 
This Page</h4></header> -->
+<ul class="toc__menu" id="markdown-toc">
+  <li><a href="#pre-requisite" 
id="markdown-toc-pre-requisite">Pre-Requisite</a></li>
+  <li><a href="#maven-2-setup" id="markdown-toc-maven-2-setup">Maven 2 
Setup</a></li>
+  <li><a href="#major-steps-for-doing-service-center-release" 
id="markdown-toc-major-steps-for-doing-service-center-release">Major Steps for 
doing Service-Center Release</a></li>
+  <li><a href="#major-steps-for-doing-java-chassis-release" 
id="markdown-toc-major-steps-for-doing-java-chassis-release">Major Steps for 
doing Java-Chassis Release</a></li>
+  <li><a href="#major-steps-for-doing-saga-release" 
id="markdown-toc-major-steps-for-doing-saga-release">Major Steps for doing Saga 
Release</a></li>
+</ul>
+
+  </nav>
+</aside>
+
+<p>This Guide helps you to do the release in Apache for ServiceComb 
projects.</p>
 
 <h2 id="pre-requisite">Pre-Requisite</h2>
 <p>To prepare or perform a released you MUST BE at least an Apache ServiceComb 
committer.</p>
diff --git a/content/feed.xml b/content/feed.xml
index 81b6e97..28f7116 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2018-05-08T10:42:55+08:00</updated><id>/</id><title 
type="html">Apache ServiceComb (incubating)</title><subtitle>The homepage of 
ServiceComb</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt; [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2018-05-08T11:02:05+08:00</updated><id>/</id><title 
type="html">Apache ServiceComb (incubating)</title><subtitle>The homepage of 
ServiceComb</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt; [...]
 
 &lt;h4 id=&quot;cucumber-简介&quot;&gt;Cucumber 简介&lt;/h4&gt;
 

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

Reply via email to