forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Create developer guide part (elastic#44954)
- Loading branch information
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[[development]] | ||
= Developer guide | ||
|
||
[partintro] | ||
-- | ||
Contributing to Kibana can be daunting at first, but it doesn't have to be. If | ||
you're planning a pull request to the Kibana repository, you may want to start | ||
with <<core-development>>. | ||
|
||
If you'd prefer to use Kibana's internal plugin API, then check out | ||
<<plugin-development>>. | ||
-- | ||
|
||
include::core-development.asciidoc[] | ||
|
||
include::plugin-development.asciidoc[] | ||
|
||
include::visualize/development-visualize-index.asciidoc[] | ||
|
||
include::add-data-guide.asciidoc[] | ||
|
||
include::security/index.asciidoc[] | ||
|
||
include::pr-review.asciidoc[] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters