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 stackAlertsObj from './stack_alerts.json';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
**Code health stats**
|
||||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 4 | 0 | 4 | 0 |
|
||||
|
||||
## Server
|
||||
|
||||
### Consts, variables and types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue