Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up plugin dev docs from team docs. Add some welcome landing pages. #87353

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions dev_docs/api_welcome.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
id: kibDevDocsApiWelcome
slug: /kibana-dev-docs/api-welcome
title: Welcome
summary: The home of automatically generated plugin API documentation using extracted TSDocs
date: 2021-01-02
tags: ['kibana','dev', 'contributor', 'api docs']
---

Welcome to Kibana's plugin API documentation. As a plugin developer, this is where you can
learn the details of every service you can take advantage of, to help you build awe-inspiring, creative solutions and applications!
stacey-gammon marked this conversation as resolved.
Show resolved Hide resolved

If you have any questions or issues, please reach out to the Kibana platform team or create an issue [here](https://github.com/elastic/kibana/issues).


17 changes: 17 additions & 0 deletions dev_docs/dev_welcome.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
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 amazing, out of the box functionality, you can use when building your own set of
stacey-gammon marked this conversation as resolved.
Show resolved Hide resolved
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.
2 changes: 1 addition & 1 deletion src/plugins/data/README.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: kibDataPlugin
slug: /kibana-dev-guide/services/data-plugin
slug: /kibana-dev-docs/services/data-plugin
title: Data services
image: https://source.unsplash.com/400x175/?Search
summary: The data plugin contains services for searching, querying and filtering.
Expand Down