You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/18 03:15:42 UTC

[skywalking-website] branch master updated: Fix order.

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 45177ea  Fix order.
45177ea is described below

commit 45177ea6e95b074146c8f431931a432eb1fe3039
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Aug 18 11:15:36 2021 +0800

    Fix order.
---
 config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index 39a5d80..78310fd 100644
--- a/config.toml
+++ b/config.toml
@@ -175,7 +175,7 @@ weight = 1
 [[menu.main]]
     parent = "Links"
     name = "Discussion"
-    weight = 2
+    weight = 3
     url = "https://github.com/apache/skywalking/discussions"
 
 [[menu.main]]