mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Support owner and description attributes inside the Manifest file, use in API docs (#101786)
* Support owner and description in manifest file, add to mdx output for each plugin * Update parse_kibana_platform_plugin.ts * edit a couple kibana.jsons * Update write_plugin_mdx_docs.ts * update api docs * Update core server manifest plugin types * update core docs * Fix type_check failure
This commit is contained in:
parent
8cf6112999
commit
0254ff06b5
121 changed files with 1959 additions and 309 deletions
|
@ -11,6 +11,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
|
||||
import dataAutocompleteObj from './data_autocomplete.json';
|
||||
|
||||
Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters.
|
||||
|
||||
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
|
||||
|
||||
**Code health stats**
|
||||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3809 | 107 | 3257 | 75 |
|
||||
|
||||
## Client
|
||||
|
||||
### Interfaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue