From ba68d50d11a15a6736151fb168c6bb64c50d2a5d Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Thu, 16 Aug 2018 20:43:49 +0800 Subject: [PATCH] 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 ae97903fd..b4e954c8a 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