Skip to content

Commit

Permalink
[DOCS] Create developer guide part (elastic#44954)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Sep 6, 2019
1 parent 20fa2da commit 667d5e2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions docs/development/index.asciidoc
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[]

4 changes: 2 additions & 2 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ include::api.asciidoc[]

include::plugins.asciidoc[]

include::development.asciidoc[]

include::limitations.asciidoc[]

include::release-notes/highlights.asciidoc[]
Expand All @@ -86,4 +84,6 @@ include::migration.asciidoc[]

include::CHANGELOG.asciidoc[]

include::development/index.asciidoc[]

include::redirects.asciidoc[]

0 comments on commit 667d5e2

Please sign in to comment.