You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/07/27 12:08:44 UTC

[dubbo-website] branch master updated: fix doc, add section menu config

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

liujun 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 291484d  fix doc, add section menu config
291484d is described below

commit 291484dd37ffc6b6440f408845f84358517bf26d
Author: ken.lj <ke...@gmail.com>
AuthorDate: Tue Jul 27 20:08:31 2021 +0800

    fix doc, add section menu config
---
 content/zh/docs/new-in-dubbo3.md                      | 2 +-
 content/zh/docs/references/graalvm/support-graalvm.md | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/content/zh/docs/new-in-dubbo3.md b/content/zh/docs/new-in-dubbo3.md
index d880850..fd313f9 100644
--- a/content/zh/docs/new-in-dubbo3.md
+++ b/content/zh/docs/new-in-dubbo3.md
@@ -34,7 +34,7 @@ Dubbo3 规划了两种形态的 Service Mesh 方案,在不同的业务场景
 * 经典的基于 Sidecar 的 Service Mesh
 * 无 Sidecar 的 Proxyless Mesh
 
-用户在 Dubbo2 中熟知的路由规则,在 3.x 中将被一套[`统一的流量治理规则`]()取代,这套统一流量规则将覆盖未来 Dubbo3 的 Service Mesh、SDK 等多种部署形态,
+用户在 Dubbo2 中熟知的路由规则,在 3.x 中将被一套[`统一的流量治理规则`](../concepts/traffic-management)取代,这套统一流量规则将覆盖未来 Dubbo3 的 Service Mesh、SDK 等多种部署形态,
 实现对整套微服务体系的治理。
 
 ## 扩展点分离
diff --git a/content/zh/docs/references/graalvm/support-graalvm.md b/content/zh/docs/references/graalvm/support-graalvm.md
index 858ad55..c9e187f 100644
--- a/content/zh/docs/references/graalvm/support-graalvm.md
+++ b/content/zh/docs/references/graalvm/support-graalvm.md
@@ -1,3 +1,11 @@
+---
+type: docs
+title: "使用 GraalVM 打包 Native Image"
+linkTitle: "Native Image"
+weight: 1
+---
+
+
 dubbo3.0支持native-image文档
 
 ## 概述