mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Create developer guide part (#44954)
This commit is contained in:
parent
c01a5793ac
commit
745f3d1167
2 changed files with 27 additions and 2 deletions
25
docs/development/index.asciidoc
Normal file
25
docs/development/index.asciidoc
Normal 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[]
|
||||
|
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue