You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2019/10/23 12:04:40 UTC

[servicecomb-website] branch master updated: add project version to user guide

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 03d0153  add project version to user guide
     new 646a0dd  Merge pull request #205 from ChinX/master
03d0153 is described below

commit 03d015373ad4cd19bc97b171bcc62bfe96b286a7
Author: chinx <c5...@126.com>
AuthorDate: Wed Oct 23 19:20:02 2019 +0800

    add project version to user guide
---
 _data/navigation.yml   | 34 +++++++++++++++++-----------------
 _includes/sidebar.html |  4 ++--
 _pages/cn/home.md      |  2 +-
 _pages/home.md         |  2 +-
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index d4f399a..d2d0fd0 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -8,7 +8,7 @@ t:
       - title: "Projects"
         url: /developers/
         group: "projects"
-      - title: "Resources"
+      - title: "Documentation"
         url: /users/
         group: "users"
         children:
@@ -68,24 +68,24 @@ t:
           - title: "Mersher Distributed Tracing"
             url: /docs/mersher-quick-start-advance/mersher-distributed-tracing/
     users:
-      - title: Java Chassis
+      - title: Java Chassis User Guide
         children:
-          - title: Java-chassis User Guide
+          - title: 1.2.1
             url: https://docs.servicecomb.io/java-chassis/en_US/index.html
 
-      - title: Saga
+      - title: Saga User Guide
         children:
-          - title: Saga User Guide
+          - title: 0.5.0
             url: https://docs.servicecomb.io/saga/en_US/index.html
 
-      - title: ServiceCenter
+      - title: ServiceCenter User Guide
         children:
-          - title: ServiceCenter User Guide
+          - title: 1.2.0
             url: https://docs.servicecomb.io/service-center/en_US/index.html
 
-      - title: Kie
+      - title: Kie User Guide
         children:
-          - title: Kie User Guide
+          - title: 0.1.0
             url: /docs/kie/0.1.0/index.html
     developers:
       - title: "Projects"
@@ -159,13 +159,13 @@ t:
 
   cn:
     main:
-      - title: "主页"
+      - title: "首页"
         url: /cn/
         group: "home"
       - title: "项目"
         url: /cn/developers/
         group: "projects"
-      - title: "资料"
+      - title: "文档"
         url: /cn/users/
         group: "users"
         children:
@@ -226,19 +226,19 @@ t:
             url: /cn/docs/mersher-quick-start-advance/mersher-distributed-tracing/
 
     users:
-      - title: Java Chassis
+      - title: Java-chassis用户手册
         children:
-          - title: Java-chassis用户手册
+          - title: 1.2.1
             url: https://docs.servicecomb.io/java-chassis/zh_CN/index.html
 
-      - title: Saga
+      - title: Saga用户手册
         children:
-          - title: Saga用户手册
+          - title: 0.5.0
             url: https://docs.servicecomb.io/saga/zh_CN/index.html
 
-      - title: ServiceCenter
+      - title: ServiceCenter用户手册
         children:
-          - title: ServiceCenter用户手册
+          - title: 1.2.0
             url: https://docs.servicecomb.io/service-center/zh_CN/index.html
 
     developers:
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index f82f8fc..311694d 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -1,9 +1,9 @@
 {% if page.author_profile or layout.author_profile or page.sidebar %}
   <div class="sidebar sticky">
       {% if page.lang == 'cn' %}
-      <div class="back-to-home">{{ site.data.ui-text[page.lang].breadcrumb_home_label | default: "Home" }} > <a href="/cn/">ServiceComb</a></div>
+      <div class="back-to-home"><a href="/cn/">{{ site.data.ui-text[page.lang].breadcrumb_home_label | default: "Home" }}</a> > {{ page.title }}</div>
       {% else %}
-      <div class="back-to-home">{{ site.data.ui-text[page.lang].breadcrumb_home_label | default: "Home" }} > <a href="/">ServiceComb</a></div>
+      <div class="back-to-home"><a href="/">{{ site.data.ui-text[page.lang].breadcrumb_home_label | default: "Home" }}</a> > {{ page.title }}</div>
       {% endif %}
   {% if page.author_profile or layout.author_profile %}{% include author-profile.html %}{% endif %}
   {% if page.sidebar %}
diff --git a/_pages/cn/home.md b/_pages/cn/home.md
index a917338..ac6e6f1 100755
--- a/_pages/cn/home.md
+++ b/_pages/cn/home.md
@@ -12,7 +12,7 @@ excerpt: '开箱即用、高性能、兼容流行生态、支持多语言的一
     <a href="/cn/release" class="home-button btn--info">下载</a>
 </div>
 <div class="button-group def-inline-block">
-    <a href="/cn/docs/quick-start/" class="home-button btn--info">快速入门</a>
+    <a href="/cn/docs/quick-start/" class="home-button btn--info">开始</a>
 </div>'
 
 intro:
diff --git a/_pages/home.md b/_pages/home.md
index f18c26b..62108ad 100755
--- a/_pages/home.md
+++ b/_pages/home.md
@@ -12,7 +12,7 @@ excerpt: 'Open-Source, Full-Stack Microservice Solution.With out of the box, hig
     <a href="/release" class="home-button btn--info">Download</a>
 </div>
 <div class="button-group def-inline-block">
-    <a href="/docs/quick-start/" class="home-button btn--info">Quick Start</a>
+    <a href="/docs/quick-start/" class="home-button btn--info">Get started</a>
 </div>'
 
 intro: