kibana/api_docs/kibana_overview.json
Stacey Gammon e097adbb6a
API Doc Fixes (#109685)
* Fixes

- Fix bad formatting of deprecated apis by plugin
- Collect deprecated apis recursively
- Include unreferenced apis in Deprecated apis by API page.

* Fix unreferenced dep list

* check in updated docs

* Fix the issue with saved objects management plugin docs not being included

* adding the new docs after fixing some docs missing

* update api docs
2021-08-24 13:42:23 -04:00

110 lines
2.7 KiB
JSON

{
"id": "kibanaOverview",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "kibanaOverview",
"id": "def-public.KibanaOverviewPluginSetup",
"type": "Interface",
"tags": [],
"label": "KibanaOverviewPluginSetup",
"description": [],
"path": "src/plugins/kibana_overview/public/types.ts",
"deprecated": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "kibanaOverview",
"id": "def-public.KibanaOverviewPluginStart",
"type": "Interface",
"tags": [],
"label": "KibanaOverviewPluginStart",
"description": [],
"path": "src/plugins/kibana_overview/public/types.ts",
"deprecated": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "kibanaOverview",
"id": "def-common.PLUGIN_ICON",
"type": "string",
"tags": [],
"label": "PLUGIN_ICON",
"description": [],
"signature": [
"\"logoKibana\""
],
"path": "src/plugins/kibana_overview/common/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "kibanaOverview",
"id": "def-common.PLUGIN_ID",
"type": "string",
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"kibanaOverview\""
],
"path": "src/plugins/kibana_overview/common/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "kibanaOverview",
"id": "def-common.PLUGIN_NAME",
"type": "string",
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"Overview\""
],
"path": "src/plugins/kibana_overview/common/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "kibanaOverview",
"id": "def-common.PLUGIN_PATH",
"type": "string",
"tags": [],
"label": "PLUGIN_PATH",
"description": [],
"signature": [
"\"/app/kibana_overview\""
],
"path": "src/plugins/kibana_overview/common/index.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
}
}