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:
Stacey Gammon 2021-06-09 16:18:21 -04:00 committed by GitHub
parent 8cf6112999
commit 0254ff06b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
121 changed files with 1959 additions and 309 deletions

View file

@ -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