kibana/dev_docs/dev_welcome.mdx
Stacey Gammon 9b3e645542
Split up plugin dev docs from team docs. Add some welcome landing pages. (#87353)
* Split up plugin dev docs from team docs. Add some welcome landing pages

* update titles

* sp

* Update dev_docs/dev_welcome.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

* Update dev_docs/api_welcome.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2021-01-06 08:18:51 -05:00

18 lines
782 B
Plaintext

---
id: kibDevDocsWelcome
slug: /kibana-dev-docs/welcome
title: Welcome
summary: Build custom solutions and applications on top of Kibana.
date: 2021-01-02
tags: ['kibana','dev', 'contributor']
---
Welcome to Kibana's plugin developer documentation!
Did you know that the vast majority of functionality built inside of Kibana is a plugin? A handful of core services hold the system together,
but it's our vast system of plugin developers that provide the amazing, out of the box, functionality you can use when building your own set of
custom utilities and applications.
Browse the `Services` section to view all the plugins that offer functionality you can take advantage of, or check out the
`API documentation` to dig into the nitty gritty details of every public plugin API.