This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch mkdocs in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit c6359d24c30c3b14ae8d07f15acce34bef7def1f Author: ken.lj <[email protected]> AuthorDate: Wed Oct 14 23:50:07 2020 +0800 column names --- overrides/home_en.html | 7 ++++--- overrides/home_zh.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/overrides/home_en.html b/overrides/home_en.html index 704c635..e8a446b 100755 --- a/overrides/home_en.html +++ b/overrides/home_en.html @@ -19,8 +19,9 @@ This file was automatically generated - do not edit .tx-container { padding-top: 1rem; - /*background: linear-gradient(to bottom, var(--md-primary-fg-color), #04c0c6 99%, #fff 99%)*/ - background: linear-gradient(to bottom, var(--md-primary-fg-color), hsla(280deg, 67%, 55%, 1) 99%, #fff 99%) + background: linear-gradient(to bottom, var(--md-primary-fg-color), #04c0c6 99%, #fff 99%) + /*background: linear-gradient(0deg,#04c0c6,#2ba3de 51%,#3f51b5)*/ + /*background: linear-gradient(to bottom, var(--md-primary-fg-color), hsla(280deg, 67%, 55%, 1) 99%, #fff 99%)*/ } .tx-hero { @@ -426,7 +427,7 @@ This file was automatically generated - do not edit </section> -<div class="text-center mt35">Features</div> +<div class="text-center mt35">What's New in Dubbo 3.0</div> <div class="top-hr"> <div class="feature-item"> <img src="./img/feature_loadbalances.png" alt="" /> diff --git a/overrides/home_zh.html b/overrides/home_zh.html index 562ca6b..a837e75 100755 --- a/overrides/home_zh.html +++ b/overrides/home_zh.html @@ -426,7 +426,7 @@ This file was automatically generated - do not edit </div> </section> -<div class="text-center mt35">特性一览</div> +<div class="text-center mt35">Dubbo 3.0 新特性</div> <div class=top-hr> <div class=feature-item> <img src="./img/feature_loadbalances.png" alt="" />
