Add a new section in guides document.

This commit is contained in:
Wu Sheng 2018-08-16 20:43:49 +08:00
parent 1e51702bab
commit ba68d50d11
1 changed files with 9 additions and 1 deletions

View File

@ -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.
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.