[DOCS] Create developer guide part (#44954)

This commit is contained in:
Lisa Cawley 2019-09-06 13:51:03 -07:00 committed by GitHub
parent c01a5793ac
commit 745f3d1167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 2 deletions

View file

@ -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[]

View file

@ -76,8 +76,6 @@ include::api.asciidoc[]
include::plugins.asciidoc[]
include::development.asciidoc[]
include::limitations.asciidoc[]
include::release-notes/highlights.asciidoc[]
@ -86,4 +84,6 @@ include::migration.asciidoc[]
include::CHANGELOG.asciidoc[]
include::development/index.asciidoc[]
include::redirects.asciidoc[]