You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2022/07/11 14:13:12 UTC

[skywalking-python] branch doc/menu created (now fe39d8c)

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

kezhenxu94 pushed a change to branch doc/menu
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


      at fe39d8c  Move test guide to contribution and add to doc menu

This branch includes the following new commits:

     new fe39d8c  Move test guide to contribution and add to doc 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-python] 01/01: Move test guide to contribution and add to doc menu

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

kezhenxu94 pushed a commit to branch doc/menu
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit fe39d8cebfeb816ae9acad1ba3d85940a2f954f2
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Jul 11 22:13:03 2022 +0800

    Move test guide to contribution and add to doc menu
---
 docs/en/{setup/faq => contribution}/How-to-test-locally.md | 0
 docs/menu.yml                                              | 2 ++
 2 files changed, 2 insertions(+)

diff --git a/docs/en/setup/faq/How-to-test-locally.md b/docs/en/contribution/How-to-test-locally.md
similarity index 100%
rename from docs/en/setup/faq/How-to-test-locally.md
rename to docs/en/contribution/How-to-test-locally.md
diff --git a/docs/menu.yml b/docs/menu.yml
index 54c9c75..21bf35b 100644
--- a/docs/menu.yml
+++ b/docs/menu.yml
@@ -56,6 +56,8 @@ catalog:
         path: "/en/contribution/CodingStyle"
       - name: "Plugin Testing Guidance"
         path: "/en/contribution/PluginTest"
+      - name: "Run Plugin Tests Locally"
+        path: "/en/contribution/How-to-test-locally"
       - name: "Release Guidance"
         path: "/en/contribution/How-to-release"
       - name: "Image Release Guidance"