-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split up plugin dev docs from team docs. Add some welcome landing pages
- Loading branch information
1 parent
3fba476
commit 4825941
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
id: kibDevDocsApiWelcome | ||
slug: /kibana-dev-docs/api-welcome | ||
title: Kibana plugin API documentation | ||
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! | ||
|
||
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). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
id: kibDevDocsWelcome | ||
slug: /kibana-dev-docs/welcome | ||
title: Kibana plugin developer documentation | ||
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 | ||
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 or every public plugin API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters