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 501efe462c Update _index.md (#2510)
501efe462c is described below
commit 501efe462cf8fa8159c7e52bc363508a1eb0f12e
Author: Mford Jody <[email protected]>
AuthorDate: Mon Apr 10 07:34:31 2023 +0800
Update _index.md (#2510)
---
content/zh-cn/overview/reference/_index.md | 51 ++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/content/zh-cn/overview/reference/_index.md
b/content/zh-cn/overview/reference/_index.md
index d0ec89c9d6..86502e99e6 100755
--- a/content/zh-cn/overview/reference/_index.md
+++ b/content/zh-cn/overview/reference/_index.md
@@ -8,3 +8,54 @@ title: 其他
type: docs
weight: 7
---
+
+{{< blocks/section color="white" height="auto">}}
+<div class="td-content list-page">
+ <div class="lead"></div><header class="article-meta">
+ </header><div class="row">
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./admin" >}}'>Dubbo Admin</a>
+ </h4>
+ <p>Dubbo Admin 使用指南</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./Metrics" >}}'>Dubbo Metrics</a>
+ </h4>
+ <p>Dubbo Metrics 监控指标</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./integrations" >}}'>Dubbo
Integrations</a>
+ </h4>
+ <p>Dubbo Integrations 使用指南</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./proposals" >}}'>Dubbo Proposals</a>
+ </h4>
+ <p>Dubbo 提案</p>
+ </div>
+ </div>
+ </div>
+
+</div>
+<hr>
+</div>
+
+{{< /blocks/section >}}