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 0940f3f  Add WIKI link to the website.
0940f3f is described below

commit 0940f3fbd5abd8ca44a5d73b014413b9e1670ce1
Author: Wu Sheng <[email protected]>
AuthorDate: Tue Apr 20 08:09:41 2021 +0800

    Add WIKI link to the website.
---
 config.toml | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/config.toml b/config.toml
index f556d8e..93d5132 100644
--- a/config.toml
+++ b/config.toml
@@ -175,32 +175,38 @@ weight = 1
 
 [[menu.main]]
     parent = "Links"
-    name = "License"
+    name = "WIKI"
     weight = 4
+    url = "https://cwiki.apache.org/confluence/display/SKYWALKING/Home";
+
+[[menu.main]]
+    parent = "Links"
+    name = "License"
+    weight = 5
     url = "http://www.apache.org/licenses/";
 
 [[menu.main]]
     parent = "Links"
     name = "Apache Events"
-    weight = 5
+    weight = 6
     url = "http://www.apache.org/events/current-event";
 
 [[menu.main]]
     parent = "Links"
     name = "Security"
-    weight = 6
+    weight = 7
     url = "http://www.apache.org/security/";
 
 [[menu.main]]
     parent = "Links"
     name = "Sponsor and Donate"
-    weight = 7
+    weight = 8
     url = "http://www.apache.org/foundation/sponsorship.html";
 
 [[menu.main]]
     parent = "Links"
     name = "Thanks"
-    weight = 8
+    weight = 9
     url = "http://www.apache.org/foundation/thanks.html";
 
 [params.links]

Reply via email to