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 2022/07/11 14:19:26 UTC

[skywalking-python] branch master updated: Move test guide to contribution and add to doc menu (#223)

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-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ad0c54  Move test guide to contribution and add to doc menu (#223)
9ad0c54 is described below

commit 9ad0c54b6dca864de94eec6bbedf06f6e6ff6415
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Jul 11 22:19:21 2022 +0800

    Move test guide to contribution and add to doc menu (#223)
---
 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"