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 ff1a7b4a62b5337e5d4a6e156564b009dab11ad4 Author: ken.lj <[email protected]> AuthorDate: Wed Oct 28 12:07:31 2020 +0800 optimize page style --- material/assets/stylesheets/main.6fb40bf7.min.css | 2 +- material/overrides/home_en.html | 12 ++++++------ mkdocs_en.yml | 16 +++------------- mkdocs_zh.yml | 17 ++++------------- 4 files changed, 14 insertions(+), 33 deletions(-) diff --git a/material/assets/stylesheets/main.6fb40bf7.min.css b/material/assets/stylesheets/main.6fb40bf7.min.css index a62c8f3..6adf114 100755 --- a/material/assets/stylesheets/main.6fb40bf7.min.css +++ b/material/assets/stylesheets/main.6fb40bf7.min.css @@ -1,3 +1,3 @@ -html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}body{margin:0}hr{box-sizing:content-box;overflow:visible}a,button,label,input{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}small{font-size:80%}sub,sup{line-height:1em}img{border-style:none}table{border-collapse:separate;border-spacing:0}td,th{font-weight:normal;vertical-align:top}bu [...] +html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}body{margin:0}hr{box-sizing:content-box;overflow:visible}a,button,label,input{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}small{font-size:80%}sub,sup{line-height:1em}img{border-style:none}table{border-collapse:separate;border-spacing:0}td,th{font-weight:normal;vertical-align:top}bu [...] /*# sourceMappingURL=main.6fb40bf7.min.css.map*/ \ No newline at end of file diff --git a/material/overrides/home_en.html b/material/overrides/home_en.html index dc08405..187687d 100755 --- a/material/overrides/home_en.html +++ b/material/overrides/home_en.html @@ -448,21 +448,21 @@ This file was automatically generated - do not edit <div class="text-center mt35">Dubbo Features</div> <div class="top-hr"> <div class="feature-item"> - <img src="./img/feature_transpart.png" alt="" /> +<!-- <img src="./img/feature_transpart.png" alt="" />--> <div class="feature-right"> <div class="feature-title">Transparent interface based RPC</div> <div class="feature-detail">Dubbo provides high performance interface based RPC, which is transparent to users.</div> </div> </div> <div class="feature-item"> - <img src="./img/feature_loadbalances.png" alt="" /> +<!-- <img src="./img/feature_loadbalances.png" alt="" />--> <div class="feature-right"> <div class="feature-title">Intelligent load balancing</div> <div class="feature-detail">Dubbo supports multiple load balancing strategies out of the box, which perceives downstream service status to reduce overall latency and improve system throughput.</div> </div> </div> <div class="feature-item"> - <img src="./img/feature_service.png" alt="" /> +<!-- <img src="./img/feature_service.png" alt="" />--> <div class="feature-right"> <div class="feature-title">Automatic service registration and discovery</div> <div class="feature-detail">Dubbo supports multiple service registries, which can detect service online/offline instantly.</div> @@ -471,14 +471,14 @@ This file was automatically generated - do not edit </div> <div class="bottom-hr"> <div class="feature-item"> - <img src="./img/feature_hogh.png" alt="" /> +<!-- <img src="./img/feature_hogh.png" alt="" />--> <div class="feature-right"> <div class="feature-title">High extensibility</div> <div class="feature-detail">Dubbo's micro-kernel and plugin design ensures that it can easily be extended by third party implementation across core features like Protocol, Transport, and Serialization.</div> </div> </div> <div class="feature-item"> - <img src="./img/feature_runtime.png" alt="" /> +<!-- <img src="./img/feature_runtime.png" alt="" />--> <div class="feature-right"> <div class="feature-title">Runtime traffic routing</div> <div class="feature-detail">Runtime traffic routing @@ -486,7 +486,7 @@ This file was automatically generated - do not edit </div> </div> <div class="feature-item"> - <img src="./img/feature_maintenance.png" alt="" /> +<!-- <img src="./img/feature_maintenance.png" alt="" />--> <div class="feature-right"> <div class="feature-title">Visualized service governance</div> <div class="feature-detail">Dubbo provides rich tools for service governance and maintenance such as querying service metadata, health status and statistics. diff --git a/mkdocs_en.yml b/mkdocs_en.yml index 34e0bf5..5c78d19 100644 --- a/mkdocs_en.yml +++ b/mkdocs_en.yml @@ -153,18 +153,8 @@ nav: - "Governance": 'docs/2.7/admin/serviceGovernance.md' - "Testing": 'docs/2.7/admin/serviceTest.md' - "3.0": - - "Background": 'docs/3.0/user/background.md' - - "Concepts & Architecture": - - "Why Dubbo 3.0": 'docs/3.0/user/preface/background.md' - - "Service Discovery": 'docs/3.0/user/preface/background.md' - - "Traffic Management": 'docs/3.0/user/preface/background.md' - - "Interface Based": 'docs/3.0/user/preface/background.md' - - "Protocol over HTTP/2": 'docs/3.0/user/preface/background.md' - - "Cloud Native": 'docs/3.0/user/preface/background.md' - - "Easy to Use": 'docs/3.0/user/preface/background.md' - - "Get Started": - - "Examples/Tasks": - - "Reference": + - "User's Guide": + - "Bakcground": 'docs/3.0/user/preface/background.md' - "Blog": - "Your First Dubbo Demo": 'blog/dubbo-101.md' - "Dubbo Admin service test": 'blog/service-test.md' @@ -231,7 +221,7 @@ theme: font: false favicon: assets/favicon.png icon: - logo: logo + logo: dubbo # Plugins plugins: diff --git a/mkdocs_zh.yml b/mkdocs_zh.yml index 3f9806c..72de78c 100644 --- a/mkdocs_zh.yml +++ b/mkdocs_zh.yml @@ -167,18 +167,9 @@ nav: - "服务治理": 'admin/serviceGovernance.md' - "服务测试": 'admin/serviceTest.md' - "3.0": - - "Background": 'docs/3.0/user/background.md' - - "Concepts & Architecture": - - "Why Dubbo 3.0": 'docs/3.0/user/preface/background.md' - - "Service Discovery": 'docs/3.0/user/preface/background.md' - - "Traffic Management": 'docs/3.0/user/preface/background.md' - - "Interface Based": 'docs/3.0/user/preface/background.md' - - "Protocol over HTTP/2": 'docs/3.0/user/preface/background.md' - - "Cloud Native": 'docs/3.0/user/preface/background.md' - - "Easy to Use": 'docs/3.0/user/preface/background.md' - - "Get Started": - - "Examples/Tasks": - - "Reference": + - "User's Guide": + - "Preface": + - "Bakcground": 'docs/3.0/user/preface/background.md' - "Blog": - "2019-2020": 'blog/apache-dubbo-2019-2020.md' - "服务测试": 'blog/service-test.md' @@ -246,7 +237,7 @@ theme: font: false favicon: assets/favicon.png icon: - logo: logo + logo: dubbo # Plugins plugins:
