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 2023/04/26 13:38:40 UTC

[skywalking-go] branch polish created (now a193e5d)

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

wusheng pushed a change to branch polish
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


      at a193e5d  Polish menu

This branch includes the following new commits:

     new a193e5d  Polish menu

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-go] 01/01: Polish menu

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a193e5d31a602580561a11b793583a5f596150fb
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Apr 26 21:38:32 2023 +0800

    Polish menu
---
 docs/en/agent/support-plugins.md |  4 ++--
 docs/menu.yml                    | 10 ++++------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/docs/en/agent/support-plugins.md b/docs/en/agent/support-plugins.md
index a36b697..bacfdbd 100644
--- a/docs/en/agent/support-plugins.md
+++ b/docs/en/agent/support-plugins.md
@@ -1,6 +1,6 @@
-# Supported Plugins
+# Supported Libraries
 
 * HTTP Server
   * [Gin](https://github.com/gin-gonic/gin)
 * HTTP Client
-  * [native http](https://pkg.go.dev/net/http)
\ No newline at end of file
+  * [Native HTTP](https://pkg.go.dev/net/http)
\ No newline at end of file
diff --git a/docs/menu.yml b/docs/menu.yml
index fff3225..792938e 100644
--- a/docs/menu.yml
+++ b/docs/menu.yml
@@ -31,12 +31,10 @@ catalog:
           path: /en/advanced-features/settings-override
         - name: Logging Setup
           path: /en/advanced-features/logging-setup
-    - name: Agent
-      catalog:
-        - name: Supported Frameworks
-          path: /en/agent/support-plugins
-        - name: Performance Test
-          path: /en/agent/performance-tests
+    - name: Supported Libraries
+      path: /en/agent/support-plugins
+    - name: Performance Test
+      path: /en/agent/performance-tests
     - name: Development and Contribution
       catalog:
         - name: Plugin Development Guild