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/24 12:52:41 UTC

[skywalking-go] branch main updated: update documentation for official website (#14)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c9f706a  update documentation for official website (#14)
c9f706a is described below

commit c9f706a548bff3631fb8bd4fa717824b7114c829
Author: mrproliu <74...@qq.com>
AuthorDate: Mon Apr 24 20:52:34 2023 +0800

    update documentation for official website (#14)
---
 README.md                                                |  3 +++
 .../concepts-and-designs/introduction.md => README.md}   |  0
 docs/{en => }/menu.yml                                   | 16 ++++++----------
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 87f4211..322159f 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,9 @@ Apache SkyWalking Go
 [![GitHub stars](https://img.shields.io/github/stars/apache/skywalking-go.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/skywalking)
 [![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](https://twitter.com/AsfSkyWalking)
 
+# Documentation
+- [Official documentation](https://skywalking.apache.org/docs/#GoAgent)
+
 # Contact Us
 * Mail list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mail list.
 * Join `skywalking` channel at [Apache Slack](http://s.apache.org/slack-invite). If the link is not working, find the latest one at [Apache INFRA WIKI](https://cwiki.apache.org/confluence/display/INFRA/Slack+Guest+Invites).
diff --git a/docs/en/concepts-and-designs/introduction.md b/docs/README.md
similarity index 100%
rename from docs/en/concepts-and-designs/introduction.md
rename to docs/README.md
diff --git a/docs/en/menu.yml b/docs/menu.yml
similarity index 79%
rename from docs/en/menu.yml
rename to docs/menu.yml
index d123188..fff3225 100644
--- a/docs/en/menu.yml
+++ b/docs/menu.yml
@@ -17,16 +17,12 @@
 catalog:
     - name: Concepts and Designs
       catalog:
-        - name: Introduction
-          path: /en/concepts-and-designs/introduction
-        - name: Design
-          catalog:
-            - name: Hybrid Compilation
-              path: /en/concepts-and-designs/hybrid-compilation
-            - name: Key Principles
-              path: /en/concepts-and-designs/key-principles
-            - name: Project Structure
-              path: /en/concepts-and-designs/project-structure
+        - name: Hybrid Compilation
+          path: /en/concepts-and-designs/hybrid-compilation
+        - name: How SkyWalking Agent Works
+          path: /en/concepts-and-designs/key-principles
+        - name: Project Structure
+          path: /en/concepts-and-designs/project-structure
     - name: Setup
       path: /en/setup/gobuild
     - name: Advanced Features