Skip to content

Commit 06f4a72

Browse files
committed
Merge remote-tracking branch 'origin/navigate-to-lens-agg-based-pie-vis' into navigate-to-lens-agg-based-vis-lib-tests
2 parents 2ee7aca + 918f8e7 commit 06f4a72

550 files changed

Lines changed: 8063 additions & 3371 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api_docs/actions.devdocs.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@
1818
"text": "Plugin"
1919
},
2020
" implements ",
21-
{
22-
"pluginId": "core",
23-
"scope": "public",
24-
"docId": "kibCorePluginApi",
25-
"section": "def-public.Plugin",
26-
"text": "Plugin"
27-
},
21+
"Plugin",
2822
"<",
2923
{
3024
"pluginId": "actions",
@@ -61,13 +55,7 @@
6155
"label": "ctx",
6256
"description": [],
6357
"signature": [
64-
{
65-
"pluginId": "core",
66-
"scope": "public",
67-
"docId": "kibCorePluginApi",
68-
"section": "def-public.PluginInitializerContext",
69-
"text": "PluginInitializerContext"
70-
},
58+
"PluginInitializerContext",
7159
"<",
7260
"Config",
7361
">"

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
88
title: "actions"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the actions plugin
11-
date: 2022-09-22
11+
date: 2022-09-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
88
title: "advancedSettings"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the advancedSettings plugin
11-
date: 2022-09-22
11+
date: 2022-09-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
88
title: "aiops"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiops plugin
11-
date: 2022-09-22
11+
date: 2022-09-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
88
title: "alerting"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alerting plugin
11-
date: 2022-09-22
11+
date: 2022-09-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

api_docs/apm.devdocs.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -445,23 +445,7 @@
445445
"label": "core",
446446
"description": [],
447447
"signature": [
448-
"{ setup: ",
449-
{
450-
"pluginId": "core",
451-
"scope": "server",
452-
"docId": "kibCorePluginApi",
453-
"section": "def-server.CoreSetup",
454-
"text": "CoreSetup"
455-
},
456-
"<object, unknown>; start: () => Promise<",
457-
{
458-
"pluginId": "core",
459-
"scope": "server",
460-
"docId": "kibCorePluginApi",
461-
"section": "def-server.CoreStart",
462-
"text": "CoreStart"
463-
},
464-
">; }"
448+
"APMCore"
465449
],
466450
"path": "x-pack/plugins/apm/server/routes/typings.ts",
467451
"deprecated": false,
@@ -5579,15 +5563,15 @@
55795563
"section": "def-server.APMRouteHandlerResources",
55805564
"text": "APMRouteHandlerResources"
55815565
},
5582-
", { dataView: ",
5566+
", { created: boolean; dataView: ",
55835567
{
55845568
"pluginId": "dataViews",
55855569
"scope": "common",
55865570
"docId": "kibDataViewsPluginApi",
55875571
"section": "def-common.DataView",
55885572
"text": "DataView"
55895573
},
5590-
" | undefined; }, ",
5574+
"; } | { created: boolean; reason?: string | undefined; }, ",
55915575
"APMRouteCreateOptions",
55925576
">; }"
55935577
],

api_docs/apm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
88
title: "apm"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apm plugin
11-
date: 2022-09-22
11+
date: 2022-09-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';
@@ -21,7 +21,7 @@ Contact [APM UI](https://github.com/orgs/elastic/teams/apm-ui) for questions reg
2121

2222
| Public API count | Any count | Items lacking comments | Missing exports |
2323
|-------------------|-----------|------------------------|-----------------|
24-
| 38 | 0 | 38 | 51 |
24+
| 38 | 0 | 38 | 52 |
2525

2626
## Client
2727

api_docs/banners.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners
88
title: "banners"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the banners plugin
11-
date: 2022-09-22
11+
date: 2022-09-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
1313
---
1414
import bannersObj from './banners.devdocs.json';

api_docs/bfetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch
88
title: "bfetch"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the bfetch plugin
11-
date: 2022-09-22
11+
date: 2022-09-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
1313
---
1414
import bfetchObj from './bfetch.devdocs.json';

api_docs/canvas.devdocs.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@
2424
"description": [],
2525
"signature": [
2626
"{ services: ",
27-
{
28-
"pluginId": "core",
29-
"scope": "public",
30-
"docId": "kibCorePluginApi",
31-
"section": "def-public.CoreStart",
32-
"text": "CoreStart"
33-
},
27+
"CoreStart",
3428
" & ",
3529
"CanvasStartDeps",
3630
" & { canvas: ",

0 commit comments

Comments
 (0)