This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch 6.0
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/6.0 by this push:
new ba68d50 Add a new section in guides document.
ba68d50 is described below
commit ba68d50d11a15a6736151fb168c6bb64c50d2a5d
Author: Wu Sheng <[email protected]>
AuthorDate: Thu Aug 16 20:43:49 2018 +0800
Add a new section in guides document.
---
docs/en/guides/README.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md
index ae97903..b4e954c 100644
--- a/docs/en/guides/README.md
+++ b/docs/en/guides/README.md
@@ -5,4 +5,12 @@ Also learn to build the project, even to release the official
Apache version(If
- [Compiling Guide](../How-to-build.md). Teaches developer how to build the
project in local.
- [Apache Release Guide](How-to-release.md). Apache license allows everyone to
redistribute if you keep our licenses and NOTICE
in your redistribution. This document introduces to the committer team about
doing official Apache version release, to avoid
-breaking any Apache rule.
\ No newline at end of file
+breaking any Apache rule.
+
+## Project Extensions
+SkyWalking project supports many ways to extends existing features. If you are
interesting in these ways,
+read the following guides.
+
+- [Java agent plugin development
guide](../setup/service-agent/java-agent/Plugin-Development-Guide.md).
+This guide helps you to develop SkyWalking agent plugin to support more
frameworks. Both open source plugin
+and private plugin developer should read this.
\ No newline at end of file