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/27 05:38:49 UTC

[skywalking-website] branch master updated: Add javaagent repo. (#321)

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 371483f  Add javaagent repo. (#321)
371483f is described below

commit 371483f8254a80a58498ccc11796c4f02433d422
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Aug 27 13:38:44 2021 +0800

    Add javaagent repo. (#321)
---
 data/docs.yml | 40 +++++++++++++++++++++++++---------------
 1 file changed, 25 insertions(+), 15 deletions(-)

diff --git a/data/docs.yml b/data/docs.yml
index c58c8b6..44baffd 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -44,23 +44,15 @@
 - type: Agent
   description:
   list:
-    - name: Nginx LUA Agent
-      icon: L
-      description: SkyWalking Nginx Agent provides the native tracing capability for Nginx powered by Nginx LUA module.
-      user: apache
-      repo: skywalking-nginx-lua
-      docs:
-        - version: v0.5.0
-          link: https://github.com/apache/skywalking-nginx-lua/tree/v0.5.0
-          
-    - name: Kong Agent
-      icon: K
-      description: SkyWalking Kong Agent provides the native tracing capability.
+    - name: Java Agent
+      icon: J
+      description: The Java Agent for Apache SkyWalking, which provides the native tracing/metrics/logging/event abilities for Java projects.
       user: apache
-      repo: skywalking-kong
+      repo: skywalking-java
+      repoUrl: https://github.com/apache/skywalking-java.git
       docs:
-        - version: v0.1.1
-          link: https://github.com/apache/skywalking-kong/tree/v0.1.1
+        - version: latest
+          link: /docs/skywalking-java/latest/readme/
 
     - name: Python Agent
       icon: P
@@ -80,6 +72,24 @@
         - version: v0.3.0
           link: https://github.com/apache/skywalking-nodejs/tree/v0.3.0
 
+    - name: Nginx LUA Agent
+      icon: L
+      description: SkyWalking Nginx Agent provides the native tracing capability for Nginx powered by Nginx LUA module.
+      user: apache
+      repo: skywalking-nginx-lua
+      docs:
+        - version: v0.5.0
+          link: https://github.com/apache/skywalking-nginx-lua/tree/v0.5.0
+          
+    - name: Kong Agent
+      icon: K
+      description: SkyWalking Kong Agent provides the native tracing capability.
+      user: apache
+      repo: skywalking-kong
+      docs:
+        - version: v0.1.1
+          link: https://github.com/apache/skywalking-kong/tree/v0.1.1
+
     - name: Client JavaScript
       icon: C
       description: Apache SkyWalking Client-side JavaScript exception and tracing library.