Skip to content

Commit

Permalink
More clean up and links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed May 12, 2021
1 parent c7fc90e commit 1e8ae1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions x-pack/plugins/cases/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This directory contains generated docs using `typedoc` for the cases client API
plugins. This README will describe how to generate a new version of these markdown docs in the event that new methods
or parameters are added.

## TypeDoc Info

See more info at: <https://typedoc.org/>
and: <https://www.npmjs.com/package/typedoc-plugin-markdown> for the markdown plugin

## Install dependencies

```bash
Expand Down
3 changes: 1 addition & 2 deletions x-pack/plugins/cases/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@ export interface PluginsStart {

/**
* Cases server exposed contract for interacting with cases entities.
*
* @public
*/
export interface PluginsStartContract {
/**
* Returns a client which can be used to interact with the cases backend entities.
*
* @param request a KibanaRequest
* @returns a {@link CasesClient}
*/
getCasesClientWithRequest(request: KibanaRequest): Promise<CasesClient>;
}
Expand Down

0 comments on commit 1e8ae1f

Please sign in to comment.