-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '7.12' into backport/7.12/pr-93409
- Loading branch information
Showing
61 changed files
with
8,566 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"id": "cases", | ||
"client": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [] | ||
}, | ||
"server": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [ | ||
{ | ||
"id": "def-server.CaseRequestContext", | ||
"type": "Interface", | ||
"label": "CaseRequestContext", | ||
"description": [], | ||
"tags": [], | ||
"children": [ | ||
{ | ||
"tags": [], | ||
"id": "def-server.CaseRequestContext.getCasesClient", | ||
"type": "Function", | ||
"label": "getCasesClient", | ||
"description": [], | ||
"source": { | ||
"path": "x-pack/plugins/cases/server/types.ts", | ||
"lineNumber": 14 | ||
}, | ||
"signature": [ | ||
"() => ", | ||
{ | ||
"pluginId": "cases", | ||
"scope": "server", | ||
"docId": "kibCasesPluginApi", | ||
"section": "def-server.CasesClient", | ||
"text": "CasesClient" | ||
} | ||
] | ||
} | ||
], | ||
"source": { | ||
"path": "x-pack/plugins/cases/server/types.ts", | ||
"lineNumber": 13 | ||
}, | ||
"initialIsOpen": false | ||
} | ||
], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [] | ||
}, | ||
"common": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
id: kibCasesPluginApi | ||
slug: /kibana-dev-docs/casesPluginApi | ||
title: cases | ||
image: https://source.unsplash.com/400x175/?github | ||
summary: API docs for the cases plugin | ||
date: 2020-11-16 | ||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases'] | ||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info. | ||
--- | ||
|
||
import casesObj from './cases.json'; | ||
|
||
## Server | ||
|
||
### Interfaces | ||
<DocDefinitionList data={casesObj.server.interfaces}/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.