This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new df1149ea48d Update homepage (#1799)
df1149ea48d is described below
commit df1149ea48d56f80304f5f87195b31941ec16664
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Jan 2 18:31:02 2023 +0800
Update homepage (#1799)
---
content/en/_index.html | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/content/en/_index.html b/content/en/_index.html
index 832c3e6d5ff..2f681bbb766 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -6,8 +6,11 @@ linkTitle = "Apache Dubbo Website"
{{< blocks/cover title="Apache Dubbo" image_anchor="top" height="auto"
color="primary" >}}
<div class="mx-auto">
- <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs3-v2"
>}}">
- LEARN MORE <i class="fas fa-arrow-alt-circle-right ml-2"></i>
+ <a class="btn btn-lg btn-primary mr-3 mb-4" href='{{< relref
"/overview/quickstart/" >}}'>
+ Quick Start <i class="fas fa-arrow-alt-circle-right ml-2"></i>
+ </a>
+ <a class="btn btn-lg btn-success mr-3 mb-4" href='{{< relref "/overview/"
>}}'>
+ Overview <i class="fas fa-book-open ml-2"></i>
</a>
<a class="btn btn-lg btn-light mr-3 mb-4" href="/en/release/">
DOWNLOAD <i class="fas fa-download ml-2 "></i>
@@ -15,9 +18,8 @@ linkTitle = "Apache Dubbo Website"
<a class="btn btn-lg btn-secondary mr-3 mb-4"
href="https://github.com/apache/dubbo">
GITHUB <i class="fab fa-github ml-2 "></i>
</a>
- <p class="lead mt-5">Apache Dubbo is a high-performance, java based open
source RPC framework.</p>
-
-
+ <p class="lead mt-5 font-weight-bold">Apache Dubbo is a microservice
framework that provides high-performance RPC communication, traffic governance,
observability and other solutions for large-scale microservice practices.<br/>
+ Covers Java, Golang and other language SDK implementations.</p>
</div>
{{< blocks/link-down color="white" >}}
{{< /blocks/cover >}}