You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/30 14:26:07 UTC

[incubator-servicecomb-website] branch asf-site updated (737b25a -> 429d351)

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

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


    from 737b25a  Published the website
     add 4f41cd0  Update the download page as per the comments from moderator (#50)
     new 677e43b  Merge branch 'master' into asf-site
     new 429d351  Publish the website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _data/navigation.yml                               |  6 +-
 _release/cn/release.md                             | 37 +++++++++
 _release/cn/saga_binaries.md                       |  4 +-
 _release/cn/saga_downloads.md                      | 14 ++++
 _release/cn/service_center_binaries.md             |  5 +-
 _release/cn/service_center_downloads.md            | 16 ++++
 _release/release.md                                | 37 +++++++++
 _release/saga_binaries.md                          |  4 +-
 _release/saga_downloads.md                         | 14 ++++
 _release/service_center_binaries.md                |  5 +-
 _release/service_center_downloads.md               | 15 ++++
 content/cn/release/index.html                      | 36 +++++++++
 content/cn/release/saga-binary/index.html          |  7 +-
 .../{saga-binary => saga-downloads}/index.html     | 19 +++--
 content/cn/release/sc-binary/index.html            |  8 +-
 .../release/{sc-binary => sc-downloads}/index.html | 20 +++--
 content/feed.xml                                   |  2 +-
 content/release/index.html                         | 42 +++++++++-
 content/release/java-chassis-binary/index.html     |  6 +-
 .../release/java-chassis-release-notes/index.html  |  6 +-
 content/release/saga-binary/index.html             | 13 +++-
 .../{saga-binary => saga-downloads}/index.html     | 23 +++---
 content/release/saga-release-notes/index.html      |  6 +-
 content/release/sc-binary/index.html               | 14 +++-
 .../release/{sc-binary => sc-downloads}/index.html | 24 +++---
 content/release/sc-release-notes/index.html        |  6 +-
 content/sitemap.xml                                | 90 +++++++++++++---------
 27 files changed, 377 insertions(+), 102 deletions(-)
 create mode 100644 _release/cn/saga_downloads.md
 create mode 100644 _release/cn/service_center_downloads.md
 create mode 100644 _release/saga_downloads.md
 create mode 100644 _release/service_center_downloads.md
 copy content/cn/release/{saga-binary => saga-downloads}/index.html (87%)
 copy content/cn/release/{sc-binary => sc-downloads}/index.html (83%)
 copy content/release/{saga-binary => saga-downloads}/index.html (86%)
 copy content/release/{sc-binary => sc-downloads}/index.html (82%)

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

[incubator-servicecomb-website] 02/02: Publish the website

Posted by ni...@apache.org.
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 429d3519edf0da8b2c2721ed237aa7ec30d65c57
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Mar 30 22:25:48 2018 +0800

    Publish the website
---
 content/cn/release/index.html                      | 36 +++++++++
 content/cn/release/saga-binary/index.html          |  7 +-
 .../{saga-binary => saga-downloads}/index.html     | 19 +++--
 content/cn/release/sc-binary/index.html            |  8 +-
 .../release/{sc-binary => sc-downloads}/index.html | 20 +++--
 content/feed.xml                                   |  2 +-
 content/release/index.html                         | 42 +++++++++-
 content/release/java-chassis-binary/index.html     |  6 +-
 .../release/java-chassis-release-notes/index.html  |  6 +-
 content/release/saga-binary/index.html             | 13 +++-
 .../{saga-binary => saga-downloads}/index.html     | 23 +++---
 content/release/saga-release-notes/index.html      |  6 +-
 content/release/sc-binary/index.html               | 14 +++-
 .../release/{sc-binary => sc-downloads}/index.html | 24 +++---
 content/release/sc-release-notes/index.html        |  6 +-
 content/sitemap.xml                                | 90 +++++++++++++---------
 16 files changed, 227 insertions(+), 95 deletions(-)

diff --git a/content/cn/release/index.html b/content/cn/release/index.html
index 304851f..1ea01a5 100644
--- a/content/cn/release/index.html
+++ b/content/cn/release/index.html
@@ -382,6 +382,42 @@
   </li>
 </ul>
 
+<p><strong>Verifying the release</strong></p>
+
+<p>It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures.
+ The PGP signatures can  be verified using GPG or PGP. 
+ Please download the <a href="https://www.apache.org/dist/incubator/servicecomb/KEYS" target="_blank">KEYS</a> as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution <a href="https://www.apache.org/dist/incubator/servicecomb/" target="_blank">directory</a> and not from the mirrors.</p>
+<div class="highlighter-rouge"><pre class="highlight"><code> gpg -i KEYS
+ 
+ or
+ 
+ pgpk -a KEYS
+ 
+ or
+ 
+ pgp -ka KEYS
+
+</code></pre>
+</div>
+
+<p>To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>gpg --verify apache-servicecomb-incubating********.asc apache-servicecomb-incubating*********
+
+or
+
+pgpv apache-servicecomb-incubating********.asc
+
+or 
+
+pgp apache-servicecomb-incubating********.asc
+
+
+</code></pre>
+</div>
+
+<p>Alternatively you can download the SHA signatures from main distribution <a href="https://www.apache.org/dist/incubator/servicecomb/" target="_blank">repo</a> and verify the downloads using sha512sum.</p>
+
         
       </section>
 
diff --git a/content/cn/release/saga-binary/index.html b/content/cn/release/saga-binary/index.html
index a4bcec5..d5c7469 100644
--- a/content/cn/release/saga-binary/index.html
+++ b/content/cn/release/saga-binary/index.html
@@ -370,7 +370,12 @@
         <h2 id="releases">Releases</h2>
 
 <ul>
-  <li>Apache ServiceComb (incubating) Saga 0.1.0 <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip">[Distribution]</a> <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip">[SRC]</a></li>
+  <li>Apache ServiceComb (incubating) Saga 0.1.0
+    <ul>
+      <li>Source <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip">[src]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribu [...]
+      <li>Distribution <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga [...]
+    </ul>
+  </li>
 </ul>
 
         
diff --git a/content/cn/release/saga-binary/index.html b/content/cn/release/saga-downloads/index.html
similarity index 87%
copy from content/cn/release/saga-binary/index.html
copy to content/cn/release/saga-downloads/index.html
index a4bcec5..d90103c 100644
--- a/content/cn/release/saga-binary/index.html
+++ b/content/cn/release/saga-downloads/index.html
@@ -36,8 +36,8 @@
 <meta property="og:title" content="ServiceComb Saga Binaries">
 
 
-  <link rel="canonical" href="http://github.com/pages/apache/incubator-servicecomb-website/cn/release/saga-binary/">
-  <meta property="og:url" content="http://github.com/pages/apache/incubator-servicecomb-website/cn/release/saga-binary/">
+  <link rel="canonical" href="http://github.com/pages/apache/incubator-servicecomb-website/cn/release/saga-downloads/">
+  <meta property="og:url" content="http://github.com/pages/apache/incubator-servicecomb-website/cn/release/saga-downloads/">
 
 
 
@@ -221,7 +221,7 @@
           
             
             
-            <a href=/release/saga-binary/>English</a>
+            <a href=/release/saga-downloads/>English</a>
           
         </div>
       </nav>
@@ -334,7 +334,7 @@
             
             
 
-            <li><a href="/cn/release/saga-binary/" class="active">发布包</a></li>
+            <li><a href="/cn/release/saga-binary/" class="">发布包</a></li>
           
         </ul>
         
@@ -370,7 +370,12 @@
         <h2 id="releases">Releases</h2>
 
 <ul>
-  <li>Apache ServiceComb (incubating) Saga 0.1.0 <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip">[Distribution]</a> <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip">[SRC]</a></li>
+  <li>Apache ServiceComb (incubating) Saga 0.1.0
+    <ul>
+      <li>Source <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip">[src]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribu [...]
+      <li>Distribution <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga [...]
+    </ul>
+  </li>
 </ul>
 
         
@@ -427,8 +432,8 @@
     <div class="col">
       <ul>
         <p class="header">贡献</p>
-        <li><a href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue with _release/cn/saga_binaries.md">报告本网页问题</a></li>
-        <li><a href="https://github.com/apache/incubator-servicecomb-website/edit/master/_release/cn/saga_binaries.md">在Github上编辑此页</a></li>
+        <li><a href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue with _release/cn/saga_downloads.md">报告本网页问题</a></li>
+        <li><a href="https://github.com/apache/incubator-servicecomb-website/edit/master/_release/cn/saga_downloads.md">在Github上编辑此页</a></li>
         <li><a href="/cn/developers/submit-codes/">代码提交指南</a></li>
       </ul>
     </div>
diff --git a/content/cn/release/sc-binary/index.html b/content/cn/release/sc-binary/index.html
index 7b3429b..eeb33fd 100644
--- a/content/cn/release/sc-binary/index.html
+++ b/content/cn/release/sc-binary/index.html
@@ -370,7 +370,13 @@
         <h2 id="releases">Releases</h2>
 
 <ul>
-  <li>Apache ServiceComb (incubating) Service-Center 1.0.0-m1 <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz">[Windows]</a> <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz">[Linux]</a> <a href="https://apache.org/dyn/ [...]
+  <li>Apache ServiceComb (incubating) Service-Center 1.0.0-m1
+    <ul>
+      <li>Source <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip">[src]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apac [...]
+      <li>Windows <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecom [...]
+      <li>Linux <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-serv [...]
+    </ul>
+  </li>
 </ul>
 
 
diff --git a/content/cn/release/sc-binary/index.html b/content/cn/release/sc-downloads/index.html
similarity index 83%
copy from content/cn/release/sc-binary/index.html
copy to content/cn/release/sc-downloads/index.html
index 7b3429b..1e7f30d 100644
--- a/content/cn/release/sc-binary/index.html
+++ b/content/cn/release/sc-downloads/index.html
@@ -36,8 +36,8 @@
 <meta property="og:title" content="ServiceComb Service-Center Binaries">
 
 
-  <link rel="canonical" href="http://github.com/pages/apache/incubator-servicecomb-website/cn/release/sc-binary/">
-  <meta property="og:url" content="http://github.com/pages/apache/incubator-servicecomb-website/cn/release/sc-binary/">
+  <link rel="canonical" href="http://github.com/pages/apache/incubator-servicecomb-website/cn/release/sc-downloads/">
+  <meta property="og:url" content="http://github.com/pages/apache/incubator-servicecomb-website/cn/release/sc-downloads/">
 
 
 
@@ -221,7 +221,7 @@
           
             
             
-            <a href=/release/sc-binary/>English</a>
+            <a href=/release/sc-downloads/>English</a>
           
         </div>
       </nav>
@@ -278,7 +278,7 @@
             
             
 
-            <li><a href="/cn/release/sc-binary/" class="active">发布包</a></li>
+            <li><a href="/cn/release/sc-binary/" class="">发布包</a></li>
           
         </ul>
         
@@ -370,7 +370,13 @@
         <h2 id="releases">Releases</h2>
 
 <ul>
-  <li>Apache ServiceComb (incubating) Service-Center 1.0.0-m1 <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz">[Windows]</a> <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz">[Linux]</a> <a href="https://apache.org/dyn/ [...]
+  <li>Apache ServiceComb (incubating) Service-Center 1.0.0-m1
+    <ul>
+      <li>Source <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip">[src]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apac [...]
+      <li>Windows <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecom [...]
+      <li>Linux <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-serv [...]
+    </ul>
+  </li>
 </ul>
 
 
@@ -428,8 +434,8 @@
     <div class="col">
       <ul>
         <p class="header">贡献</p>
-        <li><a href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue with _release/cn/service_center_binaries.md">报告本网页问题</a></li>
-        <li><a href="https://github.com/apache/incubator-servicecomb-website/edit/master/_release/cn/service_center_binaries.md">在Github上编辑此页</a></li>
+        <li><a href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue with _release/cn/service_center_downloads.md">报告本网页问题</a></li>
+        <li><a href="https://github.com/apache/incubator-servicecomb-website/edit/master/_release/cn/service_center_downloads.md">在Github上编辑此页</a></li>
         <li><a href="/cn/developers/submit-codes/">代码提交指南</a></li>
       </ul>
     </div>
diff --git a/content/feed.xml b/content/feed.xml
index 31f1c85..4397b34 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-03-29T14:45:37+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-03-30T22:24:36+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;p&gt;Java Chassis uses zipkin as the default tracing implementation.&lt;/p&gt;
 
diff --git a/content/release/index.html b/content/release/index.html
index 8d07020..71f5d3c 100644
--- a/content/release/index.html
+++ b/content/release/index.html
@@ -277,7 +277,7 @@
             
             
 
-            <li><a href="/release/sc-binary/" class="">Binaries</a></li>
+            <li><a href="/release/sc-binary/" class="">Donwloads</a></li>
           
         </ul>
         
@@ -305,7 +305,7 @@
             
             
 
-            <li><a href="/release/java-chassis-binary/" class="">Binaries</a></li>
+            <li><a href="/release/java-chassis-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -333,7 +333,7 @@
             
             
 
-            <li><a href="/release/saga-binary/" class="">Binaries</a></li>
+            <li><a href="/release/saga-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -381,6 +381,42 @@
   </li>
 </ul>
 
+<p><strong>Verifying the release</strong></p>
+
+<p>It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures.
+ The PGP signatures can  be verified using GPG or PGP. 
+ Please download the <a href="https://www.apache.org/dist/incubator/servicecomb/KEYS" target="_blank">KEYS</a> as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution <a href="https://www.apache.org/dist/incubator/servicecomb/" target="_blank">directory</a> and not from the mirrors.</p>
+<div class="highlighter-rouge"><pre class="highlight"><code> gpg -i KEYS
+ 
+ or
+ 
+ pgpk -a KEYS
+ 
+ or
+ 
+ pgp -ka KEYS
+
+</code></pre>
+</div>
+
+<p>To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>gpg --verify apache-servicecomb-incubating********.asc apache-servicecomb-incubating*********
+
+or
+
+pgpv apache-servicecomb-incubating********.asc
+
+or 
+
+pgp apache-servicecomb-incubating********.asc
+
+
+</code></pre>
+</div>
+
+<p>Alternatively you can download the SHA signatures from main distribution <a href="https://www.apache.org/dist/incubator/servicecomb/" target="_blank">repo</a> and verify the downloads using sha512sum.</p>
+
         
       </section>
 
diff --git a/content/release/java-chassis-binary/index.html b/content/release/java-chassis-binary/index.html
index c777cb9..78cbe57 100644
--- a/content/release/java-chassis-binary/index.html
+++ b/content/release/java-chassis-binary/index.html
@@ -277,7 +277,7 @@
             
             
 
-            <li><a href="/release/sc-binary/" class="">Binaries</a></li>
+            <li><a href="/release/sc-binary/" class="">Donwloads</a></li>
           
         </ul>
         
@@ -305,7 +305,7 @@
             
             
 
-            <li><a href="/release/java-chassis-binary/" class="active">Binaries</a></li>
+            <li><a href="/release/java-chassis-binary/" class="active">Downloads</a></li>
           
         </ul>
         
@@ -333,7 +333,7 @@
             
             
 
-            <li><a href="/release/saga-binary/" class="">Binaries</a></li>
+            <li><a href="/release/saga-binary/" class="">Downloads</a></li>
           
         </ul>
         
diff --git a/content/release/java-chassis-release-notes/index.html b/content/release/java-chassis-release-notes/index.html
index d6924aa..dbcf7c4 100644
--- a/content/release/java-chassis-release-notes/index.html
+++ b/content/release/java-chassis-release-notes/index.html
@@ -277,7 +277,7 @@
             
             
 
-            <li><a href="/release/sc-binary/" class="">Binaries</a></li>
+            <li><a href="/release/sc-binary/" class="">Donwloads</a></li>
           
         </ul>
         
@@ -305,7 +305,7 @@
             
             
 
-            <li><a href="/release/java-chassis-binary/" class="">Binaries</a></li>
+            <li><a href="/release/java-chassis-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -333,7 +333,7 @@
             
             
 
-            <li><a href="/release/saga-binary/" class="">Binaries</a></li>
+            <li><a href="/release/saga-binary/" class="">Downloads</a></li>
           
         </ul>
         
diff --git a/content/release/saga-binary/index.html b/content/release/saga-binary/index.html
index f8ed440..7e55313 100644
--- a/content/release/saga-binary/index.html
+++ b/content/release/saga-binary/index.html
@@ -277,7 +277,7 @@
             
             
 
-            <li><a href="/release/sc-binary/" class="">Binaries</a></li>
+            <li><a href="/release/sc-binary/" class="">Donwloads</a></li>
           
         </ul>
         
@@ -305,7 +305,7 @@
             
             
 
-            <li><a href="/release/java-chassis-binary/" class="">Binaries</a></li>
+            <li><a href="/release/java-chassis-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -333,7 +333,7 @@
             
             
 
-            <li><a href="/release/saga-binary/" class="active">Binaries</a></li>
+            <li><a href="/release/saga-binary/" class="active">Downloads</a></li>
           
         </ul>
         
@@ -369,7 +369,12 @@
         <h2 id="releases">Releases</h2>
 
 <ul>
-  <li>Apache ServiceComb (incubating) Saga 0.1.0 <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip">[Distribution]</a> <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip">[SRC]</a></li>
+  <li>Apache ServiceComb (incubating) Saga 0.1.0
+    <ul>
+      <li>Source <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip">[src]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribu [...]
+      <li>Distribution <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga [...]
+    </ul>
+  </li>
 </ul>
 
         
diff --git a/content/release/saga-binary/index.html b/content/release/saga-downloads/index.html
similarity index 86%
copy from content/release/saga-binary/index.html
copy to content/release/saga-downloads/index.html
index f8ed440..53f5f49 100644
--- a/content/release/saga-binary/index.html
+++ b/content/release/saga-downloads/index.html
@@ -36,8 +36,8 @@
 <meta property="og:title" content="ServiceComb Saga Binaries">
 
 
-  <link rel="canonical" href="http://github.com/pages/apache/incubator-servicecomb-website/release/saga-binary/">
-  <meta property="og:url" content="http://github.com/pages/apache/incubator-servicecomb-website/release/saga-binary/">
+  <link rel="canonical" href="http://github.com/pages/apache/incubator-servicecomb-website/release/saga-downloads/">
+  <meta property="og:url" content="http://github.com/pages/apache/incubator-servicecomb-website/release/saga-downloads/">
 
 
 
@@ -220,7 +220,7 @@
         <div class="nav-lang">
           
             
-            <a href=/cn/release/saga-binary/>中文</a>
+            <a href=/cn/release/saga-downloads/>中文</a>
           
         </div>
       </nav>
@@ -277,7 +277,7 @@
             
             
 
-            <li><a href="/release/sc-binary/" class="">Binaries</a></li>
+            <li><a href="/release/sc-binary/" class="">Donwloads</a></li>
           
         </ul>
         
@@ -305,7 +305,7 @@
             
             
 
-            <li><a href="/release/java-chassis-binary/" class="">Binaries</a></li>
+            <li><a href="/release/java-chassis-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -333,7 +333,7 @@
             
             
 
-            <li><a href="/release/saga-binary/" class="active">Binaries</a></li>
+            <li><a href="/release/saga-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -369,7 +369,12 @@
         <h2 id="releases">Releases</h2>
 
 <ul>
-  <li>Apache ServiceComb (incubating) Saga 0.1.0 <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip">[Distribution]</a> <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip">[SRC]</a></li>
+  <li>Apache ServiceComb (incubating) Saga 0.1.0
+    <ul>
+      <li>Source <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip">[src]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-src.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribu [...]
+      <li>Distribution <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga-distribution-0.1.0-bin.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-saga/0.1.0/apache-servicecomb-incubating-saga [...]
+    </ul>
+  </li>
 </ul>
 
         
@@ -426,8 +431,8 @@
     <div class="col">
       <ul>
         <p class="header">Contribute</p>
-        <li><a href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue with _release/saga_binaries.md">Report a Doc Issue</a></li>
-        <li><a href="https://github.com/apache/incubator-servicecomb-website/edit/master/_release/saga_binaries.md">Edit This Page on Github</a></li>
+        <li><a href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue with _release/saga_downloads.md">Report a Doc Issue</a></li>
+        <li><a href="https://github.com/apache/incubator-servicecomb-website/edit/master/_release/saga_downloads.md">Edit This Page on Github</a></li>
         <li><a href="/developers/submit-codes/">Code Submit Guide</a></li>
       </ul>
     </div>
diff --git a/content/release/saga-release-notes/index.html b/content/release/saga-release-notes/index.html
index 3f5427e..3da08db 100644
--- a/content/release/saga-release-notes/index.html
+++ b/content/release/saga-release-notes/index.html
@@ -277,7 +277,7 @@
             
             
 
-            <li><a href="/release/sc-binary/" class="">Binaries</a></li>
+            <li><a href="/release/sc-binary/" class="">Donwloads</a></li>
           
         </ul>
         
@@ -305,7 +305,7 @@
             
             
 
-            <li><a href="/release/java-chassis-binary/" class="">Binaries</a></li>
+            <li><a href="/release/java-chassis-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -333,7 +333,7 @@
             
             
 
-            <li><a href="/release/saga-binary/" class="">Binaries</a></li>
+            <li><a href="/release/saga-binary/" class="">Downloads</a></li>
           
         </ul>
         
diff --git a/content/release/sc-binary/index.html b/content/release/sc-binary/index.html
index 7e9301a..a8fd1ea 100644
--- a/content/release/sc-binary/index.html
+++ b/content/release/sc-binary/index.html
@@ -277,7 +277,7 @@
             
             
 
-            <li><a href="/release/sc-binary/" class="active">Binaries</a></li>
+            <li><a href="/release/sc-binary/" class="active">Donwloads</a></li>
           
         </ul>
         
@@ -305,7 +305,7 @@
             
             
 
-            <li><a href="/release/java-chassis-binary/" class="">Binaries</a></li>
+            <li><a href="/release/java-chassis-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -333,7 +333,7 @@
             
             
 
-            <li><a href="/release/saga-binary/" class="">Binaries</a></li>
+            <li><a href="/release/saga-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -369,7 +369,13 @@
         <h2 id="releases">Releases</h2>
 
 <ul>
-  <li>Apache ServiceComb (incubating) Service-Center 1.0.0-m1 <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz">[Windows]</a> <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz">[Linux]</a> <a href="https://apache.org/dyn/ [...]
+  <li>Apache ServiceComb (incubating) Service-Center 1.0.0-m1
+    <ul>
+      <li>Source <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip">[src]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apac [...]
+      <li>Windows <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecom [...]
+      <li>Linux <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-serv [...]
+    </ul>
+  </li>
 </ul>
 
         
diff --git a/content/release/sc-binary/index.html b/content/release/sc-downloads/index.html
similarity index 82%
copy from content/release/sc-binary/index.html
copy to content/release/sc-downloads/index.html
index 7e9301a..b21e07c 100644
--- a/content/release/sc-binary/index.html
+++ b/content/release/sc-downloads/index.html
@@ -36,8 +36,8 @@
 <meta property="og:title" content="ServiceComb Service-Center Binaries">
 
 
-  <link rel="canonical" href="http://github.com/pages/apache/incubator-servicecomb-website/release/sc-binary/">
-  <meta property="og:url" content="http://github.com/pages/apache/incubator-servicecomb-website/release/sc-binary/">
+  <link rel="canonical" href="http://github.com/pages/apache/incubator-servicecomb-website/release/sc-downloads/">
+  <meta property="og:url" content="http://github.com/pages/apache/incubator-servicecomb-website/release/sc-downloads/">
 
 
 
@@ -220,7 +220,7 @@
         <div class="nav-lang">
           
             
-            <a href=/cn/release/sc-binary/>中文</a>
+            <a href=/cn/release/sc-downloads/>中文</a>
           
         </div>
       </nav>
@@ -277,7 +277,7 @@
             
             
 
-            <li><a href="/release/sc-binary/" class="active">Binaries</a></li>
+            <li><a href="/release/sc-binary/" class="">Donwloads</a></li>
           
         </ul>
         
@@ -305,7 +305,7 @@
             
             
 
-            <li><a href="/release/java-chassis-binary/" class="">Binaries</a></li>
+            <li><a href="/release/java-chassis-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -333,7 +333,7 @@
             
             
 
-            <li><a href="/release/saga-binary/" class="">Binaries</a></li>
+            <li><a href="/release/saga-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -369,7 +369,13 @@
         <h2 id="releases">Releases</h2>
 
 <ul>
-  <li>Apache ServiceComb (incubating) Service-Center 1.0.0-m1 <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz">[Windows]</a> <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz">[Linux]</a> <a href="https://apache.org/dyn/ [...]
+  <li>Apache ServiceComb (incubating) Service-Center 1.0.0-m1
+    <ul>
+      <li>Source <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip">[src]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apac [...]
+      <li>Windows <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecom [...]
+      <li>Linux <a href="https://apache.org/dyn/closer.cgi/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz">[Binary]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/servicecomb/incubator-servicecomb-serv [...]
+    </ul>
+  </li>
 </ul>
 
         
@@ -426,8 +432,8 @@
     <div class="col">
       <ul>
         <p class="header">Contribute</p>
-        <li><a href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue with _release/service_center_binaries.md">Report a Doc Issue</a></li>
-        <li><a href="https://github.com/apache/incubator-servicecomb-website/edit/master/_release/service_center_binaries.md">Edit This Page on Github</a></li>
+        <li><a href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue with _release/service_center_downloads.md">Report a Doc Issue</a></li>
+        <li><a href="https://github.com/apache/incubator-servicecomb-website/edit/master/_release/service_center_downloads.md">Edit This Page on Github</a></li>
         <li><a href="/developers/submit-codes/">Code Submit Guide</a></li>
       </ul>
     </div>
diff --git a/content/release/sc-release-notes/index.html b/content/release/sc-release-notes/index.html
index 7f7e145..9902146 100644
--- a/content/release/sc-release-notes/index.html
+++ b/content/release/sc-release-notes/index.html
@@ -277,7 +277,7 @@
             
             
 
-            <li><a href="/release/sc-binary/" class="">Binaries</a></li>
+            <li><a href="/release/sc-binary/" class="">Donwloads</a></li>
           
         </ul>
         
@@ -305,7 +305,7 @@
             
             
 
-            <li><a href="/release/java-chassis-binary/" class="">Binaries</a></li>
+            <li><a href="/release/java-chassis-binary/" class="">Downloads</a></li>
           
         </ul>
         
@@ -333,7 +333,7 @@
             
             
 
-            <li><a href="/release/saga-binary/" class="">Binaries</a></li>
+            <li><a href="/release/saga-binary/" class="">Downloads</a></li>
           
         </ul>
         
diff --git a/content/sitemap.xml b/content/sitemap.xml
index ccbfc66..5ec9bf3 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -271,11 +271,11 @@
 <lastmod>2017-10-29T22:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/docs/quick-start-advance/flow-control/</loc>
+<loc>/cn/docs/quick-start-advance/flow-control/</loc>
 <lastmod>2017-09-03T22:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/docs/quick-start-advance/flow-control/</loc>
+<loc>/docs/quick-start-advance/flow-control/</loc>
 <lastmod>2017-09-03T22:01:43+08:00</lastmod>
 </url>
 <url>
@@ -285,10 +285,6 @@
 <loc>/cn/</loc>
 </url>
 <url>
-<loc>/cn/faqs/faqs-huawei-cloud/</loc>
-<lastmod>2017-10-30T03:01:43+08:00</lastmod>
-</url>
-<url>
 <loc>/users/huawei-cloud-faq/</loc>
 <lastmod>2017-06-06T22:01:43+08:00</lastmod>
 </url>
@@ -297,6 +293,10 @@
 <lastmod>2017-10-29T22:01:43+08:00</lastmod>
 </url>
 <url>
+<loc>/cn/faqs/faqs-huawei-cloud/</loc>
+<lastmod>2017-10-30T03:01:43+08:00</lastmod>
+</url>
+<url>
 <loc>/cn/users/invoke-control/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
@@ -345,11 +345,11 @@
 <lastmod>2017-12-30T02:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/users/metrics-in-1.0.0-m1/</loc>
+<loc>/cn/users/metrics-in-1.0.0-m1/</loc>
 <lastmod>2017-12-30T22:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/users/metrics-in-1.0.0-m1/</loc>
+<loc>/users/metrics-in-1.0.0-m1/</loc>
 <lastmod>2017-12-30T22:01:43+08:00</lastmod>
 </url>
 <url>
@@ -365,19 +365,19 @@
 <lastmod>2017-12-29T22:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/users/edging-service/nginx/</loc>
+<loc>/users/edging-service/nginx/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/users/edging-service/nginx/</loc>
+<loc>/cn/users/edging-service/nginx/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/docs/quick-start-advance/</loc>
+<loc>/docs/quick-start-advance/</loc>
 <lastmod>2017-09-03T22:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/docs/quick-start-advance/</loc>
+<loc>/cn/docs/quick-start-advance/</loc>
 <lastmod>2017-09-03T22:01:43+08:00</lastmod>
 </url>
 <url>
@@ -389,14 +389,14 @@
 <lastmod>2017-09-04T22:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/docs/quick-start-dataconsistency/</loc>
-<lastmod>2017-09-03T22:01:43+08:00</lastmod>
-</url>
-<url>
 <loc>/cn/docs/quick-start-dataconsistency/</loc>
 <lastmod>2017-09-19T23:50:10+08:00</lastmod>
 </url>
 <url>
+<loc>/docs/quick-start-dataconsistency/</loc>
+<lastmod>2017-09-03T22:01:43+08:00</lastmod>
+</url>
+<url>
 <loc>/cn/docs/quick-start/</loc>
 <lastmod>2017-09-03T22:01:43+08:00</lastmod>
 </url>
@@ -405,11 +405,11 @@
 <lastmod>2017-09-06T08:50:43+08:00</lastmod>
 </url>
 <url>
-<loc>/release/</loc>
+<loc>/cn/release/</loc>
 <lastmod>2018-03-28T08:50:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/release/</loc>
+<loc>/release/</loc>
 <lastmod>2018-03-28T08:50:43+08:00</lastmod>
 </url>
 <url>
@@ -421,6 +421,14 @@
 <lastmod>2018-03-28T08:50:43+08:00</lastmod>
 </url>
 <url>
+<loc>/release/saga-downloads/</loc>
+<lastmod>2018-03-28T08:50:43+08:00</lastmod>
+</url>
+<url>
+<loc>/cn/release/saga-downloads/</loc>
+<lastmod>2018-03-28T08:50:43+08:00</lastmod>
+</url>
+<url>
 <loc>/cn/release/saga-release-notes/</loc>
 <lastmod>2018-03-28T08:50:43+08:00</lastmod>
 </url>
@@ -437,15 +445,11 @@
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/users/service-definition/</loc>
-<lastmod>2017-08-16T03:01:43+08:00</lastmod>
-</url>
-<url>
 <loc>/users/service-definition/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/users/service-heartbeat/</loc>
+<loc>/cn/users/service-definition/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
@@ -453,7 +457,7 @@
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/users/service-interface-constraints/</loc>
+<loc>/users/service-heartbeat/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
@@ -461,6 +465,10 @@
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
+<loc>/cn/users/service-interface-constraints/</loc>
+<lastmod>2017-08-16T03:01:43+08:00</lastmod>
+</url>
+<url>
 <loc>/docs/quick-start-advance/service-management/</loc>
 <lastmod>2017-09-03T22:01:43+08:00</lastmod>
 </url>
@@ -477,7 +485,11 @@
 <lastmod>2018-03-28T08:50:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/release/sc-release-notes/</loc>
+<loc>/cn/release/sc-downloads/</loc>
+<lastmod>2018-03-28T08:50:43+08:00</lastmod>
+</url>
+<url>
+<loc>/release/sc-downloads/</loc>
 <lastmod>2018-03-28T08:50:43+08:00</lastmod>
 </url>
 <url>
@@ -485,14 +497,18 @@
 <lastmod>2018-03-28T08:50:43+08:00</lastmod>
 </url>
 <url>
-<loc>/users/</loc>
-<lastmod>2017-06-14T22:01:43+08:00</lastmod>
+<loc>/cn/release/sc-release-notes/</loc>
+<lastmod>2018-03-28T08:50:43+08:00</lastmod>
 </url>
 <url>
 <loc>/cn/users/</loc>
 <lastmod>2017-06-14T22:01:43+08:00</lastmod>
 </url>
 <url>
+<loc>/users/</loc>
+<lastmod>2017-06-14T22:01:43+08:00</lastmod>
+</url>
+<url>
 <loc>/cn/developers/setup-committer-rights/</loc>
 <lastmod>2017-12-22T22:49:00+08:00</lastmod>
 </url>
@@ -509,38 +525,38 @@
 <lastmod>2017-06-24T18:48:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/users/setup-environment/</loc>
+<loc>/users/setup-environment/</loc>
 <lastmod>2017-09-03T22:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/users/setup-environment/</loc>
+<loc>/cn/users/setup-environment/</loc>
 <lastmod>2017-09-03T22:01:43+08:00</lastmod>
 </url>
 <url>
 <loc>/sitemap/</loc>
 </url>
 <url>
-<loc>/developers/submit-codes/</loc>
+<loc>/cn/developers/submit-codes/</loc>
 <lastmod>2017-09-10T01:12:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/developers/submit-codes/</loc>
+<loc>/developers/submit-codes/</loc>
 <lastmod>2017-09-10T01:12:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/developers/use-jira/</loc>
+<loc>/developers/use-jira/</loc>
 <lastmod>2018-03-01T16:12:43+08:00</lastmod>
 </url>
 <url>
-<loc>/developers/use-jira/</loc>
+<loc>/cn/developers/use-jira/</loc>
 <lastmod>2018-03-01T16:12:43+08:00</lastmod>
 </url>
 <url>
-<loc>/users/use-service-contract/</loc>
+<loc>/cn/users/use-service-contract/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/cn/users/use-service-contract/</loc>
+<loc>/users/use-service-contract/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
@@ -566,11 +582,11 @@
 <loc>/cn/year-archive/</loc>
 </url>
 <url>
-<loc>/cn/users/edging-service/zuul/</loc>
+<loc>/users/edging-service/zuul/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>
-<loc>/users/edging-service/zuul/</loc>
+<loc>/cn/users/edging-service/zuul/</loc>
 <lastmod>2017-08-16T03:01:43+08:00</lastmod>
 </url>
 <url>

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

[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

Posted by ni...@apache.org.
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 677e43b83866b295259edd30a0eeab9a0d3b3f60
Merge: 737b25a 4f41cd0
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Mar 30 22:24:18 2018 +0800

    Merge branch 'master' into asf-site

 _data/navigation.yml                    |  6 +++---
 _release/cn/release.md                  | 37 +++++++++++++++++++++++++++++++++
 _release/cn/saga_binaries.md            |  4 +++-
 _release/cn/saga_downloads.md           | 14 +++++++++++++
 _release/cn/service_center_binaries.md  |  5 ++++-
 _release/cn/service_center_downloads.md | 16 ++++++++++++++
 _release/release.md                     | 37 +++++++++++++++++++++++++++++++++
 _release/saga_binaries.md               |  4 +++-
 _release/saga_downloads.md              | 14 +++++++++++++
 _release/service_center_binaries.md     |  5 ++++-
 _release/service_center_downloads.md    | 15 +++++++++++++
 11 files changed, 150 insertions(+), 7 deletions(-)


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