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:11:37 UTC

[skywalking-website] branch master updated: Add discussion page on the website.

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 f7c6056  Add discussion page on the website.
f7c6056 is described below

commit f7c60564f0617caf7390f5b538f3d81b2a1b3693
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Aug 18 11:11:32 2021 +0800

    Add discussion page on the website.
---
 config.toml | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/config.toml b/config.toml
index 90cae2e..39a5d80 100644
--- a/config.toml
+++ b/config.toml
@@ -174,44 +174,50 @@ weight = 1
 
 [[menu.main]]
     parent = "Links"
+    name = "Discussion"
+    weight = 2
+    url = "https://github.com/apache/skywalking/discussions"
+
+[[menu.main]]
+    parent = "Links"
     name = "Dev Mailing List"
-    weight = 3
+    weight = 4
     url = "https://lists.apache.org/list.html?dev@skywalking.apache.org"
 
 [[menu.main]]
     parent = "Links"
     name = "WIKI"
-    weight = 4
+    weight = 5
     url = "https://cwiki.apache.org/confluence/display/SKYWALKING/Home"
 
 [[menu.main]]
     parent = "Links"
     name = "License"
-    weight = 5
+    weight = 6
     url = "http://www.apache.org/licenses/"
 
 [[menu.main]]
     parent = "Links"
     name = "Apache Events"
-    weight = 6
+    weight = 7
     url = "http://www.apache.org/events/current-event"
 
 [[menu.main]]
     parent = "Links"
     name = "Security"
-    weight = 7
+    weight = 8
     url = "http://www.apache.org/security/"
 
 [[menu.main]]
     parent = "Links"
     name = "Sponsor and Donate"
-    weight = 8
+    weight = 9
     url = "http://www.apache.org/foundation/sponsorship.html"
 
 [[menu.main]]
     parent = "Links"
     name = "Thanks"
-    weight = 9
+    weight = 10
     url = "http://www.apache.org/foundation/thanks.html"
 
 [params.links]